[Python-modules-commits] r22759 - in packages/pyodbc/trunk/debian (7 files)
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Oct 13 15:09:07 UTC 2012
Date: Saturday, October 13, 2012 @ 15:09:06
Author: bigon
Revision: 22759
* New upstream release (Closes: #690322)
* Switch from pysupport to dh_python2
* Bump debhelper compatibility to 9
* Bump Standards-Version to 3.9.3 (no further changes)
* debian/watch: Update URL, the googlecode redirector doesn't exists
anymore.
Modified:
packages/pyodbc/trunk/debian/changelog
packages/pyodbc/trunk/debian/compat
packages/pyodbc/trunk/debian/control
packages/pyodbc/trunk/debian/copyright
packages/pyodbc/trunk/debian/rules
packages/pyodbc/trunk/debian/watch
Deleted:
packages/pyodbc/trunk/debian/pycompat
Modified: packages/pyodbc/trunk/debian/changelog
===================================================================
--- packages/pyodbc/trunk/debian/changelog 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/changelog 2012-10-13 15:09:06 UTC (rev 22759)
@@ -1,12 +1,21 @@
-pyodbc (2.1.7-2) UNRELEASED; urgency=low
+pyodbc (3.0.6-1) UNRELEASED; urgency=low
+ [ Deepak Tripathi ]
* 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
+ [ Laurent Bigonville ]
+ * New upstream release (Closes: #690322)
+ * Switch from pysupport to dh_python2
+ * Bump debhelper compatibility to 9
+ * Bump Standards-Version to 3.9.3 (no further changes)
+ * debian/watch: Update URL, the googlecode redirector doesn't exists
+ anymore.
+ -- Laurent Bigonville <bigon at debian.org> Sat, 13 Oct 2012 12:08:35 +0200
+
pyodbc (2.1.7-1) unstable; urgency=low
* New upstream release
Modified: packages/pyodbc/trunk/debian/compat
===================================================================
--- packages/pyodbc/trunk/debian/compat 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/compat 2012-10-13 15:09:06 UTC (rev 22759)
@@ -1 +1 @@
-7
+9
Modified: packages/pyodbc/trunk/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/control 2012-10-13 15:09:06 UTC (rev 22759)
@@ -3,11 +3,11 @@
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.0.50~), python-all-dev (>= 2.3.5-11), unixodbc-dev, python-support, python-all-dbg
-Standards-Version: 3.8.4
-XS-Python-Version: all
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 9), python-all-dev (>= 2.6.6-3~), unixodbc-dev, python-all-dbg
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.4
Homepage: http://code.google.com/p/pyodbc/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyodbc/rtrunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyodbc/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyodbc/trunk/
Package: python-pyodbc
@@ -19,26 +19,26 @@
Only native Python datatypes are used, such as decimal and datetime.
It implements the Python Database API Specification v2.0.
For example:
- import pyodbc
+ 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')
+ cnxn = pyodbc.connect('DSN=northwind')
Package: python-pyodbc-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: python-pyodbc (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-pyodbc (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python module for ODBC database access - Debugging symbols
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
+ 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')
+ cnxn = pyodbc.connect('DSN=northwind')
.
This package contains debugging symbols.
Modified: packages/pyodbc/trunk/debian/copyright
===================================================================
--- packages/pyodbc/trunk/debian/copyright 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/copyright 2012-10-13 15:09:06 UTC (rev 22759)
@@ -4,7 +4,7 @@
It was downloaded from http://code.google.com/p/pyodbc/
-Upstream Author(s):
+Upstream Author:
Author: Michael Kleehammer
Author-email: michael at kleehammer.com
Deleted: packages/pyodbc/trunk/debian/pycompat
===================================================================
--- packages/pyodbc/trunk/debian/pycompat 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/pycompat 2012-10-13 15:09:06 UTC (rev 22759)
@@ -1 +0,0 @@
-2
Modified: packages/pyodbc/trunk/debian/rules
===================================================================
--- packages/pyodbc/trunk/debian/rules 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/rules 2012-10-13 15:09:06 UTC (rev 22759)
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
Modified: packages/pyodbc/trunk/debian/watch
===================================================================
--- packages/pyodbc/trunk/debian/watch 2012-10-13 13:23:39 UTC (rev 22758)
+++ packages/pyodbc/trunk/debian/watch 2012-10-13 15:09:06 UTC (rev 22759)
@@ -1,3 +1,3 @@
version=3
-http://googlecode.debian.net/p/pyodbc/pyodbc-(.*).zip
+http://code.google.com/p/pyodbc/downloads/list?can=1 .*/pyodbc-(\d[\d.]*)\.zip
More information about the Python-modules-commits
mailing list