File: rules

package info (click to toggle)
rhinote 0.7.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: python: 212; sh: 43; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	rst2man debian/rhinote.1.rst rhinote.1
	dh_auto_build

override_dh_auto_clean:
	rm -f rhinote.1
	dh_auto_clean

override_dh_installchangelogs:
	# The upstream changelog doesn't contain any information that would
	# be relevant to end users
	dh_installchangelogs --exclude=ChangeLog