[Reproducible-commits] [debhelper] 01/03: Unconditionally enable ddeb-support

Mattia Rizzolo mattia at mapreri.org
Sun Jun 28 15:49:38 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 fe1277fe3301839d5c8b1d9c7ef518909e1b4277
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dh_strip b/dh_strip
index 0085752..b9efe79 100755
--- a/dh_strip
+++ b/dh_strip
@@ -144,7 +144,8 @@ if ($dh{MIGRATE_DDEB} and not $dh{ENABLE_DDEBS}) {
 	error("--ddeb-migration and --no-ddebs are mutually exclusive");
 }
 
-$dh{ENABLE_DDEBS} = 0 if not $ENV{'DH_BUILD_DDEBS'};
+#Allow ddebs to be built
+# $dh{ENABLE_DDEBS} = 0 if not $ENV{'DH_BUILD_DDEBS'};
 
 # This variable can be used to turn off stripping (see Policy).
 if (get_buildoption('nostrip')) {

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