[Python-modules-commits] [python-pip] 01/01: Quiet some lintian warnings.

Barry Warsaw barry at moszumanska.debian.org
Wed May 27 14:43:11 UTC 2015


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

barry pushed a commit to branch release-1.5.6
in repository python-pip.

commit a3420fc420a1a63720b208a7d4573b58cba2feb0
Author: Barry Warsaw <barry at python.org>
Date:   Wed May 27 10:42:56 2015 -0400

    Quiet some lintian warnings.
    
    * d/control:
      - Update Vcs-* header for conversion to git-dpm.
      - Add myself to Uploaders.
    * d/watch: Update to pypi.debian.net redirector.
    * wrap-and-sort
---
 debian/changelog              | 6 +++++-
 debian/control                | 4 +++-
 debian/python-pip-whl.install | 2 +-
 debian/watch                  | 3 ++-
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a70cfef..350e215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,11 @@ python-pip (1.5.6-6) unstable; urgency=medium
     "epoch" field.  (Closes: #785787)
 
   [ Barry Warsaw ]
-  * d/control: Update Vcs-* header for conversion to git-dpm.
+  * d/control: 
+    - Update Vcs-* header for conversion to git-dpm.
+    - Add myself to Uploaders.
+  * d/watch: Update to pypi.debian.net redirector.
+  * wrap-and-sort
 
  -- Barry Warsaw <barry at debian.org>  Wed, 27 May 2015 10:11:32 -0400
 
diff --git a/debian/control b/debian/control
index eb11c7e..81b8e90 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: python-pip
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Carl Chenet <chaica at debian.org>, Jeff Licquia <licquia at debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>,
+           Carl Chenet <chaica at debian.org>,
+           Jeff Licquia <licquia at debian.org>
 Homepage: http://www.pip-installer.org/
 Build-Depends: debhelper (>= 8),
                dh-python,
diff --git a/debian/python-pip-whl.install b/debian/python-pip-whl.install
index 9e133e9..b6c795b 100644
--- a/debian/python-pip-whl.install
+++ b/debian/python-pip-whl.install
@@ -1,2 +1,2 @@
-usr/share/python-wheels
 debian/pip.dependencies usr/share/python-wheels
+usr/share/python-wheels
diff --git a/debian/watch b/debian/watch
index 59b3319..1f60089 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/p/pip/ pip-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/Mypackage/Mypackage-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list