[Python-modules-commits] r16380 - in packages/python-apptools/trunk/debian (3 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Wed Apr 6 05:23:23 UTC 2011
Date: Wednesday, April 6, 2011 @ 05:22:49
Author: varun
Revision: 16380
* New upstream release
* Convert to dh_python2 (Closes: #616990)
Modified:
packages/python-apptools/trunk/debian/changelog
packages/python-apptools/trunk/debian/control
packages/python-apptools/trunk/debian/rules
Modified: packages/python-apptools/trunk/debian/changelog
===================================================================
--- packages/python-apptools/trunk/debian/changelog 2011-04-06 05:22:27 UTC (rev 16379)
+++ packages/python-apptools/trunk/debian/changelog 2011-04-06 05:22:49 UTC (rev 16380)
@@ -1,3 +1,10 @@
+python-apptools (3.4.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Convert to dh_python2 (Closes: #616990)
+
+ -- Varun Hiremath <varun at debian.org> Tue, 05 Apr 2011 21:25:31 -0400
+
python-apptools (3.4.0-1) experimental; urgency=low
* New upstream release
Modified: packages/python-apptools/trunk/debian/control
===================================================================
--- packages/python-apptools/trunk/debian/control 2011-04-06 05:22:27 UTC (rev 16379)
+++ packages/python-apptools/trunk/debian/control 2011-04-06 05:22:49 UTC (rev 16380)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), python-all, python-central (>= 0.6)
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
Build-Depends-Indep: python-setupdocs, libjs-jquery
Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/AppTools
-XS-Python-Version: current
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-apptools/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-apptools/trunk/
@@ -16,7 +16,6 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
libjs-jquery, python-configobj
Breaks: mayavi2 (<< 3.0.0)
-XB-Python-Version: ${python:Versions}
Description: ETS Application Tools
The AppTools project includes a set of packages that Enthought has
found useful in creating a number of applications. They implement
Modified: packages/python-apptools/trunk/debian/rules
===================================================================
--- packages/python-apptools/trunk/debian/rules 2011-04-06 05:22:27 UTC (rev 16379)
+++ packages/python-apptools/trunk/debian/rules 2011-04-06 05:22:49 UTC (rev 16380)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list