diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-06-22 16:31:36 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-06-22 16:31:36 +0100 |
commit | 0db800af457e5c3839156813bcbd8f5d3560b3a9 (patch) | |
tree | d02cd87e3bb3b48741579002a98653bf6707b783 /debian | |
parent | 6d1c6bc1b8421fd4dba63ab55b08599965fd11f7 (diff) |
Don't install bundler with gem; run make
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 9449283..c43ea38 100755 --- a/debian/rules +++ b/debian/rules @@ -8,14 +8,13 @@ export PATH := ${GEM_HOME}/bin:${PATH} dh $@ --with-systemd override_dh_auto_build: - gem install bundler bundler install --deployment --without="test development" --jobs=4 + make override_dh_clean: dh_clean $(RM) -r vendor/ - override_dh_auto_test: echo "NOP" |