File: rules

package info (click to toggle)
sac2mseed 1.12%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 280 kB
  • sloc: ansic: 1,285; makefile: 53
file content (14 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

PACKAGE = sac2mseed
PKGDIR  = $(CURDIR)/debian/$(PACKAGE)
BINDIR  = $(PKGDIR)/usr/bin

# https://wiki.debian.org/HardeningWalkthrough
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --sourcedirectory=src

override_dh_auto_install:
	install -D -m 755 sac2mseed $(BINDIR)/sac2mseed