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

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 9 15:40:35 UTC 2015


    Date: Tuesday, June 9, 2015 @ 15:40:34
  Author: barry
Revision: 2905

  - Add XS-Testsuite header.  (Closes: #692712)
* d/tests: Added DEP-8 tests.  

Added:
  zope.event/trunk/debian/tests/
  zope.event/trunk/debian/tests/all
  zope.event/trunk/debian/tests/all-3
  zope.event/trunk/debian/tests/control
Modified:
  zope.event/trunk/debian/changelog
  zope.event/trunk/debian/control

Modified: zope.event/trunk/debian/changelog
===================================================================
--- zope.event/trunk/debian/changelog	2015-06-09 15:35:51 UTC (rev 2904)
+++ zope.event/trunk/debian/changelog	2015-06-09 15:40:34 UTC (rev 2905)
@@ -1,12 +1,14 @@
-zope.event (4.0.3-3) UNRELEASED; urgency=medium
+zope.event (4.0.3-3) unstable; urgency=medium
 
   * d/control: 
     - Bump Standards-Version with no other changes necessary.
     - Bump debhelper Build-Depends to version 9.
+    - Add XS-Testsuite header.  (Closes: #692712)
   * d/compat: Bump to version 9.
   * d/watch: Use pypi.debian.net redirector.
+  * d/tests: Added DEP-8 tests.  
 
- -- Barry Warsaw <barry at ubuntu.com>  Tue, 09 Jun 2015 11:30:19 -0400
+ -- Barry Warsaw <barry at debian.org>  Tue, 09 Jun 2015 11:36:17 -0400
 
 zope.event (4.0.3-2) unstable; urgency=medium
 

Modified: zope.event/trunk/debian/control
===================================================================
--- zope.event/trunk/debian/control	2015-06-09 15:35:51 UTC (rev 2904)
+++ zope.event/trunk/debian/control	2015-06-09 15:40:34 UTC (rev 2905)
@@ -14,6 +14,7 @@
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
+XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.event/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.event/trunk
 Homepage: http://pypi.python.org/pypi/zope.event

Added: zope.event/trunk/debian/tests/all
===================================================================
--- zope.event/trunk/debian/tests/all	                        (rev 0)
+++ zope.event/trunk/debian/tests/all	2015-06-09 15:40:34 UTC (rev 2905)
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+
+import zope.event
+print zope.event

Added: zope.event/trunk/debian/tests/all-3
===================================================================
--- zope.event/trunk/debian/tests/all-3	                        (rev 0)
+++ zope.event/trunk/debian/tests/all-3	2015-06-09 15:40:34 UTC (rev 2905)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import zope.event
+print(zope.event)

Added: zope.event/trunk/debian/tests/control
===================================================================
--- zope.event/trunk/debian/tests/control	                        (rev 0)
+++ zope.event/trunk/debian/tests/control	2015-06-09 15:40:34 UTC (rev 2905)
@@ -0,0 +1,2 @@
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list