[Python-modules-commits] r16389 - in packages/python-traits/trunk/debian (3 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Wed Apr 6 05:27:33 UTC 2011
Date: Wednesday, April 6, 2011 @ 05:27:17
Author: varun
Revision: 16389
* New upstream release
* Convert to dh_python2 (Closes: #617037)
Modified:
packages/python-traits/trunk/debian/changelog
packages/python-traits/trunk/debian/control
packages/python-traits/trunk/debian/rules
Modified: packages/python-traits/trunk/debian/changelog
===================================================================
--- packages/python-traits/trunk/debian/changelog 2011-04-06 05:27:14 UTC (rev 16388)
+++ packages/python-traits/trunk/debian/changelog 2011-04-06 05:27:17 UTC (rev 16389)
@@ -1,3 +1,10 @@
+python-traits (3.6.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Convert to dh_python2 (Closes: #617037)
+
+ -- Varun Hiremath <varun at debian.org> Wed, 06 Apr 2011 00:05:26 -0400
+
python-traits (3.5.0-1) experimental; urgency=low
* New upstream release
Modified: packages/python-traits/trunk/debian/control
===================================================================
--- packages/python-traits/trunk/debian/control 2011-04-06 05:27:14 UTC (rev 16388)
+++ packages/python-traits/trunk/debian/control 2011-04-06 05:27:17 UTC (rev 16389)
@@ -3,10 +3,10 @@
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-dev, python-central (>= 0.6), python-setupdocs
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all-dev (>= 2.6.6-3~), python-setupdocs
Standards-Version: 3.9.1
Homepage: http://pypi.python.org/pypi/Traits
-XS-Python-Version: >=2.5
+X-Python-Version: >=2.5
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-traits/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-traits/trunk/
@@ -14,10 +14,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Recommends: python-enthoughtbase
-Conflicts: python-enthought-traits
-Replaces: python-enthought-traits
Suggests: python-traitsgui
-XB-Python-Version: ${python:Versions}
Description: Manifest typing and reactive programming for Python
The traits package provides a metaclass with special attributes that
are called traits. A trait is a type definition that can be used for
Modified: packages/python-traits/trunk/debian/rules
===================================================================
--- packages/python-traits/trunk/debian/rules 2011-04-06 05:27:14 UTC (rev 16388)
+++ packages/python-traits/trunk/debian/rules 2011-04-06 05:27:17 UTC (rev 16389)
@@ -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