File: rules

package info (click to toggle)
foremost 1.5.7-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 580
  • sloc: ansic: 7,545; makefile: 413
file content (13 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	install -D -m 644 foremost.conf $(CURDIR)/debian/foremost/etc/foremost.conf
	install -D -m 755 foremost $(CURDIR)/debian/foremost/usr/bin/foremost