[Python-modules-commits] r4644 - in packages/python-kinterbasdb/trunk/debian (3 files)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Tue Feb 26 08:07:05 UTC 2008
Date: Tuesday, February 26, 2008 @ 08:07:04
Author: morph-guest
Revision: 4644
added debug pkg
Modified:
packages/python-kinterbasdb/trunk/debian/changelog
packages/python-kinterbasdb/trunk/debian/control
packages/python-kinterbasdb/trunk/debian/rules
Modified: packages/python-kinterbasdb/trunk/debian/changelog
===================================================================
--- packages/python-kinterbasdb/trunk/debian/changelog 2008-02-25 22:33:28 UTC (rev 4643)
+++ packages/python-kinterbasdb/trunk/debian/changelog 2008-02-26 08:07:04 UTC (rev 4644)
@@ -1,3 +1,12 @@
+python-kinterbasdb (3.2-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - added python-kinterbasdb-dbg debug package
+ * debian/rules
+ - debug package creation
+
+ -- Sandro Tosi <matrixhasu at gmail.com> Tue, 26 Feb 2008 08:53:25 +0100
+
python-kinterbasdb (3.2-1) unstable; urgency=low
* New upstream release (Closes: #385438)
Modified: packages/python-kinterbasdb/trunk/debian/control
===================================================================
--- packages/python-kinterbasdb/trunk/debian/control 2008-02-25 22:33:28 UTC (rev 4643)
+++ packages/python-kinterbasdb/trunk/debian/control 2008-02-26 08:07:04 UTC (rev 4644)
@@ -20,3 +20,11 @@
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.
+
+Package: python-kinterbasdb-dbg
+Priority: extra
+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.
Modified: packages/python-kinterbasdb/trunk/debian/rules
===================================================================
--- packages/python-kinterbasdb/trunk/debian/rules 2008-02-25 22:33:28 UTC (rev 4643)
+++ packages/python-kinterbasdb/trunk/debian/rules 2008-02-26 08:07:04 UTC (rev 4644)
@@ -64,7 +64,7 @@
dh_installdocs docs/*.html docs/*.css
dh_installchangelogs docs/changelog.txt
dh_link
- dh_strip
+ dh_strip -ppython-kinterbasdb --dbg-package=python-kinterbasdb-dbg
dh_compress
dh_fixperms
dh_pysupport
More information about the Python-modules-commits
mailing list