r2844 - in zope.hookable/trunk/debian (changelog tests/all)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 30 18:53:38 UTC 2014


    Date: Monday, June 30, 2014 @ 18:53:38
  Author: barry
Revision: 2844

debian/tests/all: Fix typo in shebang line.

Modified:
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/tests/all

Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2014-06-30 18:45:42 UTC (rev 2843)
+++ zope.hookable/trunk/debian/changelog	2014-06-30 18:53:38 UTC (rev 2844)
@@ -1,3 +1,9 @@
+zope.hookable (4.0.4-3) UNRELEASED; urgency=medium
+
+  * debian/tests/all: Fix typo in shebang line.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 30 Jun 2014 14:48:58 -0400
+
 zope.hookable (4.0.4-2) unstable; urgency=medium
 
   * Simplify DEP-8 tests so they just verify that the module is

Modified: zope.hookable/trunk/debian/tests/all
===================================================================
--- zope.hookable/trunk/debian/tests/all	2014-06-30 18:45:42 UTC (rev 2843)
+++ zope.hookable/trunk/debian/tests/all	2014-06-30 18:53:38 UTC (rev 2844)
@@ -1,4 +1,4 @@
-#/usr/bin/python
+#!/usr/bin/python
 
 import zope.hookable
 print zope.hookable




More information about the pkg-zope-developers mailing list