File: rules

package info (click to toggle)
thunar-archive-plugin 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,160 kB
  • sloc: sh: 4,235; ansic: 859; makefile: 101
file content (19 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

include /usr/share/dpkg/architecture.mk

override_dh_install:
	rm -rf debian/thunar-archive-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
	dh_install

override_dh_makeshlibs:
	dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/

override_dh_missing:
	dh_missing --fail-missing

%:
	dh $@