File: rules

package info (click to toggle)
libepubgen 0.1.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,572 kB
  • sloc: cpp: 8,042; sh: 4,553; makefile: 161; ansic: 23
file content (16 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--docdir=/usr/share/doc/libepubgen-doc \
		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
		--disable-silent-rules --disable-werror