[Reproducible-commits] [debhelper] 13/33: dh_gencontrol: Use debugsym section for ddebs
Mattia Rizzolo
mattia at mapreri.org
Sun Jun 28 13:15:19 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 1bfc7138afac1b7694cf50928a74f124d89c7fc8
Author: Niels Thykier <niels at thykier.net>
Date: Mon May 25 12:10:26 2015 +0200
dh_gencontrol: Use debugsym section for ddebs
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 6 ++++++
dh_gencontrol | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7d8e151..a629c31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20150520+ddebs) UNRELEASED; urgency=medium
+
+ * dh_gencontrol: Put ddebs in the "debugsym" section.
+
+ -- Niels Thykier <niels at thykier.net> Mon, 25 May 2015 12:10:37 +0200
+
debhelper (9.20150519+ddebs) experimental; urgency=medium
* dh_strip: Add --ddeb-migration option to support migration
diff --git a/dh_gencontrol b/dh_gencontrol
index 01e897f..8aba54d 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -90,7 +90,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# Remove and override more or less every standard field.
my @ddeb_options = (qw(
-UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential
- -UConflicts -DPriority=extra -DSection=debug
+ -UConflicts -DPriority=extra -DSection=debugsym
),
"-DPackage=${package}-dbgsym",
"-DDepends=${package} (= \${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