diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 15:36:33 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 15:36:33 +0000 |
commit | bcde8969e4ef5acba8ee1fe3a284c9757c73678d (patch) | |
tree | f0b888decc92668791602be4834127741d13cf2f /debian/rules | |
parent | 23befe9cd55fba860a0fa3be33a600be3f43c4f7 (diff) |
Added haml-contrib for the textile filter; updated debian packaging a little
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 99a63c4..f938869 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,5 @@ #!/usr/bin/make -f -# -# 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 +%: + dh $@ --buildsystem=ruby --with ruby --with systemd |