File: rules

package info (click to toggle)
frei0r 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,476 kB
  • sloc: ansic: 174,108; cpp: 5,822; makefile: 364; sh: 57
file content (22 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib/

override_dh_auto_build-indep:
	dh_auto_build -i
	make -C doc/

override_dh_clean:
	dh_clean
	rm -rf doc/html/
	rm -f doc/Makefile

licensecheck:
	licensecheck --deb-machine -r * \
		> debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints \
		&& rm debian/copyright_newhints