~thopiekar/+junk/mysql-connector-python-packaging

« back to all changes in this revision

Viewing changes to control

  • Committer: Thomas-Karl Pietrowski
  • Date: 2012-12-03 18:14:22 UTC
  • Revision ID: thopiekar@googlemail.com-20121203181422-rure65oszkwbl4bh
**initial commit
- taking packaging files from quantal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mysql-connector-python
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Sandro Tosi <morph@debian.org>
 
6
Build-Depends: debhelper (>= 7.0.50~), python-all, python-support
 
7
Standards-Version: 3.9.2
 
8
X-Python-Version: all
 
9
Homepage: http://launchpad.net/myconnpy
 
10
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/mysql-connector-python/trunk/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mysql-connector-python/trunk/
 
12
 
 
13
Package: python-mysql.connector
 
14
Architecture: all
 
15
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 
16
Description: pure Python implementation of MySQL Client/Server protocol
 
17
 MySQL driver written in Python which does not depend on MySQL C client
 
18
 libraries and implements the DB API v2.0 specification (PEP-249).
 
19
 .
 
20
 MySQL Connector/Python is implementing the MySQL Client/Server protocol
 
21
 completely in Python. This means you don't have to compile anything or MySQL
 
22
 (client library) doesn't even have to be installed on the machine.