[Python-modules-commits] r10858 - in packages/python-kinterbasdb/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Dec 23 22:48:05 UTC 2009


    Date: Wednesday, December 23, 2009 @ 22:47:55
  Author: morph
Revision: 10858

remove empty directory left when built with Python 2.6; patch from Ubuntu
(but not forwarded); thanks to Jakub Wilk for the report; Closes: #552512

Modified:
  packages/python-kinterbasdb/trunk/debian/changelog
  packages/python-kinterbasdb/trunk/debian/rules

Modified: packages/python-kinterbasdb/trunk/debian/changelog
===================================================================
--- packages/python-kinterbasdb/trunk/debian/changelog	2009-12-23 21:45:09 UTC (rev 10857)
+++ packages/python-kinterbasdb/trunk/debian/changelog	2009-12-23 22:47:55 UTC (rev 10858)
@@ -12,11 +12,13 @@
     - update docs to install
     - updated the date to restore in __init__.py
     - remove duplicate licence text in doc
+    - remove empty directory left when built with Python 2.6; patch from Ubuntu
+      (but not forwarded); thanks to Jakub Wilk for the report; Closes: #552512
   * debian/{control, rules}
     - create text upstream changelog file (via lynx) and then install it
     - use the jquery.js provided by libjs-jquery package (not the embedded copy)
 
- -- Sandro Tosi <morph at debian.org>  Wed, 23 Dec 2009 22:43:57 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 23 Dec 2009 23:46:21 +0100
 
 python-kinterbasdb (3.2-4) unstable; urgency=low
 

Modified: packages/python-kinterbasdb/trunk/debian/rules
===================================================================
--- packages/python-kinterbasdb/trunk/debian/rules	2009-12-23 21:45:09 UTC (rev 10857)
+++ packages/python-kinterbasdb/trunk/debian/rules	2009-12-23 22:47:55 UTC (rev 10858)
@@ -57,6 +57,7 @@
 	# these are wrongly installed by the script above:
 	rm -rf debian/python-kinterbasdb/usr/lib/python*/*-packages/kinterbasdb/docs
 	rm -rf debian/python-kinterbasdb-dbg/usr/lib/python*/*-packages/kinterbasdb/docs
+	rm -rf debian/python-kinterbasdb/usr/lib/python2.6/site-packages
 
 	# remove things not needed in a debug package
 	find debian/python-kinterbasdb-dbg ! -type d ! -name '*_d.so' | xargs rm -f




More information about the Python-modules-commits mailing list