aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 01:53:07 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 01:53:07 +0000
commit06e29462fc4e7d6d8cde2f427be746801b4aa7d9 (patch)
tree36521280f8116c095c2f2c8e781ab00324fe7b52 /debian/rules
parent7fbe85347a044cd923905efe69e17ccdb0d595e2 (diff)
downloadwavemon-06e29462fc4e7d6d8cde2f427be746801b4aa7d9.tar.gz
Switch to dh-style rules.
Diffstat (limited to '')
-rwxr-xr-xdebian/rules11
1 files changed, 2 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index 639dbe1..dcf6189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-DEB_MAKE_INSTALL_TARGET=install DESTDIR=`pwd`/debian/wavemon
-
-clean::
- rm -f *.o wavemon
- rm -f config.status config.log defs.h config.cache Makefile
+%:
+ dh $@ --with autotools_dev