[debhelper-devel] [debhelper] 01/01: dh_gencontrol: dbgsyms are now priority optional

Niels Thykier nthykier at moszumanska.debian.org
Mon Aug 7 19:19:32 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 d631c8a650948f7940d9c8f8d1b2d55e21440578
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Aug 7 19:18:47 2017 +0000

    dh_gencontrol: dbgsyms are now priority optional
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 3 +++
 dh_gencontrol    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 188866d..fe924b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ debhelper (10.7.3) UNRELEASED; urgency=medium
   * dh_gconf: Ditto.
   * dh_installgsettings: Ditto.
   * dh_perl: Avoid forking a shell for a dpkg call.
+  * dh_gencontrol: Set the priority of all dbgsym packages to
+    optional to be compliant with Standards-Version 4.0.1.
+    Thanks to Mattia Rizzolo for the report.  (Closes: #870905)
 
  -- Niels Thykier <niels at thykier.net>  Thu, 03 Aug 2017 19:30:01 +0000
 
diff --git a/dh_gencontrol b/dh_gencontrol
index 18deda9..28c8d44 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=extra -UHomepage
+						-UConflicts -DPriority=optional -UHomepage
 						-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