[Python-apps-commits] r3058 - in packages/quickplay/trunk/debian (3 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Jun 3 14:30:38 UTC 2009


    Date: Wednesday, June 3, 2009 @ 14:30:37
  Author: cjsmo-guest
Revision: 3058

added quilt patch system, added debian/patches, created 01_setup.py_fix to fix build error

Added:
  packages/quickplay/trunk/debian/patches/
  packages/quickplay/trunk/debian/patches/01_setup.py_fix
  packages/quickplay/trunk/debian/patches/series

Added: packages/quickplay/trunk/debian/patches/01_setup.py_fix
===================================================================
--- packages/quickplay/trunk/debian/patches/01_setup.py_fix	                        (rev 0)
+++ packages/quickplay/trunk/debian/patches/01_setup.py_fix	2009-06-03 14:30:37 UTC (rev 3058)
@@ -0,0 +1,13 @@
+Index: quickplay-1.5/setup.py
+===================================================================
+--- quickplay-1.5.orig/setup.py	2009-06-03 09:26:13.000000000 -0500
++++ quickplay-1.5/setup.py	2009-06-03 09:26:33.000000000 -0500
+@@ -8,7 +8,7 @@
+     author = "Kevin Purdy",
+     author_email = "purdyk at onid.orst.edu",
+     url = "http://quickplay.ampache.org",
+-    scripts = ["quickplay"],
++    scripts = ["quickplay.py"],
+     long_description = "A light weight mp3 player/frontend for Ampache."
+     )
+       

Added: packages/quickplay/trunk/debian/patches/series
===================================================================
--- packages/quickplay/trunk/debian/patches/series	                        (rev 0)
+++ packages/quickplay/trunk/debian/patches/series	2009-06-03 14:30:37 UTC (rev 3058)
@@ -0,0 +1 @@
+01_setup.py_fix




More information about the Python-apps-commits mailing list