[Python-modules-commits] r8440 - in packages/python-django-filebrowser/trunk/debian (2 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed May 13 08:39:58 UTC 2009


    Date: Wednesday, May 13, 2009 @ 08:39:58
  Author: odd_bloke-guest
Revision: 8440

Removed patch to setup.py that has been applied upstream.

Modified:
  packages/python-django-filebrowser/trunk/debian/rules
Deleted:
  packages/python-django-filebrowser/trunk/debian/patches/

Modified: packages/python-django-filebrowser/trunk/debian/rules
===================================================================
--- packages/python-django-filebrowser/trunk/debian/rules	2009-05-13 08:39:56 UTC (rev 8439)
+++ packages/python-django-filebrowser/trunk/debian/rules	2009-05-13 08:39:58 UTC (rev 8440)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-clean: unpatch
+clean:
 	dh $@
 
-build: patch
+build:
 	dh $@
 	find filebrowser -executable -type f -exec chmod -x {} +
 




More information about the Python-modules-commits mailing list