[med-svn] r7939 - trunk/packages/altree/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Mon Sep 26 23:20:13 UTC 2011
Author: plessy
Date: 2011-09-26 23:20:13 +0000 (Mon, 26 Sep 2011)
New Revision: 7939
Modified:
trunk/packages/altree/trunk/debian/changelog
trunk/packages/altree/trunk/debian/rules
Log:
Compress binary packages with xz.
Modified: trunk/packages/altree/trunk/debian/changelog
===================================================================
--- trunk/packages/altree/trunk/debian/changelog 2011-09-26 23:15:23 UTC (rev 7938)
+++ trunk/packages/altree/trunk/debian/changelog 2011-09-26 23:20:13 UTC (rev 7939)
@@ -4,6 +4,7 @@
* Corrected VCS URLs in debian/control.
* Use Debhelper 8 (debian/control, debian/compat).
* Converted debian/copyright to machine-readable format 1.0 (DEP 5).
+ * Compress binary packages with xz (debian/rules).
-- Charles Plessy <plessy at debian.org> Tue, 27 Sep 2011 08:06:40 +0900
Modified: trunk/packages/altree/trunk/debian/rules
===================================================================
--- trunk/packages/altree/trunk/debian/rules 2011-09-26 23:15:23 UTC (rev 7938)
+++ trunk/packages/altree/trunk/debian/rules 2011-09-26 23:20:13 UTC (rev 7939)
@@ -20,3 +20,6 @@
override_dh_compress:
dh_compress --exclude=.pdf
+
+override_dh_builddeb:
+ dh_builddeb -- -Z xz
More information about the debian-med-commit
mailing list