[Python-modules-commits] [sqlobject] 01/05: Add Suggests for MS SQL support
Neil Muller
drnlmza-guest at moszumanska.debian.org
Fri Jul 1 22:15:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository sqlobject.
commit 88ccfbe9fa34600735e44fd954f907eb9f63140e
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date: Fri Jul 1 22:01:35 2016 +0200
Add Suggests for MS SQL support
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4e005f0..dbc477c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ sqlobject (3.0.0-1) UNRELEASED; urgency=low
* Drop obsolete python-maxdb suggests.
* Drop obsolete pycentral cleanup script.
* Bump debhelper compatibility level to 9.
+ * Add python-pymssql and python-adodb to Suggests for MS SQL.
* Add NEWS.Debian entry describing changes to the package layout.
-- Neil Muller <drnlmuller+debian at gmail.com> Wed, 29 Jun 2016 16:26:28 +0200
diff --git a/debian/control b/debian/control
index 34a565e..005e6f4 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,8 @@ Suggests: python-fdb,
python-mysqldb,
python-psycopg2,
python-sqlite,
+ python-adodb,
+ python-pymssql,
python-sqlobject-doc
Description: Python 2 object relational manager providing an object interface to databases
SQLObject is an object-relational mapper. It allows you to translate RDBMS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git
More information about the Python-modules-commits
mailing list