[Python-modules-commits] r11967 - in packages/python-django-rosetta/trunk/debian (2 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Fri Feb 26 18:49:53 UTC 2010
Date: Friday, February 26, 2010 @ 18:49:51
Author: svedrin-guest
Revision: 11967
* New upstream release.
* Remove rosetta/polib.py from 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-26 06:21:00 UTC (rev 11966)
+++ packages/python-django-rosetta/trunk/debian/changelog 2010-02-26 18:49:51 UTC (rev 11967)
@@ -1,9 +1,10 @@
-python-django-rosetta (0.5.2-2) UNRELEASED; urgency=low
+python-django-rosetta (0.5.3) UNRELEASED; urgency=low
- * Remove rosetta/polib.py before building the package which is pulled in
- from the python-polib dependency.
+ * New upstream release.
+ * Remove rosetta/polib.py from the package which is pulled in from the
+ python-polib dependency.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Mon, 22 Feb 2010 22:27:31 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Fri, 26 Feb 2010 19:45:29 +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-26 06:21:00 UTC (rev 11966)
+++ packages/python-django-rosetta/trunk/debian/rules 2010-02-26 18:49:51 UTC (rev 11967)
@@ -3,9 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build:
- rm rosetta/polib.py
- dh build
+override_dh_auto_install:
+ dh_auto_install
+ rm debian/python-django-rosetta/usr/lib/python*/*-packages/rosetta/polib.py
%:
dh $@
More information about the Python-modules-commits
mailing list