aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
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