r2805 - in zope.location/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 23 15:41:54 UTC 2014


    Date: Monday, June 23, 2014 @ 15:41:53
  Author: barry
Revision: 2805

* d/tests:
  - control: Added all-3 test and simplified Depends.
  - all{,-3}: Just prove a simple import works.

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

Modified: zope.location/trunk/debian/changelog
===================================================================
--- zope.location/trunk/debian/changelog	2014-06-23 15:21:03 UTC (rev 2804)
+++ zope.location/trunk/debian/changelog	2014-06-23 15:41:53 UTC (rev 2805)
@@ -15,6 +15,9 @@
     - Added Files-Excluded header to prune pre-built Sphinx artifacts in
       docs/_build from the original tarball.
     - Fixed Format header.
+  * d/tests:
+    - control: Added all-3 test and simplified Depends.
+    - all{,-3}: Just prove a simple import works.
 
  -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 18:24:42 -0400
 

Modified: zope.location/trunk/debian/control
===================================================================
--- zope.location/trunk/debian/control	2014-06-23 15:21:03 UTC (rev 2804)
+++ zope.location/trunk/debian/control	2014-06-23 15:41:53 UTC (rev 2805)
@@ -10,9 +10,11 @@
                python-all (>= 2.6.6-3~),
                python-setuptools,
                python-zope.proxy,
+               python-zope.schema,
                python3-all,
                python3-setuptools,
-               python3-zope.proxy
+               python3-zope.proxy,
+               python3-zope.schema
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.2

Modified: zope.location/trunk/debian/tests/all
===================================================================
--- zope.location/trunk/debian/tests/all	2014-06-23 15:21:03 UTC (rev 2804)
+++ zope.location/trunk/debian/tests/all	2014-06-23 15:41:53 UTC (rev 2805)
@@ -1,2 +1,4 @@
-#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+#!/usr/bin/python
+
+import zope.location
+print zope.location

Added: zope.location/trunk/debian/tests/all-3
===================================================================
--- zope.location/trunk/debian/tests/all-3	                        (rev 0)
+++ zope.location/trunk/debian/tests/all-3	2014-06-23 15:41:53 UTC (rev 2805)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import zope.location
+print(zope.location)

Modified: zope.location/trunk/debian/tests/control
===================================================================
--- zope.location/trunk/debian/tests/control	2014-06-23 15:21:03 UTC (rev 2804)
+++ zope.location/trunk/debian/tests/control	2014-06-23 15:41:53 UTC (rev 2805)
@@ -1,3 +1,2 @@
-Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list