File: rules

package info (click to toggle)
rttool 1.0.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 284
  • sloc: ruby: 1,629; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=ruby --with ruby

override_dh_auto_install:
	dh_auto_install
	rm -fr $(CURDIR)/debian/rttool/usr/bin/*
	install -m755 bin/rt2 $(CURDIR)/debian/rttool/usr/bin/rt2
	install -d $(CURDIR)/debian/ruby-rt/usr/lib
	mv $(CURDIR)/debian/rttool/usr/lib/ $(CURDIR)/debian/ruby-rt/usr

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/ChangeLog

override_dh_auto_clean:
	dh_auto_clean