File: rules

package info (click to toggle)
xfce4-notes-plugin 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,460 kB
  • sloc: ansic: 11,928; sh: 11,267; makefile: 356
file content (17 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

override_dh_install:
	-rm -rf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.la
	dh_install --fail-missing

override_dh_makeshlibs:
	dh_makeshlibs -n -X /usr/lib/xfce4/panel/plugins

%:
	dh $@