File: rules

package info (click to toggle)
snoopy 2.4.6-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,840 kB
  • sloc: ansic: 4,198; sh: 1,852; makefile: 756
file content (31 lines) | stat: -rwxr-xr-x 1,038 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH) --enable-config-file --enable-filtering --prefix=/usr --sysconfdir=/etc --with-message-format='[login:%{login} ssh:(%{env:SSH_CONNECTION}) sid:%{sid} tty:%{tty} (%{tty_uid}/%{tty_username}) uid:%{username}(%{uid})/%{eusername}(%{euid}) cwd:%{cwd}]: %{cmdline}'

override_dh_auto_install:
	dh_auto_install
	find debian/ -name "*.la" -delete
	# remove snoopy-enable and snoopy-disable, on debian we use
	# dpkg-reconfigure instead
	rm -r debian/snoopy/usr/sbin

override_dh_clean:
	dh_clean
	find . -name Makefile.in -exec rm {} \+
	rm -f aclocal.m4 compile configure test-drive

override_dh_installdeb: debian/snoopy.postinst
	dh_installdeb

debian/snoopy.postinst: debian/snoopy.postinst.in
	sed 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/g' $< > $@

override_dh_missing:
	dh_missing --fail-missing