From 1624856b007f990506f753496269a02fecd0e63c Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 13 Dec 2012 07:32:23 +0100 Subject: [PATCH] deb build dir adjustment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e65b141..807be6d 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ doc/patool.txt: doc/patool.1 cols=`stty size | cut -d" " -f2`; stty cols 72; man -l doc/patool.1 | perl -pe 's/.\cH//g' > doc/patool.txt; stty cols $$cols deb: - git-buildpackage --git-export-dir=../debian/build-area/ --git-upstream-branch=master --git-debian-branch=debian --git-ignore-new + git-buildpackage --git-upstream-branch=master --git-debian-branch=debian --git-ignore-new update-copyright: update-copyright --holder="Bastian Kleineidam"