[Python-modules-commits] r8572 - in packages/foolscap/trunk/debian (changelog rules)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Mon May 25 21:51:58 UTC 2009


    Date: Monday, May 25, 2009 @ 21:51:58
  Author: speijnik-guest
Revision: 8572

Removed workaround again, python-support is taking care of this. Fixed wording of changelog entry.

Modified:
  packages/foolscap/trunk/debian/changelog
  packages/foolscap/trunk/debian/rules

Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog	2009-05-25 21:49:12 UTC (rev 8571)
+++ packages/foolscap/trunk/debian/changelog	2009-05-25 21:51:58 UTC (rev 8572)
@@ -3,12 +3,10 @@
   * New upstream release
   * Switched to python-support
   * Bumped Standards-Version to 3.8.1, no changes needed
-  * Documentation should end up in /usr/share/python-foolscap, but
+  * Documentation should not end up in /usr/share/python-foolscap anymore, but
     /usr/share/python-foolscap/doc now.
-  * Added workaround to debian/rules get-orig-source target for empty
-    __init__.py files in foolscap/slicers and foolscap/logging.
 
- -- Stephan Peijnik <debian at sp.or.at>  Mon, 25 May 2009 23:13:55 +0200
+ -- Stephan Peijnik <debian at sp.or.at>  Mon, 25 May 2009 23:51:31 +0200
 
 foolscap (0.3.2.dfsg-2) unstable; urgency=low
 

Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules	2009-05-25 21:49:12 UTC (rev 8571)
+++ packages/foolscap/trunk/debian/rules	2009-05-25 21:51:58 UTC (rev 8572)
@@ -15,10 +15,6 @@
 	# Remove unused misc/testutils directory.
 	rm -rf foolscap-$(DEB_UPSTREAM_VERSION)/misc/testutils/
 
-	# Workaround: 0-byte .py files are ignored
-	echo "" >> foolscap-$(DEB_UPSTREAM_VERSION)/foolscap/slicers/__init__.py
-	echo "" >> foolscap-$(DEB_UPSTREAM_VERSION)/foolscap/logging/__init__.py
-
 	tar czf foolscap_$(DEB_UPSTREAM_VERSION)+dfsg.orig.tar.gz foolscap-$(DEB_UPSTREAM_VERSION)
 	rm -rf foolscap-$(DEB_UPSTREAM_VERSION)
 	rm -f foolscap_$(DEB_UPSTREAM_VERSION).orig.tar.gz




More information about the Python-modules-commits mailing list