[Reproducible-commits] [debhelper] 03/56: dh_gencontrol: Move debug debs back into section 'debug'
Mattia Rizzolo
mattia at mapreri.org
Sun Oct 4 17:06:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch master
in repository debhelper.
commit f56ad0aa8ec940280eb1d7ab8b3d8de1a0eab1c8
Author: Paul Tagliamonte <paultag at debian.org>
Date: Fri Aug 14 21:26:09 2015 +0200
dh_gencontrol: Move debug debs back into section 'debug'
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 6 +++++-
dh_gencontrol | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3ec9c24..8ba0520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
debhelper (9.20150811+unreleased) UNRELEASED; urgency=medium
+ [ Niels Thykier ]
* dh/dh_auto_*: Apply patch from Eduard Sanou to define
SOURCE_DATE_EPOCH. (Closes: #791823)
* cmake.pm: Add better cross-compile support for cmake.
@@ -11,7 +12,10 @@ debhelper (9.20150811+unreleased) UNRELEASED; urgency=medium
Michael Terry for the assistance plus suggestions.
(Closes: #719148)
- -- Niels Thykier <niels at thykier.net> Wed, 12 Aug 2015 10:46:59 +0200
+ [ Paul Tagliamonte ]
+ * dh_gencontrol: Put debug debs back in the "debug" section.
+
+ -- Paul Tagliamonte <paultag at debian.org> Fri, 14 Aug 2015 21:25:16 +0200
debhelper (9.20150811) unstable; urgency=medium
diff --git a/dh_gencontrol b/dh_gencontrol
index d05cd6d..1abf91c 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -87,7 +87,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=debugsym
+ -UConflicts -DPriority=extra -DSection=debug
),
"-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