File: rules

package info (click to toggle)
libnetfilter-log 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,764 kB
  • sloc: sh: 4,535; ansic: 1,396; makefile: 85
file content (20 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
configure_opts := --enable-html-doc \
                  --htmldir=\$${datarootdir}/doc/libnetfilter-log-dev/html
else
configure_opts :=
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(configure_opts)