[Python-modules-commits] [python-netaddr] 05/06: Various lintian fixes

Vincent Bernat bernat at moszumanska.debian.org
Mon Oct 23 14:20:56 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository python-netaddr.

commit 9c652e80ab1384003c9cf5afc8140a6ee99057c9
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Oct 23 16:15:16 2017 +0200

    Various lintian fixes
---
 debian/changelog                             | 1 +
 debian/control                               | 2 +-
 debian/copyright                             | 2 +-
 debian/python-netaddr-docs.lintian-overrides | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe0befd..ca39093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-netaddr (0.7.19-1) UNRELEASED; urgency=medium
 
   * New upstream version.
   * d/control: bump Standards-Version.
+  * d/control: build-depends on python3-sphinx.
   * d/rules: use /var/lib/ieee-data as target for OUI/IAB symlinks.
     Closes: #879615.
 
diff --git a/debian/control b/debian/control
index 70f8d28..6051d24 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                python (>= 2.6.5),
                python-pytest,
                python-setuptools (>= 0.6b3),
-               python-sphinx (>= 1.0.7+dfsg),
+               python3-sphinx (>= 1.0.7+dfsg),
                python3-all (>= 3.2),
                python3-pytest,
                python3-setuptools
diff --git a/debian/copyright b/debian/copyright
index 1d166de..41d2c38 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-It was originally downloaded from http://code.google.com/p/netaddr/
+It was originally downloaded from https://github.com/drkjam/netaddr
 
 Files: *
 Copyright: © 2008 David P. D. Moss <drkjam at gmail.com>
diff --git a/debian/python-netaddr-docs.lintian-overrides b/debian/python-netaddr-docs.lintian-overrides
index 8239bf4..49067e7 100644
--- a/debian/python-netaddr-docs.lintian-overrides
+++ b/debian/python-netaddr-docs.lintian-overrides
@@ -1 +1 @@
-python-netaddr-docs binary: extra-license-file usr/share/doc/python-netaddr-docs/api/_sources/license.txt
+python-netaddr-docs binary: extra-license-file usr/share/doc/python-netaddr-docs/api/_sources/license.rst.txt

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



More information about the Python-modules-commits mailing list