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

Johannes Schauer josch at moszumanska.debian.org
Fri May 8 06:15:28 UTC 2015


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

josch pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 8e68fbb40bb3be4539f1ab669ecc3c22e490981c
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 725d3c7..7107c4b 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -81,7 +81,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