File: rules

package info (click to toggle)
libinstpatch 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 3,400 kB
  • sloc: ansic: 50,887; python: 429; xml: 130; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_install:
	dh_install -plibinstpatch-dev usr/include
	dh_install -plibinstpatch-dev usr/lib*/lib*.so usr/lib/$(DEB_HOST_MULTIARCH)/
	dh_install -plibinstpatch-dev usr/lib*/pkgconfig/* usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
	dh_install -plibinstpatch-1.0-2 usr/lib*/lib*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
	dh_install --remaining-packages