[Python-modules-commits] r6776 - in packages/python-sptest/trunk/debian (3 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Tue Oct 28 21:54:07 UTC 2008
Date: Tuesday, October 28, 2008 @ 21:54:07
Author: speijnik-guest
Revision: 6776
Another debian/changelog update. Removed Provides field from debian/control.
Modified:
packages/python-sptest/trunk/debian/changelog
packages/python-sptest/trunk/debian/compat
packages/python-sptest/trunk/debian/control
Modified: packages/python-sptest/trunk/debian/changelog
===================================================================
--- packages/python-sptest/trunk/debian/changelog 2008-10-28 21:47:38 UTC (rev 6775)
+++ packages/python-sptest/trunk/debian/changelog 2008-10-28 21:54:07 UTC (rev 6776)
@@ -7,8 +7,12 @@
* Fixed debian/copyright to get rid of a lintian warning.
* Removed duplicate binary-arch target from debian/rules.
* Added Debian Python Modules Team to Uploaders.
+ * Changed required debhelper version to "5" in debian/control and
+ + debian/compat.
+ * Added Vcs-Browser and Vcs-Svn fields to debian/control.
+ * Removed Provides field from debian/control (not needed by Python modules).
- -- Stephan Peijnik <debian at sp.or.at> Tue, 28 Oct 2008 22:35:59 +0100
+ -- Stephan Peijnik <debian at sp.or.at> Tue, 28 Oct 2008 22:53:05 +0100
python-sptest (0.2.1-1) unstable; urgency=low
Modified: packages/python-sptest/trunk/debian/compat
===================================================================
--- packages/python-sptest/trunk/debian/compat 2008-10-28 21:47:38 UTC (rev 6775)
+++ packages/python-sptest/trunk/debian/compat 2008-10-28 21:54:07 UTC (rev 6776)
@@ -1 +1 @@
-7
+5
Modified: packages/python-sptest/trunk/debian/control
===================================================================
--- packages/python-sptest/trunk/debian/control 2008-10-28 21:47:38 UTC (rev 6775)
+++ packages/python-sptest/trunk/debian/control 2008-10-28 21:54:07 UTC (rev 6776)
@@ -6,13 +6,12 @@
Build-Depends: python-support (>= 0.6), debhelper(>= 5)
Standards-Version: 3.8.0
Homepage: http://bitbucket.org/sp/sptest
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-sptest/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-sptest/trunk/?op=log
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-sptest/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-sptest/trunk/?op=log
Package: python-sptest
Architecture: all
Depends: ${python:Depends}
-Provides: ${python:Provides}
Description: Python unittest module extension
sptest is a Python module that provides a simplified interface for customized
handling of unittest results.
More information about the Python-modules-commits
mailing list