File: rules

package info (click to toggle)
ruby-turbolinks-source 5.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 72 kB
  • sloc: ruby: 13; makefile: 10; sh: 3
file content (15 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_RUBY = --gem-install
export GEM2DEB_TEST_RUNNER = --check-dependencies

%:
	dh $@ --buildsystem=ruby --with ruby

execute_before_dh_auto_build:
	mkdir -p lib/assets/javascripts
	cp /usr/share/javascript/turbolinks/turbolinks.js \
		lib/assets/javascripts/turbolinks.js

execute_after_dh_install:
	debian/symlink-js