[Reproducible-commits] [debhelper] 22/28: dh_gencontrol: Mark ddebs as Multi-Arch:same unconditionally
Mattia Rizzolo
mattia at mapreri.org
Fri May 1 18:07:24 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 858e9c44e2226af7708544a65e9d85dd166a39a6
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