r2280 - in zope.i18n/trunk/debian (changelog control copyright rules)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Thu May 19 20:14:52 UTC 2011


    Date: Thursday, May 19, 2011 @ 20:14:40
  Author: menesis-guest
Revision: 2280

* Use dh_python2 instead of python-central (Closes: #617169).
* debian/control:
  + Add Vcs-Browser and Homepage fields.
  + Bump Standards-Version to 3.9.2. No changes needed.

Modified:
  zope.i18n/trunk/debian/changelog
  zope.i18n/trunk/debian/control
  zope.i18n/trunk/debian/copyright
  zope.i18n/trunk/debian/rules

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2011-05-19 19:55:52 UTC (rev 2279)
+++ zope.i18n/trunk/debian/changelog	2011-05-19 20:14:40 UTC (rev 2280)
@@ -1,3 +1,12 @@
+zope.i18n (3.7.4-1) unstable; urgency=low
+
+  * Use dh_python2 instead of python-central (Closes: #617169).
+  * debian/control:
+    + Add Vcs-Browser and Homepage fields.
+    + Bump Standards-Version to 3.9.2. No changes needed.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 19 May 2011 23:02:54 +0300
+
 zope.i18n (3.7.4-0ubuntu1) natty; urgency=low
 
   * New upstream release.

Modified: zope.i18n/trunk/debian/control
===================================================================
--- zope.i18n/trunk/debian/control	2011-05-19 19:55:52 UTC (rev 2279)
+++ zope.i18n/trunk/debian/control	2011-05-19 20:14:40 UTC (rev 2280)
@@ -2,20 +2,24 @@
 Section: zope
 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 (>= 7), python-all (>= 2.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.1
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.i18n/trunk
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-van.pydeb (>= 1.3.0-4)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Homepage: http://pypi.python.org/pypi/zope.i18n
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.i18n/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.i18n/trunk
 
 Package: python-zope.i18n
 Architecture: all
 Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Zope Internationalization Support
  This package implements several APIs related to internationalization and
  localization:

Modified: zope.i18n/trunk/debian/copyright
===================================================================
--- zope.i18n/trunk/debian/copyright	2011-05-19 19:55:52 UTC (rev 2279)
+++ zope.i18n/trunk/debian/copyright	2011-05-19 20:14:40 UTC (rev 2280)
@@ -1,4 +1,4 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: zope.i18n
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.i18n

Modified: zope.i18n/trunk/debian/rules
===================================================================
--- zope.i18n/trunk/debian/rules	2011-05-19 19:55:52 UTC (rev 2279)
+++ zope.i18n/trunk/debian/rules	2011-05-19 20:14:40 UTC (rev 2280)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=compile test zcml
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with pydeb --with python2 $@




More information about the pkg-zope-developers mailing list