[Reproducible-commits] [debhelper] 17/24: Dh_Lib.pm: Create ddebs with the .deb extension
Mattia Rizzolo
mattia at mapreri.org
Wed May 20 00:50:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.
commit cd43c190224e88607cef58f4fb1568b13487d951
Author: Niels Thykier <niels at thykier.net>
Date: Wed May 13 17:57:09 2015 +0200
Dh_Lib.pm: Create ddebs with the .deb extension
This requires dpkg-dev (>= 1.18.0~).
Signed-off-by: Niels Thykier <niels at thykier.net>
---
Debian/Debhelper/Dh_Lib.pm | 2 +-
debian/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index d144017..2c8442e 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -982,7 +982,7 @@ sub udeb_filename {
sub ddeb_filename {
my ($package) = @_;
- return _xdeb_filename($package, 'ddeb', "${package}-dbgsym");
+ return _xdeb_filename($package, 'deb', "${package}-dbgsym");
}
# Handles #DEBHELPER# substitution in a script; also can generate a new
diff --git a/debian/control b/debian/control
index 7a5679b..8fa120e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>
Uploaders: Niels Thykier <niels at thykier.net>, Bernhard R. Link <brlink at debian.org>, Tianon Gravi <admwiggin at gmail.com>
-Build-Depends: po4a (>= 0.24)
+Build-Depends: po4a (>= 0.24), dpkg-dev (>= 1.18.0~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/debhelper/debhelper.git
Vcs-Browser: https://anonscm.debian.org/cgit/debhelper/debhelper.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list