File: rules

package info (click to toggle)
dirdiff 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 976 kB
  • sloc: sh: 12,944; tcl: 12,939; ansic: 611; makefile: 91
file content (13 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

include /usr/share/dpkg/default.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_after_dh_install:
	mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)
	mv debian/$(DEB_SOURCE)/usr/lib/*.so* debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)