[Reproducible-commits] [debhelper] 08/14: dh_gencontrol: Mark ddebs as Multi-Arch:same unconditionally
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat May 2 09:28:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository debhelper.
commit b8dffcee20515e6ed52e01e7545f1a673a1a0c19
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