File: rules

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

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

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

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