[Reproducible-commits] [debhelper] 31/33: Unconditionally enable ddeb-support

Mattia Rizzolo mattia at mapreri.org
Sun Jun 28 13:15:21 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 ad3a2501c757e9c42f64a732fa6324c4989e0cb2
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..e5a30bc 100755
--- a/dh_strip
+++ b/dh_strip
@@ -138,7 +138,8 @@ if ($dh{ENABLE_DDEBS} and $dh{ENABLE_DDEBS} ne 'auto') {
 	}
 }
 
-$dh{ENABLE_DDEBS} = 1 if not defined($dh{ENABLE_DDEBS});
+#Enable DDEBS by default
+# $dh{ENABLE_DDEBS} = 1 if not defined($dh{ENABLE_DDEBS});
 
 if ($dh{MIGRATE_DDEB} and not $dh{ENABLE_DDEBS}) {
 	error("--ddeb-migration and --no-ddebs are mutually exclusive");

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