[Python-modules-commits] r14090 - in packages/python-traits/trunk/debian (3 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Fri Jul 30 06:27:34 UTC 2010
Date: Friday, July 30, 2010 @ 06:27:23
Author: varun
Revision: 14090
* debian/control:
- Bump XS-Python-Version: >=2.5 (Closes: #589975)
- Move python-enthoughtbase from Depends to Recommends
- Bump Standards-Version to 3.9.1
* debian/copyright:
- Remove reference to BSD license file
Modified:
packages/python-traits/trunk/debian/changelog
packages/python-traits/trunk/debian/control
packages/python-traits/trunk/debian/copyright
Modified: packages/python-traits/trunk/debian/changelog
===================================================================
--- packages/python-traits/trunk/debian/changelog 2010-07-29 21:41:37 UTC (rev 14089)
+++ packages/python-traits/trunk/debian/changelog 2010-07-30 06:27:23 UTC (rev 14090)
@@ -1,3 +1,14 @@
+python-traits (3.4.0-2) unstable; urgency=low
+
+ * debian/control:
+ - Bump XS-Python-Version: >=2.5 (Closes: #589975)
+ - Move python-enthoughtbase from Depends to Recommends
+ - Bump Standards-Version to 3.9.1
+ * debian/copyright:
+ - Remove reference to BSD license file
+
+ -- Varun Hiremath <varun at debian.org> Fri, 30 Jul 2010 02:21:26 -0400
+
python-traits (3.4.0-1) unstable; urgency=low
* New upstream release
Modified: packages/python-traits/trunk/debian/control
===================================================================
--- packages/python-traits/trunk/debian/control 2010-07-29 21:41:37 UTC (rev 14089)
+++ packages/python-traits/trunk/debian/control 2010-07-30 06:27:23 UTC (rev 14090)
@@ -4,17 +4,18 @@
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
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://pypi.python.org/pypi/Traits
-XS-Python-Version: >=2.4
+XS-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/
Package: python-traits
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-enthoughtbase
-Conflicts: python-enthought-traits (<< 3.0.0)
-Replaces: python-enthought-traits (<< 3.0.0)
+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
Modified: packages/python-traits/trunk/debian/copyright
===================================================================
--- packages/python-traits/trunk/debian/copyright 2010-07-29 21:41:37 UTC (rev 14089)
+++ packages/python-traits/trunk/debian/copyright 2010-07-30 06:27:23 UTC (rev 14090)
@@ -48,9 +48,6 @@
On Debian systems, the complete text of the LGPL License can be
found in `/usr/share/common-licenses/LGPL-2'.
-On Debian systems, the complete text of the BSD License can be
-found in `/usr/share/common-licenses/BSD'.
-
Full text of Eclipse Public License follows:
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
More information about the Python-modules-commits
mailing list