[sheepdog] [PATCH stable-0.7 3/7] Fix the destination directory
Hitoshi Mitake
mitake.hitoshi at gmail.com
Mon Nov 4 09:27:28 CET 2013
From: YunQiang Su <wzssyqa at gmail.com>
Debian's buildd (sbuild/pbuilder etc) assumes the deb file
is generated in .. to generate .changes file
Signed-off-by: YunQiang Su <wzssyqa at gmail.com>
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index deb8259..4a8e925 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 --destdir=. -- -Zxz -z9
+ dh_builddeb -- -Zxz -z9
override_dh_autoreconf:
dh_autoreconf --mode=timesize
--
1.8.1.2
More information about the sheepdog
mailing list