File: rules

package info (click to toggle)
xfce4-timer-plugin 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,376 kB
  • sloc: sh: 4,220; ansic: 1,291; makefile: 114
file content (15 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

override_dh_autoreconf:
	mkdir -p m4
	dh_autoreconf

override_dh_auto_install:
	dh_auto_install
	find debian/xfce4-timer-plugin -name libxfcetimer.la -delete

%:
	dh $@