[med-svn] r7706 - trunk/packages/seqan/trunk/debian

Charles Plessy plessy at alioth.debian.org
Thu Sep 8 01:43:53 UTC 2011


Author: plessy
Date: 2011-09-08 01:43:53 +0000 (Thu, 08 Sep 2011)
New Revision: 7706

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


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2011-09-08 01:41:30 UTC (rev 7705)
+++ trunk/packages/seqan/trunk/debian/changelog	2011-09-08 01:43:53 UTC (rev 7706)
@@ -4,7 +4,8 @@
 
   [ Charles Plessy ]
   * Collected various informations in ‘debian/upstream-metadata.yaml’.
-  * Compress the source with xz (debian/orig-tar.sh).
+  * Compress the source and binary packages with xz
+    (debian/orig-tar.sh, debian/rules).
   * Use Debhelper 8 (debian/compat, debian/control).
   * Conforms to Policy 3.9.2 (debian/control, no other changes needed).
 

Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules	2011-09-08 01:41:30 UTC (rev 7705)
+++ trunk/packages/seqan/trunk/debian/rules	2011-09-08 01:43:53 UTC (rev 7706)
@@ -2,6 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_DH_BUILDDEB_ARGS = -- -Zxz
+
 build/seqan-apps:: debian/stamp-build-seqan-apps
 debian/stamp-build-seqan-apps:
 	( cd $(CURDIR)/cmake && cmake . && make VERBOSE=1)




More information about the debian-med-commit mailing list