[Python-modules-commits] r11556 - in packages/pyodbc/trunk (9 files)

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Thu Feb 4 18:27:11 UTC 2010


    Date: Thursday, February 4, 2010 @ 18:27:10
  Author: deepak-guest
Revision: 11556

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pyodbc/trunk/debian/
  packages/pyodbc/trunk/debian/changelog
  packages/pyodbc/trunk/debian/compat
  packages/pyodbc/trunk/debian/control
  packages/pyodbc/trunk/debian/copyright
  packages/pyodbc/trunk/debian/docs
  packages/pyodbc/trunk/debian/pycompat
  packages/pyodbc/trunk/debian/rules
  packages/pyodbc/trunk/debian/watch


Property changes on: packages/pyodbc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pyodbc/trunk/debian/changelog
===================================================================
--- packages/pyodbc/trunk/debian/changelog	                        (rev 0)
+++ packages/pyodbc/trunk/debian/changelog	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,7 @@
+pyodbc (2.1.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #455266)
+  * Added debian/watch
+  * Repacked source to orig.tar.gz from zip
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 04 Feb 2010 23:37:08 +0530

Added: packages/pyodbc/trunk/debian/compat
===================================================================
--- packages/pyodbc/trunk/debian/compat	                        (rev 0)
+++ packages/pyodbc/trunk/debian/compat	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1 @@
+7

Added: packages/pyodbc/trunk/debian/control
===================================================================
--- packages/pyodbc/trunk/debian/control	                        (rev 0)
+++ packages/pyodbc/trunk/debian/control	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,21 @@
+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.43), debhelper (>= 7), python-all-dev (>= 2.3.5-11), unixodbc-dev, python-support (>= 0.3)
+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
+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. 

Added: packages/pyodbc/trunk/debian/copyright
===================================================================
--- packages/pyodbc/trunk/debian/copyright	                        (rev 0)
+++ packages/pyodbc/trunk/debian/copyright	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Deepak Tripathi <apenguinlinux at gmail.com> on Mon, 01 Feb 2010 11:59:25 +0000
+
+It was downloaded from http://code.google.com/p/pyodbc/
+
+Upstream Author(s):
+
+	Author: Michael Kleehammer
+	Author-email: michael at kleehammer.com
+	
+Copyright:
+
+	Copyright (c) 2004-2008 Michael Kleehammer
+
+License:
+
+    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.
+
+	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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed 
+	under the GPL, see `/usr/share/common-licenses/GPL-2'.
+
+

Added: packages/pyodbc/trunk/debian/docs
===================================================================
--- packages/pyodbc/trunk/debian/docs	                        (rev 0)
+++ packages/pyodbc/trunk/debian/docs	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,2 @@
+LICENSE.txt
+README.rst

Added: packages/pyodbc/trunk/debian/pycompat
===================================================================
--- packages/pyodbc/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyodbc/trunk/debian/pycompat	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1 @@
+2

Added: packages/pyodbc/trunk/debian/rules
===================================================================
--- packages/pyodbc/trunk/debian/rules	                        (rev 0)
+++ packages/pyodbc/trunk/debian/rules	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,10 @@
+#!/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
+
+
+binary-post-install/pyodbc::
+	# Don't package unnecessary copy of MIT
+	rm -f debian/pyodbc/usr/share/doc/pyodbc/LICENSE.txt


Property changes on: packages/pyodbc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pyodbc/trunk/debian/watch
===================================================================
--- packages/pyodbc/trunk/debian/watch	                        (rev 0)
+++ packages/pyodbc/trunk/debian/watch	2010-02-04 18:27:10 UTC (rev 11556)
@@ -0,0 +1,5 @@
+version=3
+
+http://pyodbc.googlecode.com/ files/pyodbc-(.*)\.zip
+
+




More information about the Python-modules-commits mailing list