File: rules

package info (click to toggle)
libgee-0.8 0.20.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,708 kB
  • sloc: ansic: 134,718; sh: 4,838; makefile: 372
file content (17 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed

execute_before_dh_install:
	find debian -name '*.la' -print -delete

execute_after_dh_clean:
	find -name "*vala.stamp" -delete