aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-18 10:33:45 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-18 10:33:45 +0100
commita3e3231b5dc24fd2dd6ed867f9364705117a2261 (patch)
treef641cc48e728a789cc953a739c47a463b23db27c /debian/rules
parenteb76e0b20da5ac71f304a930df5c0f9fcf56652b (diff)
* Now using cdbs so we can build for etch.
* Added 1.8.7 requirement for mauve-server.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules16
1 files changed, 5 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index 061744f..99a63c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,8 @@
#!/usr/bin/make -f
#
-
-build:
- make all
- dh $@
-
-clean:
- make clean
- dh $@
-
-%:
- dh $@
+# Use CDBS, so we can build for etch (ugh)
+#
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk