File: rules

package info (click to toggle)
libu2f-server 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,096 kB
  • ctags: 539
  • sloc: sh: 11,695; ansic: 2,958; makefile: 168; xml: 32
file content (22 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-silent-rules \
		--enable-gtk-doc \
		--enable-gtk-doc-pdf \
		--enable-gtk-doc-html \
		--disable-h2a

override_dh_auto_clean:
	test -f Makefile && dh_auto_clean || true

override_dh_compress:
	dh_compress -Xu2f-server.pdf