[Reproducible-commits] [debhelper] 22/24: Unconditionally enable ddeb-support

Mattia Rizzolo mattia at mapreri.org
Wed May 20 00:50:04 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit ee37c66f2851f3c7e31cae9c34f35e38de9c9108
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 ada7e9b..3a7d0a3 100755
--- a/dh_strip
+++ b/dh_strip
@@ -261,7 +261,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			$debugtmp=tmpdir($package."-dbg");
 		}
 	}
-	if ($ENV{'DH_BUILD_DDEBS'} and $enable_ddebs and not $keep_debug and package_arch($package) ne 'all') {
+	if ($enable_ddebs and not $keep_debug and package_arch($package) ne 'all') {
 		# Avoid creating a ddeb that would clash with a registered package
 		if (!$all_packages{"${package}-dbgsym"}) {
 			$debugtmp = "debian/.debhelper/${package}/ddeb-root";

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