[sheepdog] [PATCH] debian: speedup 'make deb'
Liu Yuan
namei.unix at gmail.com
Tue Aug 13 06:48:08 CEST 2013
Use 'timesize' instead of md5 will speed up the packaging a lot.
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b3ca769..2b375f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ UPSTREAM_GIT ?= git://github.com/collie/sheepdog.git
GIT_TAG ?= $(shell echo v'$(VERSION)' | sed -e 's/~/_/')
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf --mode=timesize
override_dh_builddeb:
dh_builddeb --destdir=. -- -Zxz -z9
--
1.7.9.5
More information about the sheepdog
mailing list