diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 22:41:48 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 22:41:48 +0000 |
commit | 40533e34cca72fee719a9d84f6e07b13ca893b6e (patch) | |
tree | fe0ad4c68105a43ed0582b00c8332fc7b1d7b9e3 /debian/rules | |
parent | 53793466a7fd35afa91d0086f757419fcd7ab1bd (diff) |
Updated packaging .. still need a datamapper package
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f938869..5289f9d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=ruby --with ruby --with systemd + dh $@ --with systemd |