File: rules

package info (click to toggle)
ruby-sqlite3 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,768 kB
  • sloc: ruby: 3,839; ansic: 1,470; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
export DH_RUBY_GEM_INSTALL_EXCLUDE = ports/*

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

execute_before_dh_installdocs:
	kramdown FAQ.md > FAQ.html

execute_after_dh_clean:
	rm -f FAQ.html