[Python-modules-commits] r5277 - in packages/python-mysqldb/trunk/debian (changelog control)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Fri May 9 17:50:57 UTC 2008


    Date: Friday, May 9, 2008 @ 17:50:55
  Author: morph-guest
Revision: 5277

  * debian/control
    - list items lines in description starts with 2 space, to avoid reformat
      on webpages (Closes: #480341)
--T line, and those below, will be ignored--

M    debian/control
M    debian/changelog

Modified:
  packages/python-mysqldb/trunk/debian/changelog
  packages/python-mysqldb/trunk/debian/control

Modified: packages/python-mysqldb/trunk/debian/changelog
===================================================================
--- packages/python-mysqldb/trunk/debian/changelog	2008-05-08 07:46:12 UTC (rev 5276)
+++ packages/python-mysqldb/trunk/debian/changelog	2008-05-09 17:50:55 UTC (rev 5277)
@@ -1,3 +1,11 @@
+python-mysqldb (1.2.2-7) UNRELEASED; urgency=low
+
+  * debian/control
+    - list items lines in description starts with 2 space, to avoid reformat
+      on webpages (Closes: #480341)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 09 May 2008 19:48:03 +0200
+
 python-mysqldb (1.2.2-6) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-mysqldb/trunk/debian/control
===================================================================
--- packages/python-mysqldb/trunk/debian/control	2008-05-08 07:46:12 UTC (rev 5276)
+++ packages/python-mysqldb/trunk/debian/control	2008-05-09 17:50:55 UTC (rev 5277)
@@ -22,10 +22,10 @@
  MySQLdb is an interface to the popular MySQL database server for
  Python. The design goals are:
  .
- + Compliance with Python database API version 2.0
- + Thread-safety
- + Thread-friendliness (threads will not block each other)
- + Compatibility with MySQL-3.23 and later
+  + Compliance with Python database API version 2.0
+  + Thread-safety
+  + Thread-friendliness (threads will not block each other)
+  + Compatibility with MySQL-3.23 and later
 
 Package: python-mysqldb-dbg
 Priority: extra




More information about the Python-modules-commits mailing list