r2212 - in van.pydeb/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Sun May 1 08:29:09 UTC 2011


    Date: Sunday, May 1, 2011 @ 08:29:05
  Author: arnau
Revision: 2212

* debian/control:
  + Add Vcs-Browser and rename XS-Vcs-Svn to Vcs-Svn (now supported by dpkg).
  + Bump Standards-Version to 3.9.2. No changes needed.
  + Build-Depends on python-all rather than python-all-dev as there is
    no extension to build.
  + Remove deprecated XB-Python-Version.
  + Rename deprecated XS-Python-Version to X-Python-Version and specify
    the minimum Python version supported as "all" is deprecated.
  + Add Homepage field.

Modified:
  van.pydeb/trunk/debian/changelog
  van.pydeb/trunk/debian/control

Modified: van.pydeb/trunk/debian/changelog
===================================================================
--- van.pydeb/trunk/debian/changelog	2011-05-01 07:58:26 UTC (rev 2211)
+++ van.pydeb/trunk/debian/changelog	2011-05-01 08:29:05 UTC (rev 2212)
@@ -1,4 +1,4 @@
-van.pydeb (1.3.2-1) UNRELEASED; urgency=low
+van.pydeb (1.3.2-1) unstable; urgency=low
 
   [ Gediminas Paulauskas ]
   * New upstream release.
@@ -10,8 +10,19 @@
   [ Brian Sutherland ]
   * require python-setuptools, our command line scripts don't work without it. 
 
- -- Brian Sutherland <brian at vanguardistas.net>  Thu, 28 Apr 2011 18:55:43 +0200
+  [ Arnaud Fontaine ]
+  * debian/control:
+    + Add Vcs-Browser and rename XS-Vcs-Svn to Vcs-Svn (now supported by dpkg).
+    + Bump Standards-Version to 3.9.2. No changes needed.
+    + Build-Depends on python-all rather than python-all-dev as there is
+      no extension to build.
+    + Remove deprecated XB-Python-Version.
+    + Rename deprecated XS-Python-Version to X-Python-Version and specify
+      the minimum Python version supported as "all" is deprecated.
+    + Add Homepage field.
 
+ -- Arnaud Fontaine <arnau at debian.org>  Sun, 01 May 2011 17:06:31 +0900
+
 van.pydeb (1.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: van.pydeb/trunk/debian/control
===================================================================
--- van.pydeb/trunk/debian/control	2011-05-01 07:58:26 UTC (rev 2211)
+++ van.pydeb/trunk/debian/control	2011-05-01 08:29:05 UTC (rev 2212)
@@ -2,11 +2,16 @@
 Section: python
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5-9~), python-setuptools (>= 0.6b3)
-Standards-Version: 3.9.0
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/van.pydeb/trunk
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 5.0.38),
+               python-all (>= 2.6.6-3~),
+               python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Homepage: http://pypi.python.org/pypi/van.pydeb
+Vcs-Svn: svn://svn.debian.org/pkg-zope/van.pydeb/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/van.pydeb/trunk/
 
 Package: python-van.pydeb
 Architecture: all
@@ -14,7 +19,6 @@
 Provides: python-van, ${python:Provides}
 Conflicts: python-van
 Replaces: python-van
-XB-Python-Version: ${python:Versions}
 Description: introspection of Python metadata and conversion to Debian package metadata
  Provides a Python API for accessing Python package metadata and trandslating
  that to Debian packaging metadata.




More information about the pkg-zope-developers mailing list