[Reproducible-builds] [debhelper] 05/06: Run dh_genbuildinfo at the end of the dh sequence
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:18:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository debhelper.
commit 726884a58f1587fb391fd7dfb096339e03a950af
Author: Niko Tyni <ntyni at debian.org>
Date: Sat Aug 30 20:14:19 2014 -0700
Run dh_genbuildinfo at the end of the dh sequence
This only caters for packages actually using dh: old style debian/rules
still need to be updated to include dh_genbuildinfo.
---
debian/control | 2 +-
dh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 9454ed0..f9ea49c 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: Joey Hess <joeyh at debian.org>
-Build-Depends: po4a (>= 0.24)
+Build-Depends: po4a (>= 0.24), dh-buildinfo
Standards-Version: 3.9.5
Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git
Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary
diff --git a/dh b/dh
index 0c62db8..9b233c1 100755
--- a/dh
+++ b/dh
@@ -411,6 +411,7 @@ my @b=qw{
dh_md5sums
dh_fixmtimes
dh_builddeb
+ dh_genbuildinfo
};
$sequences{clean} = [qw{
dh_testdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-builds
mailing list