[debhelper-devel] [debhelper] 01/01: dh_gencontrol: Follow best practises for dbgsym synopsises

Niels Thykier nthykier at moszumanska.debian.org
Sat Aug 19 05:02:33 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 19c6759de88638cb841c92b6038c8e0298242f68
Author: Adam Conrad <adconrad at debian.org>
Date:   Sat Aug 19 05:01:33 2017 +0000

    dh_gencontrol: Follow best practises for dbgsym synopsises
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 5 +++++
 dh_gencontrol    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c4a6798..a6bf745 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 debhelper (10.7.3) UNRELEASED; urgency=medium
 
+  [ Niels Thykier ]
   * Dh_Lib: Introduce a qx_cmd sub to behave like a mix of qx
     and doit (i.e. avoid the shell while capturing stdout).
   * dh_makeshlibs: Avoid forking a shell when calling objdump in
@@ -55,6 +56,10 @@ debhelper (10.7.1) unstable; urgency=medium
     expanded.  E.g. liblockfile relies on ${prefix} being
     unexpanded for DESTDIR to work.  Reopens: #813266
 
+  [ Adam Conrad ]
+  * dh_gencontrol: Change the synopsis of dbgsym packages so it
+    follows best practises.  (Closes: #872274)
+
  -- Niels Thykier <niels at thykier.net>  Mon, 31 Jul 2017 19:00:45 +0000
 
 debhelper (10.7) unstable; urgency=medium
diff --git a/dh_gencontrol b/dh_gencontrol
index 28c8d44..5dbdf74 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -127,7 +127,7 @@ on_pkgs_in_parallel {
 					),
 				"-DPackage=${package}-dbgsym",
 				"-DDepends=${package} (= \${binary:Version})",
-				"-DDescription=Debug symbols for ${package}",
+				"-DDescription=debug symbols for ${package}",
 				"-DBuild-Ids=${build_ids}",
 				"-DSection=${component}debug",
 			);

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