[Python-modules-commits] r7654 - in packages/elementtree/trunk/debian (changelog rules)
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Thu Feb 19 20:59:54 UTC 2009
Date: Thursday, February 19, 2009 @ 20:59:53
Author: pochu-guest
Revision: 7654
* debian/rules:
- Remove old hack not needed anymore.
- Don't tell pysupport what python versions are supported into a
file in the deb, we use debian/pyversions for that. This will make
elementtree build correctly with pysupport 0.90.0 and newer.
Thanks Josselin Mouette. Closes: #516186.
Modified:
packages/elementtree/trunk/debian/changelog
packages/elementtree/trunk/debian/rules
Modified: packages/elementtree/trunk/debian/changelog
===================================================================
--- packages/elementtree/trunk/debian/changelog 2009-02-19 19:25:12 UTC (rev 7653)
+++ packages/elementtree/trunk/debian/changelog 2009-02-19 20:59:53 UTC (rev 7654)
@@ -10,6 +10,14 @@
* debian/control
- switch Vcs-Browser field to viewsvn
+ [ Emilio Pozuelo Monfort ]
+ * debian/rules:
+ - Remove old hack not needed anymore.
+ - Don't tell pysupport what python versions are supported into a
+ file in the deb, we use debian/pyversions for that. This will make
+ elementtree build correctly with pysupport 0.90.0 and newer.
+ Thanks Josselin Mouette. Closes: #516186.
+
-- Bernd Zeimetz <bzed at debian.org> Sun, 20 Apr 2008 23:46:42 +0200
elementtree (1.2.6-12) unstable; urgency=medium
Modified: packages/elementtree/trunk/debian/rules
===================================================================
--- packages/elementtree/trunk/debian/rules 2009-02-19 19:25:12 UTC (rev 7653)
+++ packages/elementtree/trunk/debian/rules 2009-02-19 20:59:53 UTC (rev 7654)
@@ -9,12 +9,3 @@
# Install egg-info directories
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_DESTDIR=debian/python-elementtree
-
-common-binary-post-install-indep::
-# where does this come from?
- rm -rf debian/python-elementtree-doc/usr/share/python-support
-
-binary-predeb/python-elementtree::
- # Which .py files to byte-compile
- echo "2.4" > debian/python-elementtree/usr/share/python-support/python-elementtree/.version
-
More information about the Python-modules-commits
mailing list