[Reproducible-commits] [debhelper] 25/28: Unconditionally enable ddeb-support
Mattia Rizzolo
mattia at mapreri.org
Fri May 1 18:07:24 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 fa2ff4677001ffd8d79d4c07af75c2b1d07fef77
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