[Reproducible-commits] [cdbs] 01/01: Remove calls to dh_genbuildinfo and dh_fixmtimes.

Reiner Herrmann deki-guest at moszumanska.debian.org
Fri Apr 10 14:02:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch pu/reproducible_builds
in repository cdbs.

commit 5f07d68ef18d962935fe1789611a0b450ad2c5df
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Fri Apr 10 14:28:23 2015 +0200

    Remove calls to dh_genbuildinfo and dh_fixmtimes.
---
 1/rules/debhelper.mk.in | 2 --
 debian/changelog        | 7 +++++++
 doc/cdbs-doc.xml        | 2 --
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/1/rules/debhelper.mk.in b/1/rules/debhelper.mk.in
index 41a9736..2aec68d 100644
--- a/1/rules/debhelper.mk.in
+++ b/1/rules/debhelper.mk.in
@@ -287,9 +287,7 @@ $(patsubst %,binary-makedeb-IMPL/%,$(DEB_ALL_PACKAGES)) :: binary-makedeb-IMPL/%
 # TODO: Use DEB_DH_GENCONTROL_ARGS as package-default (not global override)
 	dh_gencontrol -p$(cdbs_curpkg) $(DEB_DH_GENCONTROL_ARGS)
 	dh_md5sums -p$(cdbs_curpkg) $(call cdbs_expand_curvar,DEB_DH_MD5SUMS_ARGS)
-	dh_fixmtimes
 	$(DEB_DH_BUILDDEB_ENV) dh_builddeb -p$(cdbs_curpkg) $(call cdbs_expand_curvar,DEB_DH_BUILDDEB_ARGS)
-	dh_genbuildinfo
 
 ## Deprecated
 common-binary-post-install:: common-binary-post-install-arch common-binary-post-install-indep
diff --git a/debian/changelog b/debian/changelog
index 56225e5..3d60398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cdbs (0.4.130~reproducible2) UNRELEASED; urgency=medium
+
+  * Remove call of dh_fixmtimes, which is now part of dh_builddeb.
+  * Remove call of dh_genbuildinfo, which is now part of dpkg(-buildpackage).
+
+ -- Reiner Herrmann <reiner at reiner-h.de>  Fri, 10 Apr 2015 14:26:46 +0200
+
 cdbs (0.4.130~reproducible1) UNRELEASED; urgency=medium
 
   * Make debhelper.mk run dh_strip_nondeterminism, dh_fixmtimes and
diff --git a/doc/cdbs-doc.xml b/doc/cdbs-doc.xml
index def168a..b9c1f79 100644
--- a/doc/cdbs-doc.xml
+++ b/doc/cdbs-doc.xml
@@ -674,9 +674,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
           <listitem><para>dh_builddeb</para></listitem>
           <listitem><para>dh_clean</para></listitem>
           <listitem><para>dh_compress</para></listitem>
-          <listitem><para>dh_fixmtimes</para></listitem>
           <listitem><para>dh_fixperms</para></listitem>
-          <listitem><para>dh_genbuildinfo</para></listitem>
           <listitem><para>dh_gencontrol</para></listitem>
           <listitem><para>dh_install</para></listitem>
           <listitem><para>dh_installcatalogs</para></listitem>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list