[Python-modules-commits] r8570 - 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:15:00 UTC 2009
Date: Monday, May 25, 2009 @ 21:14:59
Author: speijnik-guest
Revision: 8570
Preparing upload to unstable.
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 20:57:31 UTC (rev 8569)
+++ packages/foolscap/trunk/debian/changelog 2009-05-25 21:14:59 UTC (rev 8570)
@@ -1,14 +1,14 @@
-foolscap (0.4.0+dfsg-1) unreleased; urgency=low
+foolscap (0.4.0+dfsg-1) unstable; urgency=low
- * NOT RELEASED YET
* 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
/usr/share/python-foolscap/doc now.
- * TODO: why isn't slicers/__init__.py and logging/__init__.py in the .deb?
+ * 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> Wed, 20 May 2009 12:08:41 +0200
+ -- Stephan Peijnik <debian at sp.or.at> Mon, 25 May 2009 23:13:55 +0200
foolscap (0.3.2.dfsg-2) unstable; urgency=low
Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules 2009-05-25 20:57:31 UTC (rev 8569)
+++ packages/foolscap/trunk/debian/rules 2009-05-25 21:14:59 UTC (rev 8570)
@@ -13,8 +13,12 @@
tar xzf foolscap-$(DEB_UPSTREAM_VERSION).tar.gz
# Remove unused misc/testutils directory.
- rm -rf misc/testutils/
+ 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 -r foolscap-$(DEB_UPSTREAM_VERSION) foolscap-$(DEB_UPSTREAM_VERSION).tar.gz
-rm -f foolscap_$(DEB_UPSTREAM_VERSION).orig.tar.gz
More information about the Python-modules-commits
mailing list