File: rules

package info (click to toggle)
ruby-jquery-atwho-rails 1.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: ruby: 83; sh: 45; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 471 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_VERBOSE=1

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

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

execute_before_dh_auto_build:
	cp /usr/share/javascript/jquery-atwho/jquery.atwho.js $(CURDIR)/lib/assets/javascripts/jquery.atwho/jquery.atwho.js
	cp /usr/share/javascript/caret.js/jquery.caret.js $(CURDIR)/lib/assets/javascripts/jquery.atwho/jquery.caret.js

execute_after_dh_install:
	debian/symlink-js