[Python-modules-commits] r17254 - in packages/pyke/trunk/debian (changelog clean rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue May 31 10:57:58 UTC 2011
Date: Tuesday, May 31, 2011 @ 10:57:57
Author: eriol-guest
Revision: 17254
Using debian/clean instad of override_dh_auto_clean
Added:
packages/pyke/trunk/debian/clean
Modified:
packages/pyke/trunk/debian/changelog
packages/pyke/trunk/debian/rules
Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog 2011-05-31 10:34:17 UTC (rev 17253)
+++ packages/pyke/trunk/debian/changelog 2011-05-31 10:57:57 UTC (rev 17254)
@@ -31,6 +31,8 @@
upstream tarball
* debian/copyright
- Made DEP5 compliant
+ * debian/clean
+ - Added to remove python-ply cached tables shipped in upstream tarball
* debian/patches/01-fixed-hardcoded-path-in-doctest.patch
- Change a hardcoded path in a doctest to a path that is guaranteed
to exist on a POSIX system
@@ -45,7 +47,7 @@
* debian/patches/06_remove-tracking-javascript-and-remote-images.patch
- Remove tracking javascript code and remote images
- -- Daniele Tricoli <eriol at mornie.org> Tue, 31 May 2011 12:06:16 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Tue, 31 May 2011 12:48:57 +0200
pyke (1.1.1-1) unstable; urgency=low
Added: packages/pyke/trunk/debian/clean
===================================================================
--- packages/pyke/trunk/debian/clean (rev 0)
+++ packages/pyke/trunk/debian/clean 2011-05-31 10:57:57 UTC (rev 17254)
@@ -0,0 +1,3 @@
+pyke/krb_compiler/kfbparser_tables.py
+pyke/krb_compiler/krbparser_tables.py
+pyke/krb_compiler/scanner_tables.py
Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules 2011-05-31 10:34:17 UTC (rev 17253)
+++ packages/pyke/trunk/debian/rules 2011-05-31 10:57:57 UTC (rev 17254)
@@ -2,12 +2,6 @@
%:
dh $@
-override_dh_auto_clean:
- rm -rf pyke/krb_compiler/kfbparser_tables.py
- rm -rf pyke/krb_compiler/krbparser_tables.py
- rm -rf pyke/krb_compiler/scanner_tables.py
- dh_auto_clean
-
override_dh_auto_configure:
rm -rf pyke/krb_compiler/ply/
# Regenerating python-ply cached tables.
More information about the Python-modules-commits
mailing list