[Python-modules-commits] r8437 - in packages/python-django-filebrowser/trunk/debian (4 files)
odd_bloke-guest at users.alioth.debian.org
odd_bloke-guest at users.alioth.debian.org
Wed May 13 08:39:53 UTC 2009
Date: Wednesday, May 13, 2009 @ 08:39:52
Author: odd_bloke-guest
Revision: 8437
Added patch to setup.py.
Added:
packages/python-django-filebrowser/trunk/debian/patches/
packages/python-django-filebrowser/trunk/debian/patches/series
packages/python-django-filebrowser/trunk/debian/patches/setup-py
Modified:
packages/python-django-filebrowser/trunk/debian/rules
Added: packages/python-django-filebrowser/trunk/debian/patches/series
===================================================================
--- packages/python-django-filebrowser/trunk/debian/patches/series (rev 0)
+++ packages/python-django-filebrowser/trunk/debian/patches/series 2009-05-13 08:39:52 UTC (rev 8437)
@@ -0,0 +1 @@
+setup-py
Added: packages/python-django-filebrowser/trunk/debian/patches/setup-py
===================================================================
--- packages/python-django-filebrowser/trunk/debian/patches/setup-py (rev 0)
+++ packages/python-django-filebrowser/trunk/debian/patches/setup-py 2009-05-13 08:39:52 UTC (rev 8437)
@@ -0,0 +1,21 @@
+Index: python-django-filebrowser-0+svn293/setup.py
+===================================================================
+--- python-django-filebrowser-0+svn293.orig/setup.py 2009-03-04 10:01:30.000000000 +0000
++++ python-django-filebrowser-0+svn293/setup.py 2009-03-04 10:02:03.000000000 +0000
+@@ -8,6 +8,9 @@
+ author_email='patrick at vonautomatisch.at',
+ url='http://code.google.com/p/django-filebrowser/',
+ packages=find_packages(),
++ package_data = {'filebrowser': ['templates/filebrowser/*.html',
++ 'templates/filebrowser/include/*',
++ 'locale/*/LC_MESSAGES/*']},
+ classifiers=[
+ 'Development Status :: 3 - Alpha',
+ 'Environment :: Web Environment',
+@@ -17,4 +20,4 @@
+ 'Programming Language :: Python',
+ 'Framework :: Django',
+ ]
+-)
+\ No newline at end of file
++)
Modified: packages/python-django-filebrowser/trunk/debian/rules
===================================================================
--- packages/python-django-filebrowser/trunk/debian/rules 2009-05-13 08:39:51 UTC (rev 8436)
+++ packages/python-django-filebrowser/trunk/debian/rules 2009-05-13 08:39:52 UTC (rev 8437)
@@ -1,9 +1,11 @@
#!/usr/bin/make -f
-clean:
+include /usr/share/quilt/quilt.make
+
+clean: unpatch
dh $@
-build:
+build: patch
dh $@
find filebrowser -executable -type f -exec chmod -x {} +
More information about the Python-modules-commits
mailing list