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

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jul 8 19:55:27 UTC 2014


    Date: Tuesday, July 8, 2014 @ 19:55:27
  Author: barry
Revision: 2867

* Team upload.
* New upstream release.
* d/control:
  - Bumped Standards-Version to 3.9.5 with no other changes necessary.
  - Updated Build-Depends.
  - Added myself to Uploaders.
  - wrap-and-sort
* d/compat: Bump to version 9.
* d/rules: Convert to --buildsystem=pybuild

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

Modified: zope.publisher/trunk/debian/changelog
===================================================================
--- zope.publisher/trunk/debian/changelog	2014-07-08 19:32:33 UTC (rev 2866)
+++ zope.publisher/trunk/debian/changelog	2014-07-08 19:55:27 UTC (rev 2867)
@@ -1,3 +1,17 @@
+zope.publisher (3.13.4-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Updated Build-Depends.
+    - Added myself to Uploaders.
+    - wrap-and-sort
+  * d/compat: Bump to version 9.
+  * d/rules: Convert to --buildsystem=pybuild
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 08 Jul 2014 14:54:16 -0400
+
 zope.publisher (3.12.6-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.publisher/trunk/debian/compat
===================================================================
--- zope.publisher/trunk/debian/compat	2014-07-08 19:32:33 UTC (rev 2866)
+++ zope.publisher/trunk/debian/compat	2014-07-08 19:55:27 UTC (rev 2867)
@@ -1 +1 @@
-7
+9

Modified: zope.publisher/trunk/debian/control
===================================================================
--- zope.publisher/trunk/debian/control	2014-07-08 19:32:33 UTC (rev 2866)
+++ zope.publisher/trunk/debian/control	2014-07-08 19:55:27 UTC (rev 2867)
@@ -3,12 +3,25 @@
 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),
+           Fabio Tranchitella <kobold at debian.org>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-14~),
                python-setuptools,
-               python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+               dh-python,
+               python-zope.browser,
+               python-zope.component,
+               python-zope.configuration,
+               python-zope.contenttype,
+               python-zope.event,
+               python-zope.exceptions,
+               python-zope.i18n,
+               python-zope.interface,
+               python-zope.location,
+               python-zope.proxy,
+               python-zope.security,
+               python-zope.testing
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.publisher/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.publisher/trunk
@@ -16,10 +29,8 @@
 
 Package: python-zope.publisher
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
-Conflicts: zope3
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
 Description: 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.

Modified: zope.publisher/trunk/debian/rules
===================================================================
--- zope.publisher/trunk/debian/rules	2014-07-08 19:32:33 UTC (rev 2866)
+++ zope.publisher/trunk/debian/rules	2014-07-08 19:55:27 UTC (rev 2867)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=test
+export PYBUILD_NAME=zope.publisher
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with python2 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list