[Python-modules-commits] r13692 - in packages/pyodbc/trunk/debian (changelog control)
deepak-guest at users.alioth.debian.org
deepak-guest at users.alioth.debian.org
Mon Jun 28 18:56:39 UTC 2010
Date: Monday, June 28, 2010 @ 18:56:38
Author: deepak-guest
Revision: 13692
description update in control file and updated changelog
Modified:
packages/pyodbc/trunk/debian/changelog
packages/pyodbc/trunk/debian/control
Modified: packages/pyodbc/trunk/debian/changelog
===================================================================
--- packages/pyodbc/trunk/debian/changelog 2010-06-28 18:53:41 UTC (rev 13691)
+++ packages/pyodbc/trunk/debian/changelog 2010-06-28 18:56:38 UTC (rev 13692)
@@ -1,3 +1,12 @@
+pyodbc (2.1.7-2) UNRELEASED; urgency=low
+
+ * debian/watch
+ + updated source location.
+ * debian/control
+ + indented -dbg's descriptions.
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Tue, 29 Jun 2010 00:19:52 +0530
+
pyodbc (2.1.7-1) unstable; urgency=low
* New upstream release
Modified: packages/pyodbc/trunk/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control 2010-06-28 18:53:41 UTC (rev 13691)
+++ packages/pyodbc/trunk/debian/control 2010-06-28 18:56:38 UTC (rev 13692)
@@ -39,6 +39,6 @@
Next, create a connection by passing an ODBC connection string to the
connect method. This step causes ODBC to load the database driver (the SQL
Server driver in this example) and connect to the database.
- cnxn = pyodbc.connect('DSN=northwind')
+ cnxn = pyodbc.connect('DSN=northwind')
.
This package contains debugging symbols.
More information about the Python-modules-commits
mailing list