File: rules

package info (click to toggle)
libhandy-1 1.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 39,084; xml: 540; sh: 78; python: 48; makefile: 11; javascript: 9
file content (17 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
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_auto_configure:
	dh_auto_configure -- -Dauto_features=enabled \
		-Dgtk_doc=true -Dglade_catalog=disabled

override_dh_auto_test:
	dbus-run-session -- xvfb-run -s -noreset dh_auto_test

override_dh_gnome_clean: