r1953 - in transaction/trunk/debian (5 files)
kobold at users.alioth.debian.org
kobold at users.alioth.debian.org
Tue Jan 5 20:46:56 UTC 2010
Date: Tuesday, January 5, 2010 @ 20:46:55
Author: kobold
Revision: 1953
Convert to debhelper 7 and the pydeb dh7 extension.
Modified:
transaction/trunk/debian/changelog
transaction/trunk/debian/control
transaction/trunk/debian/rules
transaction/trunk/debian/tests/all
transaction/trunk/debian/tests/control
Modified: transaction/trunk/debian/changelog
===================================================================
--- transaction/trunk/debian/changelog 2010-01-05 20:42:34 UTC (rev 1952)
+++ transaction/trunk/debian/changelog 2010-01-05 20:46:55 UTC (rev 1953)
@@ -1,3 +1,9 @@
+transaction (1.0.0-4) unstable; urgency=low
+
+ * Convert to debhelper 7 and the pydeb dh7 extension.
+
+ -- Fabio Tranchitella <kobold at debian.org> Tue, 05 Jan 2010 21:47:17 +0100
+
transaction (1.0.0-3) unstable; urgency=low
[ Brian Sutherland ]
Modified: transaction/trunk/debian/control
===================================================================
--- transaction/trunk/debian/control 2010-01-05 20:42:34 UTC (rev 1952)
+++ transaction/trunk/debian/control 2010-01-05 20:46:55 UTC (rev 1953)
@@ -3,18 +3,19 @@
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-4)
Standards-Version: 3.8.3
XS-Python-Version: all
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/transaction/trunk
Package: python-transaction
Architecture: all
-Depends: ${setuptools:Depends}, ${python:Depends}
-Provides: ${python:Provides}, ${setuptools:Provides}
-Suggests: ${setuptools:Suggests}
+Depends: ${pydeb:Depends}, ${python:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+Suggests: ${pydeb:Suggests}
+Conflicts: zope3
Replaces: python-zodb
-Conflicts: zope3
XB-Python-Version: ${python:Versions}
Description: Transaction management for Python
This package contains a generic transaction implementation for Python.
Modified: transaction/trunk/debian/rules
===================================================================
--- transaction/trunk/debian/rules 2010-01-05 20:42:34 UTC (rev 1952)
+++ transaction/trunk/debian/rules 2010-01-05 20:46:55 UTC (rev 1953)
@@ -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: transaction/trunk/debian/tests/all
===================================================================
--- transaction/trunk/debian/tests/all 2010-01-05 20:42:34 UTC (rev 1952)
+++ transaction/trunk/debian/tests/all 2010-01-05 20:46:55 UTC (rev 1953)
@@ -1,5 +1,2 @@
#!/bin/bash
-
-# change if the python package name is not the same as the python module name
-
. /usr/share/python-zope.testing/test_helper
Modified: transaction/trunk/debian/tests/control
===================================================================
--- transaction/trunk/debian/tests/control 2010-01-05 20:42:34 UTC (rev 1952)
+++ transaction/trunk/debian/tests/control 2010-01-05 20:46:55 UTC (rev 1953)
@@ -1,3 +1,3 @@
Tests: all
Features: no-build-needed
-Depends: @, python-zope.testing, python-van.pydeb
+Depends: @, python-zope.testing
More information about the pkg-zope-developers
mailing list