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

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Mon Feb 22 21:29:39 UTC 2010


    Date: Monday, February 22, 2010 @ 21:29:38
  Author: svedrin-guest
Revision: 11889

Remove rosetta/polib.py before building the package which is pulled in
from the python-polib dependency.

Modified:
  packages/python-django-rosetta/trunk/debian/changelog
  packages/python-django-rosetta/trunk/debian/rules

Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog	2010-02-22 20:31:32 UTC (rev 11888)
+++ packages/python-django-rosetta/trunk/debian/changelog	2010-02-22 21:29:38 UTC (rev 11889)
@@ -1,8 +1,9 @@
 python-django-rosetta (0.5.2-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Remove rosetta/polib.py before building the package which is pulled in
+    from the python-polib dependency.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Sat, 30 Jan 2010 13:42:05 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 22 Feb 2010 22:27:31 +0100
 
 python-django-rosetta (0.5.2-1) unstable; urgency=low
 

Modified: packages/python-django-rosetta/trunk/debian/rules
===================================================================
--- packages/python-django-rosetta/trunk/debian/rules	2010-02-22 20:31:32 UTC (rev 11888)
+++ packages/python-django-rosetta/trunk/debian/rules	2010-02-22 21:29:38 UTC (rev 11889)
@@ -3,5 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+build:
+	rm rosetta/polib.py
+	dh build
+
 %:
 	dh  $@




More information about the Python-modules-commits mailing list