From a3e3231b5dc24fd2dd6ed867f9364705117a2261 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 18 Jul 2011 10:33:45 +0100 Subject: * Now using cdbs so we can build for etch. * Added 1.8.7 requirement for mauve-server. --- debian/control | 4 ++-- debian/rules | 16 +++++----------- 2 files changed, 7 insertions(+), 13 deletions(-) (limited to 'debian') 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 Uploaders: Patrick J Cherry 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 -- cgit v1.2.1