File: rules

package info (click to toggle)
mb2md 3.20-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 484 kB
  • sloc: perl: 2,170; makefile: 8; sh: 3
file content (14 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	/usr/bin/docbook-to-man debian/mb2md.sgml > debian/mb2md.1

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	debian/tests/run-testsuite.sh perl `pwd`/mb2md-3.20.pl
endif