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 | |
parent | eb76e0b20da5ac71f304a930df5c0f9fcf56652b (diff) |
* Now using cdbs so we can build for etch.
* Added 1.8.7 requirement for mauve-server.
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 16 |
2 files changed, 7 insertions, 13 deletions
diff --git a/debian/control b/debian/control index a78c5e7..2e777c4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Matthew Bloch <matthew@bytemark.co.uk> Uploaders: Patrick J Cherry <patrick@bytemark.co.uk> Section: ruby Priority: optional -Build-Depends: ruby1.8, debhelper, cdbs, rdoc, txt2man +Build-Depends: ruby1.8, debhelper, cdbs, rdoc, txt2man, cdbs Standards-Version: 3.8.0 Package: mauvealert-client @@ -24,7 +24,7 @@ Architecture: all Pre-Depends: libjs-jquery Depends: mauvealert-common, adduser, - ruby1.8, + ruby1.8 (>= 1.8.7), libhaml-ruby1.8, liblog4r-ruby1.8, libredcloth-ruby1.8, 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 |