[Reproducible-commits] [debhelper] 11/14: Unconditionally enable ddeb-support

Johannes Schauer josch at moszumanska.debian.org
Fri May 8 06:15:29 UTC 2015


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

josch pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 2b2fc34319ba84b239e674ba387eec93c6f4eb4b
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Apr 4 08:45:21 2015 +0200

    Unconditionally enable ddeb-support
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
    
    Conflicts:
    	dh_strip
---
 dh_strip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_strip b/dh_strip
index d4da5f9..2cf0add 100755
--- a/dh_strip
+++ b/dh_strip
@@ -218,7 +218,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			$debugtmp=tmpdir($package."-dbg");
 		}
 	}
-	if ($ENV{'DH_BUILD_DDEBS'} and not $keep_debug and package_arch($package) ne 'all') {
+	if (not $keep_debug and package_arch($package) ne 'all') {
 		$debugtmp = "debian/.debhelper/${package}/ddeb-root";
 		$keep_debug = 1;
 		$use_build_id = 2;

-- 
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