File: rules

package info (click to toggle)
baobab 3.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,072 kB
  • sloc: ansic: 14,576; sh: 4,670; makefile: 200; xml: 72; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

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

%:
	dh $@ --with gnome

override_dh_autoreconf:
	find . -name "*_vala.stamp" -delete
	dh_autoreconf --as-needed