[Python-modules-commits] r8370 - in packages/python-django-formfieldset/trunk/debian (rules)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed May 6 14:13:51 UTC 2009


    Date: Wednesday, May 6, 2009 @ 14:13:51
  Author: odd_bloke-guest
Revision: 8370

Review fixes.

Modified:
  packages/python-django-formfieldset/trunk/debian/rules

Modified: packages/python-django-formfieldset/trunk/debian/rules
===================================================================
--- packages/python-django-formfieldset/trunk/debian/rules	2009-05-06 14:13:49 UTC (rev 8369)
+++ packages/python-django-formfieldset/trunk/debian/rules	2009-05-06 14:13:51 UTC (rev 8370)
@@ -2,29 +2,22 @@
 
 include /usr/share/quilt/quilt.make
 
+%:
+	dh $@
+
 clean: unpatch
-	rm pax_global_header
+	rm -f pax_global_header
 	dh $@
+	rm -rf build
 
 build: patch
 	dh $@
 
-install: build
-	dh $@
-
-binary-indep: install
-	dh $@
-
-binary-arch:
-
-binary: binary-indep binary-arch
-	dh $@
-
 get-orig-source:
 	git clone git://github.com/muhuk/django-formfieldset.git
 	set -e; \
 	revid=`git --git-dir=django-formfieldset/.git/ rev-list --abbrev=7 --abbrev-commit --no-walk HEAD`; \
 	version_string=0+git`date +%Y%m%d`-$$revid; \
 	dirname=python-django-formfieldset-$$version_string; \
-	git --git-dir=django-formfieldset/.git/ archive --format=tar HEAD | gzip > python-django-formfieldset_$$version_string.orig.tar.gz; \
+	git --git-dir=django-formfieldset/.git/ archive --format=tar --prefix=$$dirname HEAD | gzip > python-django-formfieldset_$$version_string.orig.tar.gz; \
 	rm -rf django-formfieldset




More information about the Python-modules-commits mailing list