[Python-apps-commits] r3057 - in packages/quickplay/trunk/debian (control rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Jun 3 11:06:04 UTC 2009


    Date: Wednesday, June 3, 2009 @ 11:06:03
  Author: cjsmo-guest
Revision: 3057

added quilt to handle the setup.py patch

Modified:
  packages/quickplay/trunk/debian/control
  packages/quickplay/trunk/debian/rules

Modified: packages/quickplay/trunk/debian/control
===================================================================
--- packages/quickplay/trunk/debian/control	2009-06-03 10:35:33 UTC (rev 3056)
+++ packages/quickplay/trunk/debian/control	2009-06-03 11:06:03 UTC (rev 3057)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Charlie Smotherman <cjsmo at cableone.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>=2.5), python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 7.0.50), python (>=2.5), python-support (>= 0.6.4),
+	quilt (>= 0.46-7)
 XS-Python-Version: >=2.5
 Standards-Version: 3.8.1
 Homepage: http://quickplay.ampache.org

Modified: packages/quickplay/trunk/debian/rules
===================================================================
--- packages/quickplay/trunk/debian/rules	2009-06-03 10:35:33 UTC (rev 3056)
+++ packages/quickplay/trunk/debian/rules	2009-06-03 11:06:03 UTC (rev 3057)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
  
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/share/quickplay --install-lib=/usr/share/quickplay




More information about the Python-apps-commits mailing list