[Python-modules-commits] r11621 - in packages/pyodbc/trunk/debian (changelog control copyright)
deepak-guest at users.alioth.debian.org
deepak-guest at users.alioth.debian.org
Mon Feb 8 05:46:07 UTC 2010
Date: Monday, February 8, 2010 @ 05:46:05
Author: deepak-guest
Revision: 11621
Tuned debian/control and debian/copyright and synced date
Modified:
packages/pyodbc/trunk/debian/changelog
packages/pyodbc/trunk/debian/control
packages/pyodbc/trunk/debian/copyright
Modified: packages/pyodbc/trunk/debian/changelog
===================================================================
--- packages/pyodbc/trunk/debian/changelog 2010-02-07 19:04:41 UTC (rev 11620)
+++ packages/pyodbc/trunk/debian/changelog 2010-02-08 05:46:05 UTC (rev 11621)
@@ -3,4 +3,4 @@
* Initial release (Closes: #455266)
* Repacked source to orig.tar.gz from zip
- -- Deepak Tripathi <apenguinlinux at gmail.com> Thu, 04 Feb 2010 23:37:08 +0530
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Mon, 08 Feb 2010 04:54:56 +0000
Modified: packages/pyodbc/trunk/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control 2010-02-07 19:04:41 UTC (rev 11620)
+++ packages/pyodbc/trunk/debian/control 2010-02-08 05:46:05 UTC (rev 11621)
@@ -15,7 +15,6 @@
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python module for ODBC database access
- .
A Python DB API 2 module for ODBC. No 3rd party libraries are required.
Only native Python datatypes are used, such as decimal and datetime.
It implements the Python Database API Specification v2.0.
@@ -25,3 +24,19 @@
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')
+
+Package: python-pyodbc-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: python-pyodbc (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Description: Python module for ODBC database access
+ A Python DB API 2 module for ODBC. No 3rd party libraries are required.
+ Only native Python datatypes are used, such as decimal and datetime.
+ It implements the Python Database API Specification v2.0.
+ For example:
+ import pyodbc
+ 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')
Modified: packages/pyodbc/trunk/debian/copyright
===================================================================
--- packages/pyodbc/trunk/debian/copyright 2010-02-07 19:04:41 UTC (rev 11620)
+++ packages/pyodbc/trunk/debian/copyright 2010-02-08 05:46:05 UTC (rev 11621)
@@ -1,6 +1,6 @@
This work was packaged for Debian by:
- Deepak Tripathi <apenguinlinux at gmail.com> on Mon, 01 Feb 2010 11:59:25 +0000
+ Deepak Tripathi <apenguinlinux at gmail.com> on Mon, 08 Feb 2010 04:54:56 +0000
It was downloaded from http://code.google.com/p/pyodbc/
More information about the Python-modules-commits
mailing list