[Python-apps-commits] r6544 - in packages/bleachbit/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Jan 27 23:04:48 UTC 2011


    Date: Thursday, January 27, 2011 @ 23:04:38
  Author: dktrkranz
Revision: 6544

Switch to dh_python2

Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/control
  packages/bleachbit/trunk/debian/rules
Deleted:
  packages/bleachbit/trunk/debian/pyversions

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2011-01-27 22:49:34 UTC (rev 6543)
+++ packages/bleachbit/trunk/debian/changelog	2011-01-27 23:04:38 UTC (rev 6544)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Refresh patches for new upstream release.
+  * Switch to dh_python2.
   * debian/patches/gnomevfs.patch:
     - Replace gnomevfs methods, now deprecated.
   * debian/control:
@@ -13,7 +14,7 @@
   * debian/copyright:
     - Update copyright years.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 27 Jan 2011 23:48:47 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 28 Jan 2011 00:03:45 +0100
 
 bleachbit (0.8.0-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/control
===================================================================
--- packages/bleachbit/trunk/debian/control	2011-01-27 22:49:34 UTC (rev 6543)
+++ packages/bleachbit/trunk/debian/control	2011-01-27 23:04:38 UTC (rev 6544)
@@ -4,8 +4,9 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.3.0)
-Build-Depends-Indep: python-support (>= 0.5.3), python (>= 2.4), gettext
+Build-Depends-Indep: python (>= 2.6.5-2~), gettext
 Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/bleachbit/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/bleachbit/trunk/
 Homepage: http://bleachbit.sourceforge.net

Deleted: packages/bleachbit/trunk/debian/pyversions
===================================================================
--- packages/bleachbit/trunk/debian/pyversions	2011-01-27 22:49:34 UTC (rev 6543)
+++ packages/bleachbit/trunk/debian/pyversions	2011-01-27 23:04:38 UTC (rev 6544)
@@ -1 +0,0 @@
-2.4-

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2011-01-27 22:49:34 UTC (rev 6543)
+++ packages/bleachbit/trunk/debian/rules	2011-01-27 23:04:38 UTC (rev 6544)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=python_distutils $@
+	dh $@ --buildsystem=python_distutils --with python2
 
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/bleachbit




More information about the Python-apps-commits mailing list