[Reproducible-commits] [debhelper] 05/17: dh_gencontrol: Mark ddebs as Multi-Arch:same unconditionally

Mattia Rizzolo mattia at mapreri.org
Sat Apr 11 11:58:43 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 d228d754866319f015c74000ed615f76e7832887
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Apr 11 07:19:41 2015 +0200

    dh_gencontrol: Mark ddebs as Multi-Arch:same unconditionally
    
    Previously, ddebs would inherit the field from its base package.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_gencontrol | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_gencontrol b/dh_gencontrol
index e8d85f6..143281a 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -76,7 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		my @ddeb_options = (qw(
 			-UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential
 			-UReplaces -UBreaks -UConflicts
-			-DPriority=extra
+			-DPriority=extra -DSection=debug -DMulti-Arch=same
 			),
 			 "-DPackage=${package}-dbgsym",
 			 "-DDepends=${package}:${arch} (= \${binary:Version})",

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