File: rules

package info (click to toggle)
mpc 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: ansic: 3,752; sh: 171; python: 107; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DOCDIR=debian/mpc/usr/share/doc/mpc

%:
	dh $@ --with bash-completion

override_dh_auto_configure:
	dh_auto_configure -- -Dtest=true

override_dh_installchangelogs:
	dh_installchangelogs NEWS
	rm -rfv ${DOCDIR}/contrib ${DOCDIR}/html ${DOCDIR}/COPYING ${DOCDIR}/NEWS ${DOCDIR}/README.rst