File: rules

package info (click to toggle)
pdfmod 0.9.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,916 kB
  • sloc: cs: 54,826; xml: 1,594; sh: 782; makefile: 644
file content (16 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

override_dh_autoreconf:
	sh autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-external-poppler-sharp \
		MCS=/usr/bin/mono-csc

override_dh_clistrip:
	dh_clistrip --dbg-package=pdfmod-dbg

%:
	dh $@ --with autoreconf,cli