[sheepdog] [PATCH stable-0.6 6/6] debian: output deb to the current directory

Hitoshi Mitake mitake.hitoshi at lab.ntt.co.jp
Fri Jul 19 08:07:30 CEST 2013


From: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>

Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
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 2304bba..b3ca769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ GIT_TAG         ?= $(shell echo v'$(VERSION)' | sed -e 's/~/_/')
 	dh $@ --with autoreconf
 
 override_dh_builddeb:
-	dh_builddeb -- -Zxz -z9
+	dh_builddeb --destdir=. -- -Zxz -z9
 
 UNAME := $(shell uname)
 ifeq ($(UNAME),Linux)
-- 
1.7.10.4




More information about the sheepdog mailing list