debian/rules: Switch to Debhelper for building.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 5 Apr 2012 14:08:47 +0000 (15:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Apr 2012 14:10:46 +0000 (15:10 +0100)
debian/.gitignore
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index 8f17807..5b88400 100644 (file)
@@ -2,6 +2,6 @@ files
 *.debhelper
 tmp
 cfd
-compat
 stamp-*
 *.log
+*.substvars
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
index cbe7595..0355e9c 100644 (file)
@@ -2,11 +2,12 @@ Source: cfd
 Section: devel
 Priority: extra
 Maintainer: Mark Wooding <mdw@nsict.org>
+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
index 21eca79..8817962 100755 (executable)
@@ -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