r2277 - in zope.i18nmessageid/trunk/debian (4 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Thu May 19 16:23:13 UTC 2011


    Date: Thursday, May 19, 2011 @ 16:23:06
  Author: menesis-guest
Revision: 2277

* Switch to dh_python2 (Closes: #617170):
  - debian/control: remove python-central and python-van.pydeb from
    Build-Depends.
  - debian/rules: replace pydeb and python-central with python2.
* debian/control:
  - Add Homepage and Vcs-Browser fields.
  - Bump Standards-Version to 3.9.2, no changes needed.
* debian/copyright: Update to latest dep5 spec.

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

Modified: zope.i18nmessageid/trunk/debian/changelog
===================================================================
--- zope.i18nmessageid/trunk/debian/changelog	2011-05-19 15:13:04 UTC (rev 2276)
+++ zope.i18nmessageid/trunk/debian/changelog	2011-05-19 16:23:06 UTC (rev 2277)
@@ -1,6 +1,13 @@
 zope.i18nmessageid (3.5.3-1) unstable; urgency=low
 
-  * Incorporate changes from Ubuntu.
+  * Switch to dh_python2 (Closes: #617170):
+    - debian/control: remove python-central and python-van.pydeb from
+      Build-Depends.
+    - debian/rules: replace pydeb and python-central with python2.
+  * debian/control:
+    - Add Homepage and Vcs-Browser fields.
+    - Bump Standards-Version to 3.9.2, no changes needed.
+  * debian/copyright: Update to latest dep5 spec.
 
  -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 19 May 2011 18:11:34 +0300
 

Modified: zope.i18nmessageid/trunk/debian/control
===================================================================
--- zope.i18nmessageid/trunk/debian/control	2011-05-19 15:13:04 UTC (rev 2276)
+++ zope.i18nmessageid/trunk/debian/control	2011-05-19 16:23:06 UTC (rev 2277)
@@ -3,18 +3,19 @@
 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.0.50~), python-all-dev (>= 2.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.8.4
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Homepage: http://pypi.python.org/pypi/zope.i18nmessageid
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.i18nmessageid/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.i18nmessageid/trunk
 
 Package: python-zope.i18nmessageid
 Architecture: any
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Provides: ${pydeb:Provides}, ${python:Provides}
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
-Description: Zope 3 i18n Message Identifier
+Description: Message Identifiers for internationalization
  This package provides facilities for delaring translatable messages ids
  within program source text;  translation of the messages is the
- responsiblitiy of the zope.i18n package.
+ responsibility of the zope.i18n package.

Modified: zope.i18nmessageid/trunk/debian/copyright
===================================================================
--- zope.i18nmessageid/trunk/debian/copyright	2011-05-19 15:13:04 UTC (rev 2276)
+++ zope.i18nmessageid/trunk/debian/copyright	2011-05-19 16:23:06 UTC (rev 2277)
@@ -1,11 +1,11 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: zope.i18nmessageid
-Maintainer: Zope Foundation and Contributors <zope-dev at zope.org>
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: zope.i18nmessageid
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.i18nmessageid
 
 Files: *
 Copyright: (c) 2003, 2004 Zope Foundation and Contributors.
-License: ZPL-2.1
+License: Zope-2.1
  Zope Public License (ZPL) Version 2.1
  .
  A copyright notice accompanies this license document that identifies the

Modified: zope.i18nmessageid/trunk/debian/rules
===================================================================
--- zope.i18nmessageid/trunk/debian/rules	2011-05-19 15:13:04 UTC (rev 2276)
+++ zope.i18nmessageid/trunk/debian/rules	2011-05-19 16:23:06 UTC (rev 2277)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with python2 $@
 
 package=python-zope.i18nmessageid
 
 override_dh_install:
 	dh_install
-	find debian/$(package) -name '*.c' | xargs -r rm -f
+	find debian/$(package) -name '*.c' -delete




More information about the pkg-zope-developers mailing list