diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 10:33:45 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 10:33:45 +0100 |
commit | a3e3231b5dc24fd2dd6ed867f9364705117a2261 (patch) | |
tree | f641cc48e728a789cc953a739c47a463b23db27c /debian/rules | |
parent | eb76e0b20da5ac71f304a930df5c0f9fcf56652b (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-x | debian/rules | 16 |
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 |