[med-svn] r7932 - trunk/packages/velvet/trunk/debian

Charles Plessy plessy at alioth.debian.org
Mon Sep 26 10:43:31 UTC 2011


Author: plessy
Date: 2011-09-26 10:43:31 +0000 (Mon, 26 Sep 2011)
New Revision: 7932

Modified:
   trunk/packages/velvet/trunk/debian/changelog
   trunk/packages/velvet/trunk/debian/rules
Log:
Compress binary packages with xz.


Modified: trunk/packages/velvet/trunk/debian/changelog
===================================================================
--- trunk/packages/velvet/trunk/debian/changelog	2011-09-26 10:34:48 UTC (rev 7931)
+++ trunk/packages/velvet/trunk/debian/changelog	2011-09-26 10:43:31 UTC (rev 7932)
@@ -9,6 +9,7 @@
 
   [ Charles Plessy ]
   * Corrected VCS URLs in debian/control.
+  * Compress binary packages with xz (debian/rules).
 
  -- Andreas Tille <tille at debian.org>  Fri, 12 Aug 2011 15:36:22 +0200
 

Modified: trunk/packages/velvet/trunk/debian/rules
===================================================================
--- trunk/packages/velvet/trunk/debian/rules	2011-09-26 10:34:48 UTC (rev 7931)
+++ trunk/packages/velvet/trunk/debian/rules	2011-09-26 10:43:31 UTC (rev 7932)
@@ -41,6 +41,9 @@
 override_dh_pysupport :
 	#Not needed, Python scripts are just for examples
 
+override_dh_builddeb:
+	dh_builddeb -- -Z xz
+
 get-orig-source:
 	. debian/get-orig-source
 




More information about the debian-med-commit mailing list