From c2d26bf6f1dc1870223a3583b0f93959e06e6539 Mon Sep 17 00:00:00 2001 From: Barry Warsaw <barry@python.org> Date: Wed, 21 May 2014 15:14:21 -0400 Subject: [PATCH] * Fix typo in wheel package exception list. * Add myself to Uploaders. * Add python policy for Python Wheels. --- debian/changelog | 9 ++++++++- debian/control | 2 +- debian/python-policy.sgml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 07047d7..02f6993 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,14 @@ +python-defaults (2.7.6-3) UNRELEASED; urgency=medium + + * Fix typo in wheel package exception list. + * Add myself to Uploaders. + + -- Barry Warsaw <barry@debian.org> Wed, 21 May 2014 15:13:19 -0400 + python-defaults (2.7.6-2) unstable; urgency=medium [ Barry Warsaw ] - * Add python policy for Python Wheels + * Add python policy for Python Wheels. -- Scott Kitterman <scott@kitterman.com> Wed, 21 May 2014 00:04:16 -0400 diff --git a/debian/control b/debian/control index 384650b..0ae099f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-defaults Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> -Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> +Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org>, Barry Warsaw <barry@debian.org> Build-Depends: debhelper (>= 8~), python-docutils (>= 0.4-3), libhtml-tree-perl, debiandoc-sgml, lsb-release Standards-Version: 3.9.5 diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml index c71d4c0..6f2a98b 100644 --- a/debian/python-policy.sgml +++ b/debian/python-policy.sgml @@ -499,7 +499,7 @@ executable, in a Debian policy compliant way. The set of packages providing wheels for this purpose are (by source package name): chardet, distlib, html5lib, python-colorama, python-pip, - python-setuptools, python-urllib3, requests, six, and urllib3. + python-setuptools, python-urllib3, requests, and six. </p><p> Wheel packages supporting <prgn>pyvenv</prgn> and <prgn>pip</prgn> are named with the <var>python-</var> prefix, and the <var>-whl</var> -- GitLab