File: control

package info (click to toggle)
pymssql 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 240 kB
  • ctags: 235
  • sloc: ansic: 1,671; python: 462; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 997 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: pymssql
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
               python-all-dev (>= 2.3.5-11),
               cdbs (>= 0.4.43), 
               freetds-dev,
               python-support (>= 0.3)
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymssql/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymssql/trunk/

Package: python-pymssql
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python database access for MS SQL server and Sybase
 This package contains a Python module allowing direct access to 
 Microsoft SQL server and Sybase databases. It is designed for 
 simplicity and performance, and conforms to Python DB-API 2.0.
 .
 It also includes a Nagios plugin to check MS SQL servers remotely.