File: rules

package info (click to toggle)
tmuxinator 3.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: ruby: 3,894; sh: 19; makefile: 14
file content (18 lines) | stat: -rwxr-xr-x 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=ruby --with ruby \
		--with bash-completion

override_dh_auto_install:
	dh_auto_install
	install -D -m644 $(CURDIR)/completion/tmuxinator.zsh \
	  $(CURDIR)/debian/tmuxinator/usr/share/zsh/vendor-completions/_tmuxinator
	install -D -m644 $(CURDIR)/completion/tmuxinator.fish \
	  $(CURDIR)/debian/tmuxinator/usr/share/fish/vendor_completions.d/tmuxinator.fish

override_dh_auto_clean:
	dh_auto_clean
	rm -fr $(CURDIR)/coverage

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGELOG.md