[Python-modules-commits] r8448 - 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 09:58:52 UTC 2009
Date: Wednesday, May 13, 2009 @ 09:58:51
Author: odd_bloke-guest
Revision: 8448
Simplified debian/rules, thanks to lamby.
Modified:
packages/python-django-filebrowser/trunk/debian/changelog
packages/python-django-filebrowser/trunk/debian/rules
Modified: packages/python-django-filebrowser/trunk/debian/changelog
===================================================================
--- packages/python-django-filebrowser/trunk/debian/changelog 2009-05-13 09:17:31 UTC (rev 8447)
+++ packages/python-django-filebrowser/trunk/debian/changelog 2009-05-13 09:58:51 UTC (rev 8448)
@@ -1,3 +1,9 @@
+python-django-filebrowser (0+svn322-2) unstable; urgency=low
+
+ * Simplified debian/rules, thanks to lamby.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk> Wed, 13 May 2009 10:57:23 +0100
+
python-django-filebrowser (0+svn322-1) unstable; urgency=low
* New upstream snapshot. (Closes: #527248, #527249)
Modified: packages/python-django-filebrowser/trunk/debian/rules
===================================================================
--- packages/python-django-filebrowser/trunk/debian/rules 2009-05-13 09:17:31 UTC (rev 8447)
+++ packages/python-django-filebrowser/trunk/debian/rules 2009-05-13 09:58:51 UTC (rev 8448)
@@ -1,24 +1,16 @@
#!/usr/bin/make -f
+%:
+ dh $@
+
clean:
dh $@
rm -rf django_filebrowser.egg-info
-build:
- dh $@
+override_dh_auto_build:
+ dh_auto_build
find filebrowser -executable -type f -exec chmod -x {} +
-install: build
- dh $@
-
-binary-indep: install
- dh $@
-
-binary-arch:
-
-binary: binary-indep binary-arch
- dh $@
-
get-orig-source:
svn checkout http://django-filebrowser.googlecode.com/svn/trunk/ filebrowser
set -e; \
More information about the Python-modules-commits
mailing list