[Python-modules-commits] r4464 - in packages/python-extended-threading/trunk/debian (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Feb 4 20:29:50 UTC 2008


    Date: Monday, February 4, 2008 @ 20:29:49
  Author: morph-guest
Revision: 4464

POX's suggestions

Modified:
  packages/python-extended-threading/trunk/debian/changelog
  packages/python-extended-threading/trunk/debian/control
  packages/python-extended-threading/trunk/debian/rules

Modified: packages/python-extended-threading/trunk/debian/changelog
===================================================================
--- packages/python-extended-threading/trunk/debian/changelog	2008-02-04 19:36:08 UTC (rev 4463)
+++ packages/python-extended-threading/trunk/debian/changelog	2008-02-04 20:29:49 UTC (rev 4464)
@@ -1,9 +1,5 @@
-python-extended-threading (0.2-1) UNRELEASED; urgency=low
+python-extended-threading (0.2-1) unstable; urgency=low
 
-  TODO:
-    - is it correct copyright file? it's a public domain module, so it's
-    right to put copyright holder and license this way?
-
   * Initial release (Closes: #457473)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 14 Jan 2008 23:10:33 +0100
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 04 Feb 2008 21:30:23 +0100

Modified: packages/python-extended-threading/trunk/debian/control
===================================================================
--- packages/python-extended-threading/trunk/debian/control	2008-02-04 19:36:08 UTC (rev 4463)
+++ packages/python-extended-threading/trunk/debian/control	2008-02-04 20:29:49 UTC (rev 4464)
@@ -16,12 +16,12 @@
 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
+ adds a few new lock types for those who found the original set
  lacking.
  .
  Its main characteristics are:
  .
   * subclassable locks
-  * read/write mode  lock (write locks  are exclusive, read  locks are
+  * read/write mode lock (write locks are exclusive, read locks are
     not)
   * "safe" object based locks to help debug lock code.

Modified: packages/python-extended-threading/trunk/debian/rules
===================================================================
--- packages/python-extended-threading/trunk/debian/rules	2008-02-04 19:36:08 UTC (rev 4463)
+++ packages/python-extended-threading/trunk/debian/rules	2008-02-04 20:29:49 UTC (rev 4464)
@@ -43,7 +43,6 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-modules-commits mailing list