File: rules

package info (click to toggle)
ruby-notiffany 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: ruby: 3,038; makefile: 10; sh: 4
file content (15 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_auto_install:
	dh_auto_install
	mkdir -p $(CURDIR)/debian/ruby-notiffany/usr/share/ruby-notiffany
	cp -pr images/* $(CURDIR)/debian/ruby-notiffany/usr/share/ruby-notiffany

override_dh_auto_clean:
	dh_auto_clean
	rm -rf $(CURDIR)/debian/ruby-notiffany/usr/share/ruby-notiffany