File: rules

package info (click to toggle)
policykit-1-gnome 0.105-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,524 kB
  • sloc: sh: 11,059; ansic: 1,596; makefile: 57
file content (16 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-examples \
		--enable-gtk-doc \
		--disable-introspection \
		--libexecdir=/usr/lib/policykit-1-gnome \
		${NULL}

override_dh_auto_test: