From 9f660122dc2dd88da6a19467889173c34f954314 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 10 Nov 2003 10:01:39 +0000 Subject: [PATCH] Various Debian fixes. --- debian/control | 2 +- debian/rules | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2778c15..cbe7595 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: cfd Section: devel Priority: extra -Maintainer : Mark Wooding +Maintainer: Mark Wooding Standards-Version: 3.1.1 Package: cfd diff --git a/debian/rules b/debian/rules index 99b8a03..f005c81 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,10 @@ build: make -C deb-build touch build +clean: + dh_clean + rm -rf deb-build build + install: build dh_clean make -C deb-build install DESTDIR=`pwd`/debian/tmp @@ -29,10 +33,11 @@ binary: binary-indep binary-arch source: rm -rf deb-build/*.tar.gz deb-build/=deb= - make -C deb-build dist + make -C deb-build dist PACKAGE=cfd mkdir deb-build/=deb= cd deb-build/=deb=; tar xvfz ../*.tar.gz 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 +EOF -- 2.11.0