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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Jan 3 12:29:15 UTC 2011


    Date: Monday, January 3, 2011 @ 12:29:13
  Author: morph
Revision: 15247

* debian/rules
  - don't compress objects.inv; thanks to Michael Fladischer for the report;
    Closes: #608770

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	2011-01-03 12:28:16 UTC (rev 15246)
+++ packages/python-kinterbasdb/trunk/debian/changelog	2011-01-03 12:29:13 UTC (rev 15247)
@@ -3,8 +3,11 @@
   * debian/control
     - fix a typo in long descriptions; thanks to Marco for the report;
       Closes: #603690
+  * debian/rules
+    - don't compress objects.inv; thanks to Michael Fladischer for the report;
+      Closes: #608770
 
- -- Sandro Tosi <morph at debian.org>  Tue, 14 Dec 2010 23:51:34 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 03 Jan 2011 13:28:43 +0100
 
 python-kinterbasdb (3.3.0-2) unstable; urgency=low
 

Modified: packages/python-kinterbasdb/trunk/debian/rules
===================================================================
--- packages/python-kinterbasdb/trunk/debian/rules	2011-01-03 12:28:16 UTC (rev 15246)
+++ packages/python-kinterbasdb/trunk/debian/rules	2011-01-03 12:29:13 UTC (rev 15247)
@@ -83,7 +83,7 @@
 		$(CURDIR)/debian/python-kinterbasdb/usr/share/doc/python-kinterbasdb/docs/_static/jquery.js
 	dh_link
 	dh_strip -ppython-kinterbasdb --dbg-package=python-kinterbasdb-dbg
-	dh_compress -X.js
+	dh_compress -X.js -Xobjects.inv
 	dh_fixperms
 	dh_pysupport
 	dh_installdeb




More information about the Python-modules-commits mailing list