[Python-modules-commits] r19494 - in packages/mysql-connector-python/trunk (10 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Dec 3 17:32:12 UTC 2011


    Date: Saturday, December 3, 2011 @ 17:32:11
  Author: morph
Revision: 19494

[svn-inject] Applying Debian modifications (0.3.2-1) to trunk

Added:
  packages/mysql-connector-python/trunk/debian/
  packages/mysql-connector-python/trunk/debian/changelog
  packages/mysql-connector-python/trunk/debian/compat
  packages/mysql-connector-python/trunk/debian/control
  packages/mysql-connector-python/trunk/debian/copyright
  packages/mysql-connector-python/trunk/debian/docs
  packages/mysql-connector-python/trunk/debian/rules
  packages/mysql-connector-python/trunk/debian/source/
  packages/mysql-connector-python/trunk/debian/source/format
  packages/mysql-connector-python/trunk/debian/watch


Property changes on: packages/mysql-connector-python/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/mysql-connector-python/trunk/debian/changelog
===================================================================
--- packages/mysql-connector-python/trunk/debian/changelog	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/changelog	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1,5 @@
+mysql-connector-python (0.3.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #650809)
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 03 Dec 2011 15:08:34 +0100

Added: packages/mysql-connector-python/trunk/debian/compat
===================================================================
--- packages/mysql-connector-python/trunk/debian/compat	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/compat	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1 @@
+7

Added: packages/mysql-connector-python/trunk/debian/control
===================================================================
--- packages/mysql-connector-python/trunk/debian/control	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/control	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1,22 @@
+Source: mysql-connector-python
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all
+Standards-Version: 3.9.2
+X-Python-Version: all
+Homepage: http://launchpad.net/myconnpy
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/mysql-connector-python/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mysql-connector-python/trunk/
+
+Package: python-mysql.connector
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: pure Python implementation of MySQL Client/Server protocol
+ MySQL driver written in Python which does not depend on MySQL C client
+ libraries and implements the DB API v2.0 specification (PEP-249).
+ .
+ MySQL Connector/Python is implementing the MySQL Client/Server protocol
+ completely in Python. This means you don't have to compile anything or MySQL
+ (client library) doesn't even have to be installed on the machine.

Added: packages/mysql-connector-python/trunk/debian/copyright
===================================================================
--- packages/mysql-connector-python/trunk/debian/copyright	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/copyright	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1,42 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: mysql-connector-python
+Source: https://launchpad.net/myconnpy
+
+Files: *
+Copyright: Copyright (c) 2009,2011, Oracle and/or its affiliates. All rights reserved.
+           Use is subject to license terms.
+License: GPL-2+ (with FOSS License Exception)
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation.
+ .
+ There are special exceptions to the terms and conditions of the GNU
+ General Public License as it is applied to this software. View the
+ full text of the exception in file EXCEPTIONS-CLIENT in the directory
+ of this software distribution or see the FOSS License Exception at
+ www.mysql.com.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License v2 can be found in "/usr/share/common-licenses/GPL-2".
+Comment: Content of EXCEPTIONS-CLIENT file:
+ There are special exceptions to the terms and conditions of the GNU
+ General Public License as it is applied to this software. View the
+ full text of the exception in file EXCEPTIONS-CLIENT in the directory
+ of this software distribution or see the FOSS License Exception at
+ www.mysql.com.
+ .
+ The MySQL Connector/Python is licensed under the terms of the GPL ,
+ like most MySQL Connectors. There are special exceptions to the terms
+ and conditions of the GPL as it is applied to this software, see the FLOSS
+ License Exception.
+ .
+ http://www.mysql.com/about/legal/licensing/foss-exception/
+
+Files: debian/*
+Copyright: 2011 Sandro Tosi <morph at debian.org>
+License: GPL-2+

Added: packages/mysql-connector-python/trunk/debian/docs
===================================================================
--- packages/mysql-connector-python/trunk/debian/docs	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/docs	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1 @@
+README

Added: packages/mysql-connector-python/trunk/debian/rules
===================================================================
--- packages/mysql-connector-python/trunk/debian/rules	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/rules	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_installexamples:
+	dh_installexamples python2/examples/*


Property changes on: packages/mysql-connector-python/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/mysql-connector-python/trunk/debian/source/format
===================================================================
--- packages/mysql-connector-python/trunk/debian/source/format	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/source/format	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/mysql-connector-python/trunk/debian/watch
===================================================================
--- packages/mysql-connector-python/trunk/debian/watch	                        (rev 0)
+++ packages/mysql-connector-python/trunk/debian/watch	2011-12-03 17:32:11 UTC (rev 19494)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/myconnpy/+download \
+    http://launchpad.net/myconnpy/.*/mysql-connector-python-(.*)-devel.tar.gz




More information about the Python-modules-commits mailing list