[sheepdog] [PATCH 3/7] Fix the destination directory
YunQiang Su
wzssyqa at gmail.com
Tue Sep 24 09:46:14 CEST 2013
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>
---
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.4.rc3
More information about the sheepdog
mailing list