[Python-modules-commits] r24709 - in packages/pyodbc/tags (5 files)
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Jun 8 11:10:37 UTC 2013
Date: Saturday, June 8, 2013 @ 11:10:34
Author: bigon
Revision: 24709
[svn-buildpackage] Tagging pyodbc 3.0.6-2
Added:
packages/pyodbc/tags/3.0.6-2/
packages/pyodbc/tags/3.0.6-2/debian/changelog
(from rev 24708, packages/pyodbc/trunk/debian/changelog)
packages/pyodbc/tags/3.0.6-2/debian/control
(from rev 24707, packages/pyodbc/trunk/debian/control)
Deleted:
packages/pyodbc/tags/3.0.6-2/debian/changelog
packages/pyodbc/tags/3.0.6-2/debian/control
Deleted: packages/pyodbc/tags/3.0.6-2/debian/changelog
===================================================================
--- packages/pyodbc/trunk/debian/changelog 2013-06-08 10:57:22 UTC (rev 24706)
+++ packages/pyodbc/tags/3.0.6-2/debian/changelog 2013-06-08 11:10:34 UTC (rev 24709)
@@ -1,38 +0,0 @@
-pyodbc (3.0.6-2) UNRELEASED; urgency=low
-
- * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:53 +0200
-
-pyodbc (3.0.6-1) experimental; urgency=low
-
- * Team upload.
- [ Deepak Tripathi ]
- * debian/watch
- + updated source location.
- * debian/control
- + indented -dbg's descriptions.
-
- [ 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.
- * Switch to DebSrc 3.0 (quilt)
-
- -- Laurent Bigonville <bigon at debian.org> Fri, 25 Jan 2013 21:07:03 +0100
-
-pyodbc (2.1.7-1) unstable; urgency=low
-
- * New upstream release
-
- -- Deepak Tripathi <apenguinlinux at gmail.com> Mon, 05 Apr 2010 08:59:22 +0000
-
-pyodbc (2.1.6-1) unstable; urgency=low
-
- * Initial release (Closes: #455266)
- * Repacked source to orig.tar.gz from zip
-
- -- Deepak Tripathi <apenguinlinux at gmail.com> Mon, 08 Feb 2010 04:54:56 +0000
Copied: packages/pyodbc/tags/3.0.6-2/debian/changelog (from rev 24708, packages/pyodbc/trunk/debian/changelog)
===================================================================
--- packages/pyodbc/tags/3.0.6-2/debian/changelog (rev 0)
+++ packages/pyodbc/tags/3.0.6-2/debian/changelog 2013-06-08 11:10:34 UTC (rev 24709)
@@ -0,0 +1,44 @@
+pyodbc (3.0.6-2) unstable; urgency=low
+
+ * Team upload
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Laurent Bigonville ]
+ * Upload to unstable
+ * Bump Standards-Version to 3.9.4 (no further changes)
+
+ -- Laurent Bigonville <bigon at debian.org> Sat, 08 Jun 2013 13:08:47 +0200
+
+pyodbc (3.0.6-1) experimental; urgency=low
+
+ * Team upload.
+ [ Deepak Tripathi ]
+ * debian/watch
+ + updated source location.
+ * debian/control
+ + indented -dbg's descriptions.
+
+ [ 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.
+ * Switch to DebSrc 3.0 (quilt)
+
+ -- Laurent Bigonville <bigon at debian.org> Fri, 25 Jan 2013 21:07:03 +0100
+
+pyodbc (2.1.7-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Mon, 05 Apr 2010 08:59:22 +0000
+
+pyodbc (2.1.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #455266)
+ * Repacked source to orig.tar.gz from zip
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Mon, 08 Feb 2010 04:54:56 +0000
Deleted: packages/pyodbc/tags/3.0.6-2/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control 2013-06-08 10:57:22 UTC (rev 24706)
+++ packages/pyodbc/tags/3.0.6-2/debian/control 2013-06-08 11:10:34 UTC (rev 24709)
@@ -1,44 +0,0 @@
-Source: pyodbc
-Section: python
-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.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://anonscm.debian.org/python-modules/packages/pyodbc/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyodbc/trunk/
-
-Package: python-pyodbc
-Architecture: any
-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.
- 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')
-
-Package: python-pyodbc-dbg
-Section: debug
-Architecture: any
-Priority: extra
-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
- 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')
- .
- This package contains debugging symbols.
Copied: packages/pyodbc/tags/3.0.6-2/debian/control (from rev 24707, packages/pyodbc/trunk/debian/control)
===================================================================
--- packages/pyodbc/tags/3.0.6-2/debian/control (rev 0)
+++ packages/pyodbc/tags/3.0.6-2/debian/control 2013-06-08 11:10:34 UTC (rev 24709)
@@ -0,0 +1,44 @@
+Source: pyodbc
+Section: python
+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.90~), debhelper (>= 9), python-all-dev (>= 2.6.6-3~), unixodbc-dev, python-all-dbg
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.4
+Homepage: http://code.google.com/p/pyodbc/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyodbc/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyodbc/trunk/
+
+Package: python-pyodbc
+Architecture: any
+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.
+ 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')
+
+Package: python-pyodbc-dbg
+Section: debug
+Architecture: any
+Priority: extra
+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
+ 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')
+ .
+ This package contains debugging symbols.
More information about the Python-modules-commits
mailing list