[Python-modules-commits] r20274 - in packages/psycopg2/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Feb 3 00:34:20 UTC 2012


    Date: Friday, February 3, 2012 @ 00:34:18
  Author: kitterman
Revision: 20274

  * Fix typos in the last debian/changelog entry
  * Fix misspellings in package descriptions in debian/control

Modified:
  packages/psycopg2/trunk/debian/changelog
  packages/psycopg2/trunk/debian/control

Modified: packages/psycopg2/trunk/debian/changelog
===================================================================
--- packages/psycopg2/trunk/debian/changelog	2012-02-02 20:30:13 UTC (rev 20273)
+++ packages/psycopg2/trunk/debian/changelog	2012-02-03 00:34:18 UTC (rev 20274)
@@ -1,3 +1,10 @@
+psycopg2 (2.4.4-4) UNRELEASED; urgency=low
+
+  * Fix typos in the last debian/changelog entry
+  * Fix misspellings in package descriptions in debian/control
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 02 Feb 2012 19:30:23 -0500
+
 psycopg2 (2.4.4-3) unstable; urgency=low
 
   * Team upload
@@ -4,7 +11,7 @@
   * Fix debian/rules so python3-psycopg2-dbg so files are properly marked as
     debug versions (Closes: #658219)
   * Use local Python objects.inv instead of downloading from python.org
-    - Add python2.7-doc and python-3.2-doc to Build-Depends-Indep
+    - Add python-doc and python333-doc to Build-Depends-Indep
     - Add Quilt use to debian/rules and README.source
     - Add debian/patches/local_inventory
 

Modified: packages/psycopg2/trunk/debian/control
===================================================================
--- packages/psycopg2/trunk/debian/control	2012-02-02 20:30:13 UTC (rev 20273)
+++ packages/psycopg2/trunk/debian/control	2012-02-03 00:34:18 UTC (rev 20274)
@@ -28,7 +28,7 @@
  psycopg is different from the other database adapter because it was designed
  for heavily multi-threaded applications that create and destroy lots of
  cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
- psycopg 2 also provides full asycronous operations for the really brave
+ psycopg 2 also provides full asynchronous operations for the really brave
  programmer.
  .
  The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
@@ -64,7 +64,7 @@
  psycopg is different from the other database adapter because it was designed
  for heavily multi-threaded applications that create and destroy lots of
  cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
- psycopg 2 also provides full asycronous operations for the really brave
+ psycopg 2 also provides full asynchronous operations for the really brave
  programmer.
  .
  The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
@@ -100,7 +100,7 @@
  psycopg is different from the other database adapter because it was designed
  for heavily multi-threaded applications that create and destroy lots of
  cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
- psycopg 2 also provides full asycronous operations for the really brave
+ psycopg 2 also provides full asynchronous operations for the really brave
  programmer.
  .
  The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0




More information about the Python-modules-commits mailing list