File: rules

package info (click to toggle)
xmlto 0.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 900 kB
  • ctags: 227
  • sloc: sh: 1,990; xml: 511; lex: 278; makefile: 94
file content (24 lines) | stat: -rwxr-xr-x 524 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
24
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

PACKAGE = xmlto

%:
	dh $@ --parallel

override_dh_auto_configure: configure
	dh_auto_configure -- \
	    BASH="/bin/bash" \
	    PAPERCONF="/usr/bin/paperconf" \
	    DBLATEX="/usr/bin/dblatex" \
	    FOP="/usr/bin/fop" \
	    XMLTEX="/usr/bin/xmltex" \
	    PDFXMLTEX="/usr/bin/pdfxmltex" \
	    LYNX="/usr/bin/lynx" \
	    LINKS="/usr/bin/links" \
	    W3M="/usr/bin/w3m"

override_dh_installchangelogs:
	dh_installchangelogs NEWS