[Python-modules-commits] r6306 - in packages/python-django-registration/trunk/debian (3 files)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Fri Aug 22 19:41:07 UTC 2008


    Date: Friday, August 22, 2008 @ 19:40:36
  Author: netzwurm
Revision: 6306

* debian/control:
  - added dependency on python-django (>= 1.0~beta1) (Thanks to Raphael
    Hertzog).
* debian/rules:
  - added call to new compile-messages interface through django-admin.
  - remove ._django.po during clean.

Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/control
  packages/python-django-registration/trunk/debian/rules

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2008-08-22 16:28:05 UTC (rev 6305)
+++ packages/python-django-registration/trunk/debian/changelog	2008-08-22 19:40:36 UTC (rev 6306)
@@ -1,3 +1,14 @@
+python-django-registration (0.6-2) experimental; urgency=low
+
+  * debian/control:
+    - added dependency on python-django (>= 1.0~beta1) (Thanks to Raphael
+      Hertzog).
+  * debian/rules:
+    - added call to new compile-messages interface through django-admin.
+    - remove ._django.po during clean.
+
+ -- David Spreen <netzwurm at debian.org>  Fri, 22 Aug 2008 12:32:04 -0700
+
 python-django-registration (0.6-1) experimental; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control	2008-08-22 16:28:05 UTC (rev 6305)
+++ packages/python-django-registration/trunk/debian/control	2008-08-22 19:40:36 UTC (rev 6306)
@@ -5,7 +5,7 @@
 Uploaders: Raphael Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org> 
 Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42)
-Build-Depends-Indep: python-support (>= 0.3), python-docutils
+Build-Depends-Indep: python-support (>= 0.3), python-docutils, python-django (>= 1.0~beta1)
 Homepage: http://code.google.com/p/django-registration/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-registration/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-registration/trunk/?op=log

Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules	2008-08-22 16:28:05 UTC (rev 6305)
+++ packages/python-django-registration/trunk/debian/rules	2008-08-22 19:40:36 UTC (rev 6306)
@@ -12,8 +12,11 @@
 clean::
 	-rm -f registration/locale/*/*/*.mo
 
+	#Upstream included MacOS resource fork files. Remove!
+	-rm -f registration/locale/*/*/._*.po
+
 pre-build::
-	#cd registration && /usr/lib/python-django/bin/compile-messages.py
+	cd registration && /usr/bin/django-admin compilemessages
 
 binary-post-install/python-django-registration::
 	# Generate documentation




More information about the Python-modules-commits mailing list