r1909 - in zope.event/trunk/debian (6 files)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Tue Dec 22 11:34:15 UTC 2009


    Date: Tuesday, December 22, 2009 @ 11:34:14
  Author: kobold
Revision: 1909

debian/rules: use python-vab.pydeb >= 1.3.0-3 and dh.

Added:
  zope.event/trunk/debian/python-zope.event.install
Modified:
  zope.event/trunk/debian/changelog
  zope.event/trunk/debian/compat
  zope.event/trunk/debian/control
  zope.event/trunk/debian/rules
  zope.event/trunk/debian/tests/all

Modified: zope.event/trunk/debian/changelog
===================================================================
--- zope.event/trunk/debian/changelog	2009-12-22 10:52:46 UTC (rev 1908)
+++ zope.event/trunk/debian/changelog	2009-12-22 11:34:14 UTC (rev 1909)
@@ -1,3 +1,9 @@
+zope.event (3.4.1-6) unstable; urgency=low
+
+  * debian/rules: use python-vab.pydeb >= 1.3.0-3 and dh.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 22 Dec 2009 12:36:50 +0100
+
 zope.event (3.4.1-5) unstable; urgency=low
 
   [ Brian Sutherland ]

Modified: zope.event/trunk/debian/compat
===================================================================
--- zope.event/trunk/debian/compat	2009-12-22 10:52:46 UTC (rev 1908)
+++ zope.event/trunk/debian/compat	2009-12-22 11:34:14 UTC (rev 1909)
@@ -1 +1 @@
-4
+7

Modified: zope.event/trunk/debian/control
===================================================================
--- zope.event/trunk/debian/control	2009-12-22 10:52:46 UTC (rev 1908)
+++ zope.event/trunk/debian/control	2009-12-22 11:34:14 UTC (rev 1909)
@@ -3,19 +3,21 @@
 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 (>= 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-3)
 Standards-Version: 3.8.3
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.event/trunk
 
 Package: python-zope.event
 Architecture: all
-Depends: ${setuptools:Depends}, ${python:Depends}
-Provides: ${python:Provides}, ${setuptools:Provides}
-Suggests: ${setuptools:Suggests}
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}
+Suggests: ${python:Provides}, ${pydeb:Suggests}
+Conflicts: zope3
 XB-Python-Version: ${python:Versions}
-Description: a simple event publishing system
- A very simple event-dispatching system on which more sophisticated
- event dispatching systems can be built. For example, a type-based
- event dispatching system that builds on zope.event can be found in
- zope.component.
+Description: Very basic event publishing system
+ This package provides a simple event system. It provides an event publishing
+ system and a very simple event-dispatching system on which more sophisticated
+ event dispatching systems can be built. For example, a type-based event
+ dispatching system that builds on zope.event can be found in zope.component.

Added: zope.event/trunk/debian/python-zope.event.install
===================================================================
--- zope.event/trunk/debian/python-zope.event.install	                        (rev 0)
+++ zope.event/trunk/debian/python-zope.event.install	2009-12-22 11:34:14 UTC (rev 1909)
@@ -0,0 +1 @@
+debian/tmp/*

Modified: zope.event/trunk/debian/rules
===================================================================
--- zope.event/trunk/debian/rules	2009-12-22 10:52:46 UTC (rev 1908)
+++ zope.event/trunk/debian/rules	2009-12-22 11:34:14 UTC (rev 1909)
@@ -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 $@

Modified: zope.event/trunk/debian/tests/all
===================================================================
--- zope.event/trunk/debian/tests/all	2009-12-22 10:52:46 UTC (rev 1908)
+++ zope.event/trunk/debian/tests/all	2009-12-22 11:34:14 UTC (rev 1909)
@@ -1,27 +1,2 @@
 #!/bin/bash
-
-set -e
-
-PYVERS=$(pyversions -vr debian/control)
-TMPFILE=$(mktemp)
-
-cat > $TMPFILE << EOF
-import sys
-from zope.testing import testrunner
-
-subs = (sys.version_info[0], sys.version_info[1])
-test_path = '/usr/lib/python%s.%s/site-packages/' % subs
-
-
-
-exitcode = testrunner.run([
-                '--tests-pattern', '^f?tests$',
-                '-s', 'zope.event',
-                '--test-path', test_path
-                ])
-sys.exit(exitcode)
-EOF
-
-for version in ${PYVERS}; do
-    python${version} ${TMPFILE}
-done
+. /usr/share/python-zope.testing/test_helper




More information about the pkg-zope-developers mailing list