File: rules

package info (click to toggle)
gnome-screensaver 3.6.1-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,068 kB
  • sloc: sh: 11,466; ansic: 10,551; xml: 389; makefile: 328; python: 50
file content (17 lines) | stat: -rwxr-xr-x 372 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 -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-locking \
		--enable-docbook-docs \
		--with-systemd=auto

override_dh_install:
	rm -rf debian/gnome-screensaver/usr/share/doc/gnome-screensaver-*
	dh_install