[Python-apps-commits] r2385 - in packages/photo-uploader/trunk/debian (3 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sun Feb 15 13:55:34 UTC 2009


    Date: Sunday, February 15, 2009 @ 13:55:33
  Author: nijel
Revision: 2385

Switch to python-support (in fact the switch did happen unintentionally
before, but build deps reflect it now).

Modified:
  packages/photo-uploader/trunk/debian/changelog
  packages/photo-uploader/trunk/debian/control
  packages/photo-uploader/trunk/debian/rules

Modified: packages/photo-uploader/trunk/debian/changelog
===================================================================
--- packages/photo-uploader/trunk/debian/changelog	2009-02-15 13:52:58 UTC (rev 2384)
+++ packages/photo-uploader/trunk/debian/changelog	2009-02-15 13:55:33 UTC (rev 2385)
@@ -11,8 +11,10 @@
 
   [ Michal ÄŒihaÅ™ ]
   * Update debian/copyright.
+  * Switch to python-support (in fact the switch did happen unintentionally
+    before, but build deps reflect it now).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 15 Feb 2009 14:49:36 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 15 Feb 2009 14:54:58 +0100
 
 photo-uploader (0.6-2) unstable; urgency=low
 

Modified: packages/photo-uploader/trunk/debian/control
===================================================================
--- packages/photo-uploader/trunk/debian/control	2009-02-15 13:52:58 UTC (rev 2384)
+++ packages/photo-uploader/trunk/debian/control	2009-02-15 13:55:33 UTC (rev 2385)
@@ -4,9 +4,8 @@
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-dev, python-central (>= 0.6.7), python-pycurl
+Build-Depends-Indep: python-dev, python-support (>= 0.5.3), python-pycurl
 Standards-Version: 3.8.0
-XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/photo-uploader/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/photo-uploader/trunk/
 Homepage: http://cihar.com/software/photo-uploader/

Modified: packages/photo-uploader/trunk/debian/rules
===================================================================
--- packages/photo-uploader/trunk/debian/rules	2009-02-15 13:52:58 UTC (rev 2384)
+++ packages/photo-uploader/trunk/debian/rules	2009-02-15 13:55:33 UTC (rev 2385)
@@ -12,7 +12,7 @@
 	dh install
 
 binary-indep: build install
-	dh --with python_central binary-indep
+	dh binary-indep
 
 binary-arch: build install
 




More information about the Python-apps-commits mailing list