[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/03: Correct short descriptions of binary packages.



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

lamby pushed a commit to branch master
in repository lintian.

commit 2023a9a1af5ea0e3233f89bb284971ab6b25498b
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Oct 2 20:53:59 2017 +0100

    Correct short descriptions of binary packages.
---
 debian/changelog                                         |  1 +
 .../debian/debian/control.in                             | 16 ++++++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2568b5..8fa4c01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ lintian (2.5.55) UNRELEASED; urgency=medium
       package.
   * t/tests/python-python2-no-python3-unrel/debian/debian/control.in:
     + [CL] Add test for ignoring python-foo-doc packages.
+    + [CL] Correct short descriptions of binary packages.
 
  -- Chris Lamb <lamby@debian.org>  Fri, 29 Sep 2017 19:13:19 +0100
 
diff --git a/t/tests/python-python2-no-python3-unrel/debian/debian/control.in b/t/tests/python-python2-no-python3-unrel/debian/debian/control.in
index 3e11107..13c8dec 100644
--- a/t/tests/python-python2-no-python3-unrel/debian/debian/control.in
+++ b/t/tests/python-python2-no-python3-unrel/debian/debian/control.in
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9)
 Package: python-{$source}
 Architecture: all
 Depends: $\{misc:Depends\}, python2.7
-Description: Python 2 package with no corresponding Python 3 package
+Description: Python 2 package with corresponding Python 3 package
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
  things.  It should not be installed like a regular package.  It may
@@ -17,10 +17,22 @@ Description: Python 2 package with no corresponding Python 3 package
 Package: python3-{$source}
 Architecture: all
 Depends: $\{misc:Depends\}, python3
-Description: Python 2 package with no corresponding Python 3 package (Python 3)
+Description: Python 2 package with corresponding Python 3 package (Python 3)
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
  things.  It should not be installed like a regular package.  It may
  be an empty package.
  .
  Python 3 package.
+
+Package: python-{$source}-doc
+Section: doc
+Architecture: all
+Depends: $\{misc:Depends\}
+Description: Python 2 package with corresponding Python 3 package (documentation)
+ This is a test package designed to exercise some feature or tag of
+ Lintian.  It is part of the Lintian test suite and may do very odd
+ things.  It should not be installed like a regular package.  It may
+ be an empty package.
+ .
+ This package contains documentation.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: