File: rules

package info (click to toggle)
libgee-0.8 0.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,584 kB
  • sloc: ansic: 133,572; sh: 4,169; makefile: 378; perl: 106
file content (27 lines) | stat: -rwxr-xr-x 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f

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

%:
	dh $@ --with gir,gnome

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_install:
	find debian -name '*.la' -print -delete
	dh_install

override_dh_missing:
	dh_missing --fail-missing

override_dh_makeshlibs:
	dh_makeshlibs -V -- -c4

override_dh_strip:
	dh_strip --dbgsym-migration='libgee-0.8-2-dbg (<< 0.18.0-2~)'

override_dh_clean:
	dh_clean
	find -name "*vala.stamp" -delete