File: rules

package info (click to toggle)
arpalert 2.0.12-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,572 kB
  • sloc: ansic: 4,456; sh: 517; makefile: 116; perl: 35
file content (17 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_clean:
ifeq ($(shell ls Makefile 2>/dev/null),Makefile)
	$(MAKE) mrproper
endif
	dh_clean

override_dh_install:
	chmod 0755 scripts/contribs/add_allowed_arpalert_address.sh
	dh_install