[Python-modules-commits] r10846 - in packages/python-kinterbasdb/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Dec 21 18:57:49 UTC 2009
Date: Monday, December 21, 2009 @ 18:57:48
Author: morph
Revision: 10846
* debian/control
- improved short and long descriptions
Modified:
packages/python-kinterbasdb/trunk/debian/changelog
packages/python-kinterbasdb/trunk/debian/control
Modified: packages/python-kinterbasdb/trunk/debian/changelog
===================================================================
--- packages/python-kinterbasdb/trunk/debian/changelog 2009-12-21 18:53:37 UTC (rev 10845)
+++ packages/python-kinterbasdb/trunk/debian/changelog 2009-12-21 18:57:48 UTC (rev 10846)
@@ -6,8 +6,10 @@
* debian/copyright
- updated copyright years for David Rushby contributions
- added copyright owners email address
+ * debian/control
+ - improved short and long descriptions
- -- Sandro Tosi <morph at debian.org> Mon, 21 Dec 2009 19:48:04 +0100
+ -- Sandro Tosi <morph at debian.org> Mon, 21 Dec 2009 19:57:10 +0100
python-kinterbasdb (3.2-4) unstable; urgency=low
Modified: packages/python-kinterbasdb/trunk/debian/control
===================================================================
--- packages/python-kinterbasdb/trunk/debian/control 2009-12-21 18:53:37 UTC (rev 10845)
+++ packages/python-kinterbasdb/trunk/debian/control 2009-12-21 18:57:48 UTC (rev 10846)
@@ -17,17 +17,27 @@
Replaces: python2.3-kinterbasdb (<< 3.1.2-0.1), python2.4-kinterbasdb (<< 3.1.2-0.1)
Conflicts: python2.3-kinterbasdb (<< 3.1.2-0.1), python2.4-kinterbasdb (<< 3.1.2-0.1)
XB-Python-Version: ${python:Versions}
-Description: InterBase/Firebird support for Python
- This package allows access to InterBase and/or Firebird databases from
- Python via the standard Python Database API version 2.0.
+Description: Python DB API 2.0 extension for Firebird and Interbase
+ KInterbasDB implements Python Database API 2.0-compliant support
+ for the open source relational database Firebird and some
+ versions of its proprietary cousin Borland Interbase(R).
+ .
+ In addition to the minimal feature set of the standard Python DB
+ API, KInterbasDB also exposes nearly the entire native client
+ API of the atabase engine.
Package: python-kinterbasdb-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-kinterbasdb (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python-dbg
-Description: InterBase/Firebird support for Python (debug extension)
- This package allows access to InterBase and/or Firebird databases from
- Python via the standard Python Database API version 2.0.
+Description: Python DB API 2.0 extension for Firebird and Interbase (debug extension)
+ KInterbasDB implements Python Database API 2.0-compliant support
+ for the open source relational database Firebird and some
+ versions of its proprietary cousin Borland Interbase(R).
.
- This package contains the debug extension for python-openssl.
+ In addition to the minimal feature set of the standard Python DB
+ API, KInterbasDB also exposes nearly the entire native client
+ API of the atabase engine.
+ .
+ This package contains the debug extension for python-kinterbasdb.
More information about the Python-modules-commits
mailing list