aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 04033e8f6052b34fbc3892d59d0aaaf8f5c39604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
  
# Ugh
export GEM_HOME := $(shell pwd)/vendor/bundle
export PATH     := ${GEM_HOME}/bin:${PATH}

%:
	dh $@ --with-systemd

override_dh_auto_build:
	gem install bundler
	bundler install --deployment --without="test development" --jobs=4

override_dh_clean:
	dh_clean
	$(RM) -r vendor/