[debhelper-devel] [debhelper] 05/07: dh_gencontrol: Mark ddebs as Multi-Arch:same unconditionally

Niels Thykier nthykier at moszumanska.debian.org
Sat May 2 09:51:13 UTC 2015


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

nthykier pushed a commit to annotated tag 9.20150502+ddebs
in repository debhelper.

commit 017b20991408efe7a103a6d52b1b6638c1408f2c
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/debhelper/debhelper.git




More information about the debhelper-devel mailing list