[Reproducible-commits] [debhelper] 06/10: Run dh_genbuildinfo at the end of the dh sequence
Jérémy Bobbio
lunar at moszumanska.debian.org
Wed Oct 22 17:53:00 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 adf3683ed832c83133c9345b5086fd7956e7c35c
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 c593d02..5f32ecc 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.6
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 fc300b8..c4d781e 100755
--- a/dh
+++ b/dh
@@ -410,6 +410,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-commits
mailing list