File: rules

package info (click to toggle)
xfce4-settings 4.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,704 kB
  • ctags: 1,945
  • sloc: ansic: 23,244; sh: 4,226; makefile: 550; xml: 37
file content (15 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (2)
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 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_auto_configure:
	dh_auto_configure -- --enable-libnotify --enable-xcursor \
		--enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs \
		--disable-silent-rules

override_dh_installman:
	dh_installman debian/*.1

%:
	dh $@ --parallel