[Python-apps-commits] r8905 - in packages/beets/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Jun 27 09:44:55 UTC 2012


    Date: Wednesday, June 27, 2012 @ 09:44:54
  Author: stefanor
Revision: 8905

* Use --ignore-namespace instead of patching setup.py
  - Bump python Build-Depends to >= 2.7.2-2.

Modified:
  packages/beets/trunk/debian/changelog
  packages/beets/trunk/debian/control
  packages/beets/trunk/debian/rules
Deleted:
  packages/beets/trunk/debian/patches/

Modified: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	2012-06-27 09:43:41 UTC (rev 8904)
+++ packages/beets/trunk/debian/changelog	2012-06-27 09:44:54 UTC (rev 8905)
@@ -1,3 +1,10 @@
+beets (1.0~b14-3) UNRELEASED; urgency=low
+
+  * Use --ignore-namespace instead of patching setup.py
+    - Bump python Build-Depends to >= 2.7.2-2.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 03 Jun 2012 19:33:14 +0100
+
 beets (1.0~b14-2) unstable; urgency=low
 
   * Split the documentation in a separate beets-doc package (Closes: #672363)

Modified: packages/beets/trunk/debian/control
===================================================================
--- packages/beets/trunk/debian/control	2012-06-27 09:43:41 UTC (rev 8904)
+++ packages/beets/trunk/debian/control	2012-06-27 09:44:54 UTC (rev 8905)
@@ -8,7 +8,7 @@
 Build-Depends:
  debhelper (>= 7.0.50~),
  locales,
- python-all (>= 2.6.6-3~),
+ python-all (>= 2.7.2-2~),
  python-docutils,
  python-munkres,
  python-musicbrainzngs,

Modified: packages/beets/trunk/debian/rules
===================================================================
--- packages/beets/trunk/debian/rules	2012-06-27 09:43:41 UTC (rev 8904)
+++ packages/beets/trunk/debian/rules	2012-06-27 09:44:54 UTC (rev 8905)
@@ -40,3 +40,6 @@
 
 override_dh_compress:
 	dh_compress -X.html -X.txt -X.inv
+
+override_dh_python2:
+	dh_python2 --ignore-namespace




More information about the Python-apps-commits mailing list