[Python-modules-commits] r4465 - in packages/python-extended-threading/trunk/debian (2 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Feb 4 21:27:39 UTC 2008
Date: Monday, February 4, 2008 @ 21:27:39
Author: piotr
Revision: 4465
* capitalize "Python" word in desc.
* remove py[co] files in celan rule
Modified:
packages/python-extended-threading/trunk/debian/control
packages/python-extended-threading/trunk/debian/rules
Modified: packages/python-extended-threading/trunk/debian/control
===================================================================
--- packages/python-extended-threading/trunk/debian/control 2008-02-04 20:29:49 UTC (rev 4464)
+++ packages/python-extended-threading/trunk/debian/control 2008-02-04 21:27:39 UTC (rev 4465)
@@ -13,8 +13,8 @@
Package: python-extended-threading
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Description: extension of the python threading api
- This is an extension to the basic python threading library. It allows
+Description: extension of the Python threading API
+ This is an extension to the basic Python threading library. It allows
inheritance of locks and several other non-inheritable types. It also
adds a few new lock types for those who found the original set
lacking.
Modified: packages/python-extended-threading/trunk/debian/rules
===================================================================
--- packages/python-extended-threading/trunk/debian/rules 2008-02-04 20:29:49 UTC (rev 4464)
+++ packages/python-extended-threading/trunk/debian/rules 2008-02-04 21:27:39 UTC (rev 4465)
@@ -13,6 +13,7 @@
dh_testdir
dh_testroot
rm -f build-stamp
+ find . -name '*\.py[co]' -delete
[ ! -d build ] || rm -rf build
# Add here commands to clean up after the build process.
More information about the Python-modules-commits
mailing list