[Python-modules-commits] [pytds] 03/08: source package automatically created by stdeb 0.8.5

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sat Mar 11 22:26:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository pytds.

commit f9f16edd2da4f2e5b0790c68c0146c949edfeefc
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Mar 11 20:15:55 2017 +0000

    source package automatically created by stdeb 0.8.5
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 18 ++++++++++++++++++
 debian/rules     |  8 ++++++++
 4 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..af1d5d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-tds (1.8.2-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Sat, 11 Mar 2017 20:12:33 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..012771f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-tds
+Maintainer: Christopher Hoskin <mans0954 at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/denisenkom/pytds
+
+Package: python-python-tds
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python DBAPI driver for MSSQL using pure Python TDS (Tabular
+
+Package: python3-python-tds
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python DBAPI driver for MSSQL using pure Python TDS (Tabular
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..63cb98e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Sat, 11 Mar 2017 20:12:33 +0000
+export PYBUILD_NAME=python-tds
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytds.git



More information about the Python-modules-commits mailing list