[Reproducible-builds] [debhelper] 06/07: Run dh_buildinfo at the end of the dh sequence

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Aug 31 03:46:51 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 47ec10cbb01a080c8bd4fe84cb92528e7a98cfcf
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Aug 30 20:14:19 2014 -0700

    Run dh_buildinfo 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_buildinfo.
---
 debian/control | 2 +-
 dh             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4eb0ffa..7da5a46 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 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-builds mailing list