[Python-modules-commits] [html5lib] 02/02: More packaging tweaks.

Barry Warsaw barry at moszumanska.debian.org
Wed Nov 16 15:19:31 UTC 2016


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

barry pushed a commit to branch master
in repository html5lib.

commit 4e57d8d36f6e4eebb58adde5aba9bf52b27e275f
Author: Barry Warsaw <barry at python.org>
Date:   Wed Nov 16 10:10:45 2016 -0500

    More packaging tweaks.
    
      - Bump minimum debhelper version in Build-Depends.
    * d/compat: Bump to version 9.
    
      - Bump minimum debhelper version in Build-Depends.
    * d/compat: Bump to version 9.
    * d/docs: Don't also install CHANGES.rst since that same file is
      installed as the changelog.  Eliminates a lintian warning.
---
 debian/changelog | 4 ++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/docs      | 1 -
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71d4e58..b8751c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,10 +9,14 @@ html5lib (0.999999999-1) unstable; urgency=medium
     - By request, remove Olivier Berger from Uploaders.  Add Barry Warsaw.
     - Add to Build-Depends: python{,3}-webencodings, python{,3}-pytest,
       python{,3}-flake8
+    - Bump minimum debhelper version in Build-Depends.
     - Bump Standards-Version with no other changes necessary.
     - Trim Depends to just the auto-filled variables.
     - Adjust short descriptions.
   * d/watch: Use the pypi.debian.net redirector.
+  * d/compat: Bump to version 9.
+  * d/docs: Don't also install CHANGES.rst since that same file is
+    installed as the changelog.  Eliminates a lintian warning.
 
   [ Diane Trout ]
   * d/rules: Use py.test as the test runner as some tests use py.test
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 2bcff7b..2919dbf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Barry Warsaw <barry at debian.org>,
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
                python-flake8,
diff --git a/debian/docs b/debian/docs
index 7bcf9c2..a1320b1 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1 @@
-CHANGES.rst
 README.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/html5lib.git



More information about the Python-modules-commits mailing list