[go: up one dir, main page]

File: rules

package info (click to toggle)
sntop 1.4.3-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: ansic: 1,052; makefile: 138; sh: 5
file content (25 lines) | stat: -rwxr-xr-x 526 bytes parent folder | download | duplicates (2)
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
#!/usr/bin/make -f

#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_clean:
	rm -f Makefile config.log config.status sntop sntop.o getopt_long.o

# Package does not support DESTDIR.
override_dh_auto_install:
	dh_auto_install -- \
	ETCDIR=`pwd`/debian/sntop/etc \
	prefix=`pwd`/debian/sntop/usr

# Package does not have tests.
override_dh_auto_test:

override_dh_installexamples:
	dh_installexamples sntoprc.EXAMPLE alarm.sh

override_dh_installman:
	dh_installman sntop.1