File: rules

package info (click to toggle)
txt2regex 0.9-5
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 572 kB
  • sloc: sh: 1,598; makefile: 108
file content (23 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

%:
	dh $@

# skip shellcheck...
override_dh_auto_build:

override_dh_auto_test:
	# shellcheck
	# $(MAKE)
	dh_auto_test

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md

override_dh_installman:
	dh_installman man/txt2regex.man

override_dh_auto_clean:
	dh_auto_clean
	rm -f po/*.mo