summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-08-10 10:49:25 +0200
committerNiels Thykier <niels@thykier.net>2015-08-10 10:49:29 +0200
commitbbcb938ad38dd1bb69d6fcdb698d1e827d935795 (patch)
tree58f1238e9488e6e5a42a4c3a79d831161779a3d0 /debian
parenta25dbc5e53c9221b290b017b0e0826ffa25ada0d (diff)
downloaddebhelper-bbcb938ad38dd1bb69d6fcdb698d1e827d935795.tar.gz
Let dpkg-gencontrol figure out the value for the source field
Since dpkg-dev 1.18.2~, dpkg-gencontrol figures out the desired value for the "Source" field for ddebs (and does so better than debhelper did). Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5b9eae3f..44103df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,13 @@ debhelper (9.20150629) UNRELEASED; urgency=medium
* dh_strip: Strip ".comment" and ".note" sections from static
libraries. Thanks to Helmut Grohne for the suggestion.
(Closes: #789351)
+ * dh_gencontrol: Stop explicitly passing -DSource to
+ dpkg-gencontrol when building ddebs. The passed value was
+ wrong sometimes (e.g. with binNMUs) and dpkg-gencontrol
+ since 1.18.2~ computes the value correctly.
+ * d/control: Bump dependency on dpkg-dev to 1.18.2~ for
+ ddebs. Build-depends not bumped since debhelper itself
+ does not produce any ddebs.
-- Niels Thykier <niels@thykier.net> Sun, 28 Jun 2015 15:08:19 +0200
diff --git a/debian/control b/debian/control
index 8fa120ef..49b1cfec 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://joeyh.name/code/debhelper/
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.17.0), binutils, po-debconf, man-db (>= 2.5.1-1), libdpkg-perl (>= 1.17.14)
+Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.18.2~), binutils, po-debconf, man-db (>= 2.5.1-1), libdpkg-perl (>= 1.17.14)
Suggests: dh-make
Multi-Arch: foreign
Description: helper programs for debian/rules