File: rules

package info (click to toggle)
xfce4-dict 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,300 kB
  • sloc: ansic: 5,958; sh: 4,220; makefile: 190
file content (14 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	mkdir -p m4
	dh_autoreconf

override_dh_auto_install:
	dh_auto_install
	find debian/`dh_listpackages` -name '*.la' -delete