[Python-apps-commits] r7028 - in packages/fookebox/trunk/debian/patches (2 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Sat Apr 30 04:53:17 UTC 2011


    Date: Saturday, April 30, 2011 @ 04:52:43
  Author: cockroach-guest
Revision: 7028

Added patch to disable PasteScript during the build process

Added:
  packages/fookebox/trunk/debian/patches/02_no-pastescript.patch
Modified:
  packages/fookebox/trunk/debian/patches/series

Added: packages/fookebox/trunk/debian/patches/02_no-pastescript.patch
===================================================================
--- packages/fookebox/trunk/debian/patches/02_no-pastescript.patch	                        (rev 0)
+++ packages/fookebox/trunk/debian/patches/02_no-pastescript.patch	2011-04-30 04:52:43 UTC (rev 7028)
@@ -0,0 +1,24 @@
+Description: Don't use PasteScript during the build process
+ This prevents unneeded clutter in the debian diff
+Author: Stefan Ott <stefan at ott.net>
+Last-Update: 2011-04-30
+diff -Naur fookebox-0.6.0.orig/setup.py fookebox-0.6.0/setup.py
+--- fookebox-0.6.0.orig/setup.py	2011-02-12 05:02:44.000000000 +0100
++++ fookebox-0.6.0/setup.py	2011-04-30 06:39:44.000000000 +0200
+@@ -21,7 +21,7 @@
+ 		'python-mpd',
+ 	],
+ 	keywords='mpd jukebox web music party',
+-	setup_requires=["PasteScript>=1.6.3"],
++	setup_requires=[],
+ 	packages=find_packages(exclude=['ez_setup']),
+ 	include_package_data=True,
+ 	test_suite='nose.collector',
+@@ -32,7 +32,6 @@
+ 		('templates/**.tpl', 'mako', {'input_encoding': 'utf-8'}),
+ 		('public/**', 'ignore', None)]},
+ 	zip_safe=False,
+-	paster_plugins=['PasteScript', 'Pylons'],
+ 	entry_points="""
+ 	[paste.app_factory]
+ 	main = fookebox.config.middleware:make_app

Modified: packages/fookebox/trunk/debian/patches/series
===================================================================
--- packages/fookebox/trunk/debian/patches/series	2011-04-30 03:12:06 UTC (rev 7027)
+++ packages/fookebox/trunk/debian/patches/series	2011-04-30 04:52:43 UTC (rev 7028)
@@ -1 +1,2 @@
 01_javascript-urls.patch
+02_no-pastescript.patch




More information about the Python-apps-commits mailing list