[Pkg-emboss-commits] r119 - emboss/trunk/debian

naoliv at alioth.debian.org naoliv at alioth.debian.org
Mon Oct 29 23:06:42 UTC 2007


Author: naoliv
Date: 2007-10-29 23:06:42 +0000 (Mon, 29 Oct 2007)
New Revision: 119

Modified:
   emboss/trunk/debian/changelog
   emboss/trunk/debian/rules
Log:
using bzip2 for packages (small package size, faster download)


Modified: emboss/trunk/debian/changelog
===================================================================
--- emboss/trunk/debian/changelog	2007-10-13 18:20:39 UTC (rev 118)
+++ emboss/trunk/debian/changelog	2007-10-29 23:06:42 UTC (rev 119)
@@ -1,3 +1,9 @@
+emboss (5.0.0-3) UNRELEASED; urgency=low
+
+  * Using bzip2 compression for packages. This saves about 832KB of space.
+
+ -- Nelson A. de Oliveira <naoliv at debian.org>  Mon, 29 Oct 2007 21:04:11 -0200
+
 emboss (5.0.0-2) unstable; urgency=low
 
   [ Charles Plessy ]

Modified: emboss/trunk/debian/rules
===================================================================
--- emboss/trunk/debian/rules	2007-10-13 18:20:39 UTC (rev 118)
+++ emboss/trunk/debian/rules	2007-10-29 23:06:42 UTC (rev 119)
@@ -136,7 +136,7 @@
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- -Z bzip2
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




More information about the Pkg-emboss-commits mailing list