[Python-apps-commits] r9287 - in packages/beets/trunk/debian (changelog control rules)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Tue Dec 4 20:38:41 UTC 2012


    Date: Tuesday, December 4, 2012 @ 20:38:38
  Author: stefanor
Revision: 9287

Revert: Use --ignore-namespace instead of patching setup.py

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

Modified: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	2012-12-04 16:42:33 UTC (rev 9286)
+++ packages/beets/trunk/debian/changelog	2012-12-04 20:38:38 UTC (rev 9287)
@@ -5,8 +5,6 @@
   * Patch no-namespace-pkg: Don't make beetsplug a namespace package, this
     serves no purpose, if we are installing into a private location.
   * Upload to experimental, as Debian is frozen for wheezy.
-  * Use --ignore-namespace instead of patching setup.py
-    - Bump python Build-Depends to >= 2.7.2-2.
   * Use the C.UTF-8 locale instead of generating a UTF-8 locale at build time.
     - Build-Depend on libc-bin (>= 2.13).
   * Bump Standards-Version to 3.9.4.

Modified: packages/beets/trunk/debian/control
===================================================================
--- packages/beets/trunk/debian/control	2012-12-04 16:42:33 UTC (rev 9286)
+++ packages/beets/trunk/debian/control	2012-12-04 20:38:38 UTC (rev 9287)
@@ -8,7 +8,7 @@
 Build-Depends:
  debhelper (>= 8.1),
  libc-bin (>= 2.13),
- python-all (>= 2.7.2-2~),
+ python-all (>= 2.6.6-3~),
  python-docutils,
  python-munkres,
  python-musicbrainzngs,

Modified: packages/beets/trunk/debian/rules
===================================================================
--- packages/beets/trunk/debian/rules	2012-12-04 16:42:33 UTC (rev 9286)
+++ packages/beets/trunk/debian/rules	2012-12-04 20:38:38 UTC (rev 9287)
@@ -37,6 +37,3 @@
 
 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