[Python-modules-commits] r7046 - in packages/logilab-common/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Nov 29 23:37:53 UTC 2008


    Date: Saturday, November 29, 2008 @ 23:37:52
  Author: morph
Revision: 7046

* New upstream release
* debian/control
  - adopted under DPMT umbrella (in agreement with Alexandre Fayolle) 
  - bump Standards-Version to 3.8.0 (no changes needed)
  - added Vcs-{Svn,Browser} field
  - replace 'python' with ${python:Depends} and added ${misc:Depends} to
    Depends
* debian/pycompat
  - removed since no more needed

Modified:
  packages/logilab-common/trunk/debian/changelog
  packages/logilab-common/trunk/debian/control
Deleted:
  packages/logilab-common/trunk/debian/pycompat

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2008-11-29 23:11:14 UTC (rev 7045)
+++ packages/logilab-common/trunk/debian/changelog	2008-11-29 23:37:52 UTC (rev 7046)
@@ -1,3 +1,17 @@
+logilab-common (0.36.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/control
+    - adopted under DPMT umbrella (in agreement with Alexandre Fayolle) 
+    - bump Standards-Version to 3.8.0 (no changes needed)
+    - added Vcs-{Svn,Browser} field
+    - replace 'python' with ${python:Depends} and added ${misc:Depends} to
+      Depends
+  * debian/pycompat
+    - removed since no more needed
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 29 Nov 2008 23:47:00 +0100
+
 logilab-common (0.30.0-2) unstable; urgency=low
 
   * upload to debian

Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control	2008-11-29 23:11:14 UTC (rev 7045)
+++ packages/logilab-common/trunk/debian/control	2008-11-29 23:37:52 UTC (rev 7046)
@@ -1,17 +1,19 @@
 Source: logilab-common
 Section: python
 Priority: optional
-Maintainer: Alexandre Fayolle <afayolle at debian.org>
-Uploaders: David Douard <david.douard at logilab.fr> 
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: David Douard <david.douard at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.38)
 Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
 XS-Python-Version: all
+Standards-Version: 3.8.0
 Homepage: http://www.logilab.org/project/logilab-common
-Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/logilab-common/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-common/trunk/
 
 Package: python-logilab-common
 Architecture: all
-Depends: python, python-egenix-mxdatetime
+Depends: ${python:Depends}, ${misc:Depends}, python-egenix-mxdatetime
 Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2), python2.3-logilab-common, python2.4-logilab-common
 XB-Python-Version: ${python:Versions}
 Description: useful miscellaneous modules used by Logilab projects
@@ -27,5 +29,3 @@
   * accessing RDBMS (currently postgreSQL, MySQL and sqlite)
   * generating text and HTML reports
   * logging
-
-

Deleted: packages/logilab-common/trunk/debian/pycompat
===================================================================
--- packages/logilab-common/trunk/debian/pycompat	2008-11-29 23:11:14 UTC (rev 7045)
+++ packages/logilab-common/trunk/debian/pycompat	2008-11-29 23:37:52 UTC (rev 7046)
@@ -1 +0,0 @@
-2




More information about the Python-modules-commits mailing list