[Python-apps-commits] r1357 - in packages/dot2tex/trunk/debian (changelog control pyversions)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Mon May 26 14:41:32 UTC 2008


    Date: Monday, May 26, 2008 @ 14:41:30
  Author: pcc-guest
Revision: 1357

debian/pyversions, debian/control: package now works with only Python 2.4+

Added:
  packages/dot2tex/trunk/debian/pyversions
Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2008-05-26 13:24:40 UTC (rev 1356)
+++ packages/dot2tex/trunk/debian/changelog	2008-05-26 14:41:30 UTC (rev 1357)
@@ -8,8 +8,10 @@
     - moved Build-Depends on pyparsing to Build-Depends-Indep
   * debian/copyright: added 2008 to upstream copyright
   * debian/watch: escaped the dots
+  * debian/pyversions, debian/control: package now works with only
+    Python 2.4+
 
- -- Peter Collingbourne <pcc03 at doc.ic.ac.uk>  Mon, 12 May 2008 18:54:49 +0100
+ -- Peter Collingbourne <pcc03 at doc.ic.ac.uk>  Mon, 26 May 2008 15:32:30 +0100
 
 dot2tex (2.7.0-1) unstable; urgency=low
 

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2008-05-26 13:24:40 UTC (rev 1356)
+++ packages/dot2tex/trunk/debian/control	2008-05-26 14:41:30 UTC (rev 1357)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Peter Collingbourne <pcc03 at doc.ic.ac.uk>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python, python-support (>= 0.5.3)
+Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4~), python-support (>= 0.5.3)
 Build-Depends-Indep: python-pyparsing (>= 0.4.8)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/dot2tex/trunk/

Added: packages/dot2tex/trunk/debian/pyversions
===================================================================
--- packages/dot2tex/trunk/debian/pyversions	                        (rev 0)
+++ packages/dot2tex/trunk/debian/pyversions	2008-05-26 14:41:30 UTC (rev 1357)
@@ -0,0 +1 @@
+2.4-




More information about the Python-apps-commits mailing list