summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-05-14 11:36:28 -0400
committerJoey Hess <joey@kitenet.net>2012-05-14 11:36:28 -0400
commit9937aa5365a3c98adc77d48e5103be0af3c41855 (patch)
tree1dabe9adbefe0ae7f23d4283a0b0c807ee76c310 /debian
parent6b4f2b3fdc3489627911a0f215b4c837f8f76957 (diff)
Fix versioned dependency on dpkg for xz options. Closes: #672895
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e1eba6a0..b0c29836 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20120514) UNRELEASED; urgency=low
+
+ * Fix versioned dependency on dpkg for xz options. Closes: #672895
+
+ -- Joey Hess <joeyh@debian.org> Mon, 14 May 2012 11:36:06 -0400
+
debhelper (9.20120513) unstable; urgency=low
* Improve -v logging. Closes: #672448
diff --git a/debian/control b/debian/control
index 5a29b18d..870398f8 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/debhelper/
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.16.2), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
+Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.16.2), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
Suggests: dh-make
Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6), automake (<< 1.11.2)
Description: helper programs for debian/rules