File: rules

package info (click to toggle)
gwc 0.22.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,504 kB
  • ctags: 3,440
  • sloc: ansic: 40,058; sh: 792; makefile: 664; perl: 37
file content (18 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

configure_flags := \
	--enable-alsa
%:
	dh $@ --no-parallel

override_dh_auto_configure:
	dh_auto_configure -- $(configure_flags)

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
	rm -f $(CURDIR)/debian/tmp/usr/share/icons/hicolor/icon-theme.cache
	rm -fR $(CURDIR)/debian/tmp/usr/tmp