[Python-apps-commits] r882 - in packages/emesene/trunk/debian (changelog control rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Mar 29 19:57:23 UTC 2008


    Date: Saturday, March 29, 2008 @ 19:57:22
  Author: pochu-guest
Revision: 882

  - Build the package with python2.5, as with python2.4 it FTBFS.
  - Build-Depend on python2.5.

Modified:
  packages/emesene/trunk/debian/changelog
  packages/emesene/trunk/debian/control
  packages/emesene/trunk/debian/rules

Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog	2008-03-29 19:29:11 UTC (rev 881)
+++ packages/emesene/trunk/debian/changelog	2008-03-29 19:57:22 UTC (rev 882)
@@ -9,6 +9,7 @@
       $PREFIX/share/locale by setup.py.
     - Remove python-patchsys include.
     - Run dh_icons and dh_desktop
+    - Build the package with python2.5, as with python2.4 it FTBFS.
   * debian/copyright:
     - Updated.
   * debian/watch:
@@ -16,12 +17,11 @@
   * debian/emesene-launcher:
     - Update for the new Controller.py location.
   * debian/control:
-    - Build-Depend on python2.5 and support only
-      python >= 2.5 to workaround a distutils bug.
+    - Build-Depend on python2.5.
     - Wrap Build-Depends.
     - Build-Depend on debhelper >= 5.0.51~ for dh_icons
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 29 Mar 2008 20:28:52 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 29 Mar 2008 20:56:21 +0100
 
 emesene (1.0~r1137-1) unstable; urgency=low
 

Modified: packages/emesene/trunk/debian/control
===================================================================
--- packages/emesene/trunk/debian/control	2008-03-29 19:29:11 UTC (rev 881)
+++ packages/emesene/trunk/debian/control	2008-03-29 19:57:22 UTC (rev 882)
@@ -8,7 +8,7 @@
                python2.5
 Build-Depends-Indep: python-central (>= 0.5.6)
 Standards-Version: 3.7.3
-XS-Python-Version: >=2.5
+XS-Python-Version: >=2.4
 Homepage: http://www.emesene.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/emesene/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/emesene/?op=log

Modified: packages/emesene/trunk/debian/rules
===================================================================
--- packages/emesene/trunk/debian/rules	2008-03-29 19:29:11 UTC (rev 881)
+++ packages/emesene/trunk/debian/rules	2008-03-29 19:57:22 UTC (rev 882)
@@ -7,6 +7,7 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=usr/share/emesene
+DEB_PYTHON_COMPILE_VERSION := 2.5 # let's workaround a ftbfs with distutils from python2.4
 
 SVN_REVISION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*~r([^-]+).*,\1,p')
 




More information about the Python-apps-commits mailing list