File: rules

package info (click to toggle)
light-locker 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,664 kB
  • ctags: 745
  • sloc: ansic: 5,968; sh: 4,120; makefile: 191
file content (15 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

override_dh_auto_configure:
	NOCONFIGURE=1 xdt-autogen
	dh_auto_configure -- --disable-silent-rules \
		--with-systemd \
		--with-upower \
		--with-console-kit \
		--with-mit-ext

%:
	dh $@ --with autoreconf