File: rules

package info (click to toggle)
tree-style-tab 3.5.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 3,184 kB
  • sloc: javascript: 32,858; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@ --with webext

override_dh_webext:
	dh_webext . tree-style-tab -I-XREADME.md
	## executable-not-elf-or-script
	chmod -R -c a-x+X debian/*/usr/share

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog.*

.PHONY: get-orig-changelog
get-orig-changelog:
	wget -O debian/upstream/changelog.en.md https://raw.githubusercontent.com/piroor/treestyletab/master/history.en.md
	wget -O debian/upstream/changelog.ja.md https://raw.githubusercontent.com/piroor/treestyletab/master/history.ja.md