File: rules

package info (click to toggle)
libss7 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 540 kB
  • ctags: 1,419
  • sloc: ansic: 9,551; makefile: 163; sh: 62
file content (15 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

triplet := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIBDIR = /usr/lib/$(triplet)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- libdir=$(LIBDIR)

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog