File: rules

package info (click to toggle)
httping 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 435 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/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
		dh $@ --buildsystem=cmake

override_dh_auto_configure:
		dh_auto_configure -- \
			-DUSE_TUI=ON -DUSE_FFTW3=ON \
			-DUSE_SSL=ON -DUSE_GETTEXT=ON

override_dh_auto_install:
		mkdir -p $(CURDIR)/debian/httping/usr/bin
		cp $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)/httping  $(CURDIR)/debian/httping/usr/bin
		dh_installman httping.1