[Python-modules-commits] r3861 - in packages/enthought-kiva/trunk/debian (4 files)

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Thu Dec 6 04:36:11 UTC 2007


    Date: Thursday, December 6, 2007 @ 04:36:09
  Author: kumanna-guest
Revision: 3861

* debian/control:
  + Remove XS-Python-Versions, unneded for pysupport.
* debian/pyversions: Set for Python 2.4 onwards.

Added:
  packages/enthought-kiva/trunk/debian/pyversions
Modified:
  packages/enthought-kiva/trunk/debian/changelog
  packages/enthought-kiva/trunk/debian/control
  packages/enthought-kiva/trunk/debian/rules

Modified: packages/enthought-kiva/trunk/debian/changelog
===================================================================
--- packages/enthought-kiva/trunk/debian/changelog	2007-12-06 04:25:03 UTC (rev 3860)
+++ packages/enthought-kiva/trunk/debian/changelog	2007-12-06 04:36:09 UTC (rev 3861)
@@ -1,5 +1,11 @@
 enthought-kiva (2.0.0b2-1) UNRELEASED; urgency=low
 
+  [ Varun Hiremath ]
   * Initial upload to Debian.
 
+  [ Kumar Appaiah ]
+  * debian/control:
+    + Remove XS-Python-Versions, unneded for pysupport.
+  * debian/pyversions: Set for Python 2.4 onwards.
+
  -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 02 Dec 2007 22:59:17 +0530

Modified: packages/enthought-kiva/trunk/debian/control
===================================================================
--- packages/enthought-kiva/trunk/debian/control	2007-12-06 04:25:03 UTC (rev 3860)
+++ packages/enthought-kiva/trunk/debian/control	2007-12-06 04:36:09 UTC (rev 3861)
@@ -6,7 +6,6 @@
 Build-Depends: cdbs, debhelper(>= 5), python-all-dev, python-support, python-setuptools
 Standards-Version: 3.7.2
 Homepage: http://code.enthought.com/kiva/
-XS-Python-Version: >=2.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/enthought-kiva/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/enthought-kiva/trunk/
 

Added: packages/enthought-kiva/trunk/debian/pyversions
===================================================================
--- packages/enthought-kiva/trunk/debian/pyversions	                        (rev 0)
+++ packages/enthought-kiva/trunk/debian/pyversions	2007-12-06 04:36:09 UTC (rev 3861)
@@ -0,0 +1 @@
+2.4-

Modified: packages/enthought-kiva/trunk/debian/rules
===================================================================
--- packages/enthought-kiva/trunk/debian/rules	2007-12-06 04:25:03 UTC (rev 3860)
+++ packages/enthought-kiva/trunk/debian/rules	2007-12-06 04:36:09 UTC (rev 3861)
@@ -18,5 +18,6 @@
 	find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
 	find $(EXAMPLES) -type f | xargs chmod 644
 
+.PHONY: get-orig-source
 get-orig-source:
 	-uscan --upstream-version 0 --rename 




More information about the Python-modules-commits mailing list