r1947 - in zope.publisher/trunk/debian (changelog control rules)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Tue Jan 5 20:30:10 UTC 2010


    Date: Tuesday, January 5, 2010 @ 20:30:08
  Author: kobold
Revision: 1947

* New upstream release.
* Convert to debhelper 7 and the pydeb dh7 extension.

Modified:
  zope.publisher/trunk/debian/changelog
  zope.publisher/trunk/debian/control
  zope.publisher/trunk/debian/rules

Modified: zope.publisher/trunk/debian/changelog
===================================================================
--- zope.publisher/trunk/debian/changelog	2010-01-05 20:25:48 UTC (rev 1946)
+++ zope.publisher/trunk/debian/changelog	2010-01-05 20:30:08 UTC (rev 1947)
@@ -1,3 +1,10 @@
+zope.publisher (3.10.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Convert to debhelper 7 and the pydeb dh7 extension.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 05 Jan 2010 21:31:51 +0100
+
 zope.publisher (3.9.3-2) unstable; urgency=low
 
   * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.

Modified: zope.publisher/trunk/debian/control
===================================================================
--- zope.publisher/trunk/debian/control	2010-01-05 20:25:48 UTC (rev 1946)
+++ zope.publisher/trunk/debian/control	2010-01-05 20:30:08 UTC (rev 1947)
@@ -3,19 +3,20 @@
 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.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-2)
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
 Standards-Version: 3.8.3
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.publisher/trunk
 
 Package: python-zope.publisher
 Architecture: all
-Depends: ${setuptools:Depends}, ${python:Depends}, ${shlibs:Depends}
-Provides: ${setuptools:Provides}, ${python:Provides}
-Suggests: ${setuptools:Suggests}
+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: the Zope publisher publishes Python objects on the web
+Description: The Zope publisher publishes Python objects on the web
  zope.publisher allows you to publish Python objects on the web. It has support
  for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients.
  Input and output streams are represented by request and response objects which

Modified: zope.publisher/trunk/debian/rules
===================================================================
--- zope.publisher/trunk/debian/rules	2010-01-05 20:25:48 UTC (rev 1946)
+++ zope.publisher/trunk/debian/rules	2010-01-05 20:30:08 UTC (rev 1947)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+%:
+	dh --with pydeb --with python-central $@




More information about the pkg-zope-developers mailing list