[Python-modules-commits] r8330 - in packages/python-django-contact-form/trunk/debian (2 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Fri May 1 10:38:00 UTC 2009


    Date: Friday, May 1, 2009 @ 10:37:59
  Author: odd_bloke-guest
Revision: 8330

Fix error in get-orig-source.

Modified:
  packages/python-django-contact-form/trunk/debian/changelog
  packages/python-django-contact-form/trunk/debian/rules

Modified: packages/python-django-contact-form/trunk/debian/changelog
===================================================================
--- packages/python-django-contact-form/trunk/debian/changelog	2009-05-01 10:37:57 UTC (rev 8329)
+++ packages/python-django-contact-form/trunk/debian/changelog	2009-05-01 10:37:59 UTC (rev 8330)
@@ -1,3 +1,9 @@
+python-django-contact-form (0+hg61-2) UNRELEASED; urgency=low
+
+  * Fixed get-orig-source rule so that the source directory is named correctly.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Thu, 12 Mar 2009 14:26:07 +0000
+
 python-django-contact-form (0+hg61-1) unstable; urgency=low
 
   * Initial release. (Closes: #518460)

Modified: packages/python-django-contact-form/trunk/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules	2009-05-01 10:37:57 UTC (rev 8329)
+++ packages/python-django-contact-form/trunk/debian/rules	2009-05-01 10:37:59 UTC (rev 8330)
@@ -7,7 +7,7 @@
 	hg clone https://bitbucket.org/ubernostrum/django-contact-form/
 	set -e; \
 	revno=`hg tip --template "{rev}" -R django-contact-form` \
-	dirname=python-django-filebrowser-0+hg$$revno; \
+	dirname=python-django-contact-form-0+hg$$revno; \
 	hg archive -R django-contact-form $$dirname; \
 	rm $$dirname/.hg*; \
 	tar zcf python-django-contact-form_0+hg$$revno.orig.tar.gz $$dirname; \




More information about the Python-modules-commits mailing list