[Python-modules-commits] r18345 - in packages/gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Aug 26 00:54:18 UTC 2011


    Date: Friday, August 26, 2011 @ 00:54:17
  Author: jwilk
Revision: 18345

Compress binary packages with xz.

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/rules

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2011-08-26 00:00:17 UTC (rev 18344)
+++ packages/gamera/trunk/debian/changelog	2011-08-26 00:54:17 UTC (rev 18345)
@@ -4,8 +4,9 @@
     + Drop fix-ftbfs-gcc4.6.diff, applied upstream.
   * Demote Recommends of the documentation package to Suggests.
   * Update debian/copyright to the latest DEP-5 version.
+  * Compress binary packages with xz.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 26 Aug 2011 01:57:22 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 26 Aug 2011 02:01:14 +0200
 
 gamera (3.3.0-2) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2011-08-26 00:00:17 UTC (rev 18344)
+++ packages/gamera/trunk/debian/rules	2011-08-26 00:54:17 UTC (rev 18345)
@@ -118,6 +118,9 @@
 	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
 endif
 
+.PHONY: override_dh_builddeb
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
 
 # clean target
 # ============




More information about the Python-modules-commits mailing list