[Python-modules-commits] r11576 - in packages/pyodbc/trunk/debian (control copyright)
deepak-guest at users.alioth.debian.org
deepak-guest at users.alioth.debian.org
Sat Feb 6 18:01:40 UTC 2010
Date: Saturday, February 6, 2010 @ 18:01:19
Author: deepak-guest
Revision: 11576
Tuned debian/control and debian/copyright
Modified:
packages/pyodbc/trunk/debian/control
packages/pyodbc/trunk/debian/copyright
Modified: packages/pyodbc/trunk/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control 2010-02-06 17:33:03 UTC (rev 11575)
+++ packages/pyodbc/trunk/debian/control 2010-02-06 18:01:19 UTC (rev 11576)
@@ -3,19 +3,25 @@
Priority: optional
Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-all-dev (>= 2.3.5-11), unixodbc-dev, python-support (>= 0.3)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-all-dev (>= 2.3.5-11), unixodbc-dev, python-support
Standards-Version: 3.8.4
XS-Python-Version: all
Homepage: http://code.google.com/p/pyodbc/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyodbc/rtrunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyodbc/trunk/
-Package: pyodbc
+Package: python-pyodbc
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
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-06 17:33:03 UTC (rev 11575)
+++ packages/pyodbc/trunk/debian/copyright 2010-02-06 18:01:19 UTC (rev 11576)
@@ -17,27 +17,24 @@
MIT License:
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so.
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
The Debian packaging is:
- Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed
+ Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed
under the GPL, see `/usr/share/common-licenses/GPL-2'.
More information about the Python-modules-commits
mailing list