File: rules

package info (click to toggle)
ipset 6.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,312 kB
  • sloc: ansic: 21,786; sh: 10,432; makefile: 163; pascal: 125; awk: 3
file content (17 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-kmod=no --enable-settype-modules

PKGCONFIG_INSTDIR := debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
override_dh_auto_install:
	mkdir -p $(PKGCONFIG_INSTDIR)
	cp lib/libipset.pc $(PKGCONFIG_INSTDIR)
	dh_auto_install

override_dh_makeshlibs:
	dh_makeshlibs -V