summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-12-02 08:52:38 +0000
committerDmitry Bogatov <KAction@debian.org>2018-12-02 08:52:38 +0000
commite7626646d8ec493a202a6945da871651e3590788 (patch)
tree34739f6854955eb190f5f5b62927ced3a4a2cb3f
parentb8b8ebe5539c71440f4a2d5784022bd2ced7846a (diff)
wrap-and-sort -sta
-rw-r--r--debian/changelog7
-rw-r--r--debian/control34
2 files changed, 37 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ee93982..6ac8730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dtrx (7.1-2) UNRELEASED; urgency=medium
+
+ * QA upload.
+ * wrap-and-sort -sta
+
+ -- Dmitry Bogatov <KAction@debian.org> Sun, 02 Dec 2018 08:52:38 +0000
+
dtrx (7.1-1) unstable; urgency=medium
* QA upload.
diff --git a/debian/control b/debian/control
index 7e41e15..007043f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,42 @@
Source: dtrx
Section: utils
Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
-Build-Depends-Indep: python-yaml, bzip2, unzip, cpio, rpm, binutils, p7zip-full, cabextract, unshield, lzma, python-docutils (>= 0.6), xz-utils
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python (>= 2.6.6-3~),
+Build-Depends-Indep:
+ binutils,
+ bzip2,
+ cabextract,
+ cpio,
+ lzma,
+ p7zip-full,
+ python-docutils (>= 0.6),
+ python-yaml,
+ rpm,
+ unshield,
+ unzip,
+ xz-utils,
Standards-Version: 4.0.1
Homepage: http://brettcsmith.org/2007/dtrx/
X-Python-Version: >= 2.4
Package: dtrx
Architecture: all
-Depends: ${python:Depends}, bzip2, unzip, cpio, rpm, binutils, p7zip-full, cabextract, unshield, lzma, xz-utils, ${misc:Depends}
+Depends:
+ binutils,
+ bzip2,
+ cabextract,
+ cpio,
+ lzma,
+ p7zip-full,
+ rpm,
+ unshield,
+ unzip,
+ xz-utils,
+ ${misc:Depends},
+ ${python:Depends},
Description: intelligently extract multiple archive types
dtrx is basically the same as tar -zxf or tar -xjf except you don't have
to remember the flags for each file. But there's more to it than that.