aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules16
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