From: mdw Date: Tue, 11 Nov 2003 00:28:16 +0000 (+0000) Subject: More Debian fixes. X-Git-Tag: 1.2.0~14 X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/commitdiff_plain/98d5858261eb6f810ad8d3181855ba4b2ca9b2b0 More Debian fixes. --- diff --git a/debian/.cvsignore b/debian/.cvsignore new file mode 100644 index 0000000..09b3736 --- /dev/null +++ b/debian/.cvsignore @@ -0,0 +1,2 @@ +files tmp substvars *.substvars *.debhelper +libcheckpath libcheckpath-dev diff --git a/debian/rules b/debian/rules index 6fdd631..1e1d915 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ source: make -C deb-build dist PACKAGE=checkpath mkdir deb-build/=deb= cd deb-build/=deb=; tar xvfz ../*.tar.gz - d=/home/mdw/src/chkpath; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/* + d=`pwd`; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/* rm -rf deb-build/=deb= .PHONY: binary binary-arch binary-indep clean install source