[Python-modules-commits] r10795 - in packages/python-envisagecore/trunk/debian (3 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Tue Dec 15 15:54:04 UTC 2009


    Date: Tuesday, December 15, 2009 @ 15:54:03
  Author: varun
Revision: 10795

* debian/control:
  - Add python-pkg-resources to Depends (Closes: #560724)
  - Bump Standards-Version to 3.8.3

Modified:
  packages/python-envisagecore/trunk/debian/changelog
  packages/python-envisagecore/trunk/debian/compat
  packages/python-envisagecore/trunk/debian/control

Modified: packages/python-envisagecore/trunk/debian/changelog
===================================================================
--- packages/python-envisagecore/trunk/debian/changelog	2009-12-15 15:51:16 UTC (rev 10794)
+++ packages/python-envisagecore/trunk/debian/changelog	2009-12-15 15:54:03 UTC (rev 10795)
@@ -1,3 +1,11 @@
+python-envisagecore (3.1.1-2) unstable; urgency=low
+
+  * debian/control:
+    - Add python-pkg-resources to Depends (Closes: #560724)
+    - Bump Standards-Version to 3.8.3
+
+ -- Varun Hiremath <varun at debian.org>  Tue, 15 Dec 2009 10:47:32 -0500
+
 python-envisagecore (3.1.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-envisagecore/trunk/debian/compat
===================================================================
--- packages/python-envisagecore/trunk/debian/compat	2009-12-15 15:51:16 UTC (rev 10794)
+++ packages/python-envisagecore/trunk/debian/compat	2009-12-15 15:54:03 UTC (rev 10795)
@@ -1 +1 @@
-5
+7

Modified: packages/python-envisagecore/trunk/debian/control
===================================================================
--- packages/python-envisagecore/trunk/debian/control	2009-12-15 15:51:16 UTC (rev 10794)
+++ packages/python-envisagecore/trunk/debian/control	2009-12-15 15:54:03 UTC (rev 10795)
@@ -3,8 +3,8 @@
 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 (>= 6), python-all-dev, python-central (>= 0.6), python-setupdocs
-Standards-Version: 3.8.2
+Build-Depends: cdbs, debhelper (>= 7), python-all-dev, python-central (>= 0.6), python-setupdocs
+Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/EnvisageCore
 XS-Python-Version: >=2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-envisagecore/trunk
@@ -12,7 +12,8 @@
 
 Package: python-envisagecore
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-enthoughtbase, python-traits
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-enthoughtbase, python-traits, python-pkg-resources
 XB-Python-Version: ${python:Versions}
 Description: Extensible Application Framework
  Envisage is a Python-based framework for building extensible




More information about the Python-modules-commits mailing list