aboutsummaryrefslogtreecommitdiff
path: root/debian
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
parenteb76e0b20da5ac71f304a930df5c0f9fcf56652b (diff)
* Now using cdbs so we can build for etch.
* Added 1.8.7 requirement for mauve-server.
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