[Python-apps-commits] r878 - in packages/emesene/trunk/debian (changelog control)
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sat Mar 29 18:42:20 UTC 2008
Date: Saturday, March 29, 2008 @ 18:42:20
Author: pochu-guest
Revision: 878
* debian/control:
- Build-Depend on python (>= 2.5) | python2.5 and support only
python >= 2.5 to workaround a distutils bug.
- Wrap Build-Depends.
Modified:
packages/emesene/trunk/debian/changelog
packages/emesene/trunk/debian/control
Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog 2008-03-29 18:26:14 UTC (rev 877)
+++ packages/emesene/trunk/debian/changelog 2008-03-29 18:42:20 UTC (rev 878)
@@ -14,8 +14,12 @@
- Updated so that it reports 1.* as the newer versions.
* debian/emesene-launcher:
- Update for the new Controller.py location.
+ * debian/control:
+ - Build-Depend on python (>= 2.5) | python2.5 and support only
+ python >= 2.5 to workaround a distutils bug.
+ - Wrap Build-Depends.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 29 Mar 2008 19:25:21 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 29 Mar 2008 19:39:38 +0100
emesene (1.0~r1137-1) unstable; urgency=low
Modified: packages/emesene/trunk/debian/control
===================================================================
--- packages/emesene/trunk/debian/control 2008-03-29 18:26:14 UTC (rev 877)
+++ packages/emesene/trunk/debian/control 2008-03-29 18:42:20 UTC (rev 878)
@@ -3,10 +3,12 @@
Priority: optional
Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4)
+Build-Depends: cdbs (>= 0.4.49),
+ debhelper (>= 5.0.38),
+ python (>= 2.5) | python2.5
Build-Depends-Indep: python-central (>= 0.5.6)
Standards-Version: 3.7.3
-XS-Python-Version: >=2.4
+XS-Python-Version: >=2.5
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
More information about the Python-apps-commits
mailing list