From: Mark Wooding Date: Thu, 5 Apr 2012 14:08:47 +0000 (+0100) Subject: debian/rules: Switch to Debhelper for building. X-Git-Tag: 1.3.7~2 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/f3f9e1bbf0f94f4add7f8016bc6cc5a031c5ebac debian/rules: Switch to Debhelper for building. --- diff --git a/debian/.gitignore b/debian/.gitignore index 8f17807..5b88400 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -2,6 +2,6 @@ files *.debhelper tmp cfd -compat stamp-* *.log +*.substvars diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control index cbe7595..0355e9c 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ Source: cfd Section: devel Priority: extra Maintainer: Mark Wooding +Build-Depends: debhelper (>> 8.9) Standards-Version: 3.1.1 Package: cfd Architecture: all -Recommends: autoconf (<< 2.50) | autoconf2.13, automake +Recommends: autoconf, automake Description: A collection of miscellaneous bits of build system. The common files distribution (CFD) contains standard boilerplate files and some handy autoconf macros. It also contains some scripts which diff --git a/debian/rules b/debian/rules index 21eca79..8817962 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,2 @@ #! /usr/bin/make -f - -CDBS = /usr/share/cdbs/1 -include $(CDBS)/rules/debhelper.mk -include $(CDBS)/class/autotools.mk - -DEB_BUILDDIR = build - -install/cfd:: - rm -f debian/cfd/usr/share/info/dir +%:; dh $@ --builddirectory=debian/build