[debhelper-devel] [debhelper] 01/01: dh_gencontrol: Undef Important field in dbgsym packages

Niels Thykier nthykier at moszumanska.debian.org
Sat Sep 16 10:24:22 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 420ca1fe1f0b664f82c16f1871c6e4b3f964144c
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Sep 16 10:23:29 2017 +0000

    dh_gencontrol: Undef Important field in dbgsym packages
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_gencontrol    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 829ce6e..47258fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ debhelper (10.9) UNRELEASED; urgency=medium
   * dh_makeshlibs: Avoid gratious warning about a non-existing
     directory, when the packaging directory does not exist.
     (Closes: #626685)
+  * dh_gencontrol: Ensure that dbgsym packages do not inherit the
+    "Important" field.
 
   [ Felipe Sateler ]
   * dh_systemd_enable: Refactor and add support for timer units.
diff --git a/dh_gencontrol b/dh_gencontrol
index 5dbdf74..ef388cf 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -122,7 +122,7 @@ on_pkgs_in_parallel {
 			# Remove and override more or less every standard field.
 			my @dbgsym_options = (qw(
 					-UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential
-						-UConflicts -DPriority=optional -UHomepage
+						-UConflicts -DPriority=optional -UHomepage -UImportant
 						-DAuto-Built-Package=debug-symbols
 					),
 				"-DPackage=${package}-dbgsym",

-- 
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