[Python-apps-commits] r2692 - in packages/sonata/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Apr 6 13:21:59 UTC 2009


    Date: Monday, April 6, 2009 @ 13:21:56
  Author: nijel
Revision: 2692

Build only for Python 2.5 or newer, upstream dropped support for older.

Added:
  packages/sonata/trunk/debian/pyversions
Modified:
  packages/sonata/trunk/debian/changelog
  packages/sonata/trunk/debian/rules
Deleted:
  packages/sonata/trunk/debian/patches/

Modified: packages/sonata/trunk/debian/changelog
===================================================================
--- packages/sonata/trunk/debian/changelog	2009-04-06 13:17:43 UTC (rev 2691)
+++ packages/sonata/trunk/debian/changelog	2009-04-06 13:21:56 UTC (rev 2692)
@@ -4,9 +4,9 @@
     - Fixes changing of cover art (Closes: #480758).
     - Fixes handling options without MPD connection (Closes: #503435).
     - Fixes typos in man page (Closes: #517503).
-  * Add patches for Python 2.5 compatibility.
+  * Build only for Python 2.5 or newer, upstream dropped support for older.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 06 Apr 2009 15:17:28 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 06 Apr 2009 15:21:27 +0200
 
 sonata (1.5.3-3) unstable; urgency=low
 

Added: packages/sonata/trunk/debian/pyversions
===================================================================
--- packages/sonata/trunk/debian/pyversions	                        (rev 0)
+++ packages/sonata/trunk/debian/pyversions	2009-04-06 13:21:56 UTC (rev 2692)
@@ -0,0 +1 @@
+2.5-

Modified: packages/sonata/trunk/debian/rules
===================================================================
--- packages/sonata/trunk/debian/rules	2009-04-06 13:17:43 UTC (rev 2691)
+++ packages/sonata/trunk/debian/rules	2009-04-06 13:21:56 UTC (rev 2692)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 -include /usr/share/python/python.mk
 ifeq (,$(py_sitename))
   py_sitename = site-packages
@@ -43,12 +41,12 @@
 
 build: build-stamp
 
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	chmod -x sonata/pixmaps/*
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: build




More information about the Python-apps-commits mailing list