r2217 - in zope.interface/trunk/debian (changelog control copyright)

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


    Date: Sunday, May 1, 2011 @ 09:29:01
  Author: arnau
Revision: 2217

* 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.
  + Remove deprecated XB-Python-Version.
  + Add Homepage field.
* debian/copyright:
  + Update to last revision.

Modified:
  zope.interface/trunk/debian/changelog
  zope.interface/trunk/debian/control
  zope.interface/trunk/debian/copyright

Modified: zope.interface/trunk/debian/changelog
===================================================================
--- zope.interface/trunk/debian/changelog	2011-05-01 09:03:00 UTC (rev 2216)
+++ zope.interface/trunk/debian/changelog	2011-05-01 09:29:01 UTC (rev 2217)
@@ -1,10 +1,20 @@
 zope.interface (3.6.1-2) unstable; urgency=low
 
+  [ Brian Sutherland ]
   * Add testing scripts for python3 version of this package.
   * Backport fixes to C optimizationd from upstream LP: #675064. Reportedly
     causes a segfault on python3 and 64-bit architectures.
   * Switch to dpkg-source 3.0 (quilt) format
 
+  [ 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.
+    + Remove deprecated XB-Python-Version.
+    + Add Homepage field.
+  * debian/copyright:
+    + Update to last revision.
+
  -- Brian Sutherland <brian at vanguardistas.net>  Fri, 29 Apr 2011 08:35:40 +0200
 
 zope.interface (3.6.1-1) unstable; urgency=low

Modified: zope.interface/trunk/debian/control
===================================================================
--- zope.interface/trunk/debian/control	2011-05-01 09:03:00 UTC (rev 2216)
+++ zope.interface/trunk/debian/control	2011-05-01 09:29:01 UTC (rev 2217)
@@ -2,12 +2,22 @@
 Section: zope
 Priority: optional
 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 (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python-setuptools (>= 0.6b3), python3-all-dev, python3-all-dbg, python3-zope.fixers, python3-setuptools
-Standards-Version: 3.9.1
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all-dev (>= 2.6.6-3~),
+               python-all-dbg,
+               python-setuptools (>= 0.6b3),
+               python3-all-dev,
+               python3-all-dbg, 
+               python3-zope.fixers,
+               python3-setuptools
+Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.1
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk
+Homepage: http://pypi.python.org/pypi/zope.interface
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.interface/trunk
 
 Package: python-zope.interface
 Architecture: any
@@ -15,7 +25,6 @@
 Provides: python-zope, python-zopeinterface, ${python:Provides}
 Replaces: python-zope, python-zopeinterface
 Conflicts: python-zope, python-zopeinterface, zope3
-XB-Python-Version: ${python:Versions}
 Description: Interfaces for Python
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API
@@ -26,7 +35,10 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python-zope.interface (= ${binary:Version}), python-dbg, ${misc:Depends}, ${shlibs:Depends}
+Depends: python-zope.interface (= ${binary:Version}),
+         python-dbg,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Conflicts: python-zopeinterface-dbg
 Replaces: python-zopeinterface-dbg
 Provides: python-zopeinterface-dbg
@@ -52,7 +64,10 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python3-zope.interface (= ${binary:Version}), python3-dbg, ${misc:Depends}, ${shlibs:Depends}
+Depends: python3-zope.interface (= ${binary:Version}),
+         python3-dbg,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Interfaces for Python3 (debug extension)
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API

Modified: zope.interface/trunk/debian/copyright
===================================================================
--- zope.interface/trunk/debian/copyright	2011-05-01 09:03:00 UTC (rev 2216)
+++ zope.interface/trunk/debian/copyright	2011-05-01 09:29:01 UTC (rev 2217)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: zope.interface
-Maintainer: Zope Foundation and Contributors <zope-dev at zope.org>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: zope.interface
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.interface
 
 Files: *




More information about the pkg-zope-developers mailing list