[Reproducible-commits] [dpkg] 02/61: debian: Remove unneeded --sourcedir options from dh_install calls

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 09:56:00 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 6b421f74021f21fb2dae97f3caacdf9e3c805b29
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Aug 9 05:49:06 2015 +0200

    debian: Remove unneeded --sourcedir options from dh_install calls
    
    With debhelper compatibility 7 and above, debian/tmp is used by default.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db01b3f..5c7d091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dpkg (1.18.3) UNRELEASED; urgency=low
     - Get the reference build flags from dpkg-buildflags.pl, instead of
       hardcoding them, which might not match depending on the architecture.
       Closes: #794694
+  * Packaging:
+    - Remove unneeded --sourcedir options from dh_install calls.
   * Documentation:
     - Fix typos for --predep-package option name. Closes: #794688
 
diff --git a/debian/rules b/debian/rules
index 87cff2a..0706032 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,7 +102,7 @@ endef
 binary-arch: install
 	dh_testdir -a
 	dh_testroot -a
-	dh_install --sourcedir=debian/tmp -a
+	dh_install -a
 	dh_installcron -a
 	dh_installlogrotate -a
 	dh_installchangelogs -a ChangeLog*
@@ -128,7 +128,7 @@ binary-arch: install
 binary-indep: install
 	dh_testdir -i
 	dh_testroot -i
-	dh_install --sourcedir=debian/tmp -i
+	dh_install -i
 	dh_installcron -i
 	dh_installchangelogs -i ChangeLog*
 	dh_installdocs -i

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



More information about the Reproducible-commits mailing list