File: rules

package info (click to toggle)
lightdm-gtk-greeter 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,564 kB
  • ctags: 810
  • sloc: ansic: 4,487; sh: 4,147; makefile: 103
file content (13 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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:
	dh_auto_configure -- --disable-silent-rules --enable-kill-on-sigterm

override_dh_install:
	dh_install debian/01_debian.conf usr/share/lightdm/lightdm-gtk-greeter.conf.d/

%:
	dh $@ --parallel --with autotools-dev