[Python-modules-commits] r12004 - in packages/python-django-rosetta/trunk/debian (2 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Sun Feb 28 10:58:20 UTC 2010
Date: Sunday, February 28, 2010 @ 10:58:15
Author: svedrin-guest
Revision: 12004
rm upstream's egg-info directory before building the package.
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-28 10:42:22 UTC (rev 12003)
+++ packages/python-django-rosetta/trunk/debian/changelog 2010-02-28 10:58:15 UTC (rev 12004)
@@ -4,8 +4,9 @@
* Remove rosetta/polib.py from the package which is pulled in from the
python-polib dependency.
* Change patches/01-import.diff to follow DEP-3.
+ * rm upstream's egg-info directory before building the package.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Fri, 26 Feb 2010 20:40:53 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Sun, 28 Feb 2010 11:57:45 +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-28 10:42:22 UTC (rev 12003)
+++ packages/python-django-rosetta/trunk/debian/rules 2010-02-28 10:58:15 UTC (rev 12004)
@@ -7,5 +7,9 @@
dh_auto_install
rm debian/python-django-rosetta/usr/lib/python*/*-packages/rosetta/polib.py
+clean:
+ dh clean
+ rm -rf *.egg-info
+
%:
dh $@
More information about the Python-modules-commits
mailing list