[Python-modules-commits] r33990 - in packages/enum34/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Aug 24 21:59:27 UTC 2015


    Date: Monday, August 24, 2015 @ 21:59:26
  Author: barry
Revision: 33990

* d/control:
  - Remove all traces of the python3-enum34 binary package.  There's no
    reason for us to provide this any more as all supported versions of
    Python 3 in Debian already have it available as the stdlib enum
    package.
  - Remove python3-* packages from Build-Depends.
  - Build-Depends on debhelper v9.
* d/rules:
  - Remove python3 from dh --with.
  - Remove override_dh_auto_install as no longer necessary.
* d/compat: Bump to version 9.

Modified:
  packages/enum34/trunk/debian/changelog
  packages/enum34/trunk/debian/compat
  packages/enum34/trunk/debian/control
  packages/enum34/trunk/debian/rules

Modified: packages/enum34/trunk/debian/changelog
===================================================================
--- packages/enum34/trunk/debian/changelog	2015-08-24 18:58:20 UTC (rev 33989)
+++ packages/enum34/trunk/debian/changelog	2015-08-24 21:59:26 UTC (rev 33990)
@@ -1,3 +1,19 @@
+enum34 (1.0.4-2) UNRELEASED; urgency=medium
+
+  * d/control:
+    - Remove all traces of the python3-enum34 binary package.  There's no
+      reason for us to provide this any more as all supported versions of
+      Python 3 in Debian already have it available as the stdlib enum
+      package.
+    - Remove python3-* packages from Build-Depends.
+    - Build-Depends on debhelper v9.
+  * d/rules:
+    - Remove python3 from dh --with.
+    - Remove override_dh_auto_install as no longer necessary.
+  * d/compat: Bump to version 9.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 24 Aug 2015 17:30:31 -0400
+
 enum34 (1.0.4-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/enum34/trunk/debian/compat
===================================================================
--- packages/enum34/trunk/debian/compat	2015-08-24 18:58:20 UTC (rev 33989)
+++ packages/enum34/trunk/debian/compat	2015-08-24 21:59:26 UTC (rev 33990)
@@ -1 +1 @@
-8
+9

Modified: packages/enum34/trunk/debian/control
===================================================================
--- packages/enum34/trunk/debian/control	2015-08-24 18:58:20 UTC (rev 33989)
+++ packages/enum34/trunk/debian/control	2015-08-24 21:59:26 UTC (rev 33990)
@@ -4,16 +4,13 @@
 Homepage: https://pypi.python.org/pypi/enum34
 Section: python
 X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
                python-docutils,
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg-1~),
-               python3-all,
-               python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/enum34/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/enum34/trunk/
@@ -41,15 +38,3 @@
  values: Enum and IntEnum.
  .
  This is the Python 2 compatible package.
-
-Package: python3-enum34
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-enum34-doc
-Description: backport of Python 3.4's enum package
- PEP 435 adds an enumeration to Python 3.4.  This module provides a
- backport of that data type for older Python versions.  It defines two
- enumeration classes that can be used to define unit sets of names and
- values: Enum and IntEnum.
- .
- This is the Python 3 compatible package.

Modified: packages/enum34/trunk/debian/rules
===================================================================
--- packages/enum34/trunk/debian/rules	2015-08-24 18:58:20 UTC (rev 33989)
+++ packages/enum34/trunk/debian/rules	2015-08-24 21:59:26 UTC (rev 33990)
@@ -3,13 +3,8 @@
 export PYBUILD_NAME=enum34
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
-override_dh_auto_install:
-	# Avoid lintian extra-license-file warnings.
-	dh_auto_install
-	rm -f debian/python3-enum34/usr/lib/python3.*/dist-packages/enum/LICENSE
-
 override_dh_installdocs:
 	mkdir -p debian/tmp
 	rst2html enum/doc/enum.rst debian/tmp/enum34.html




More information about the Python-modules-commits mailing list