File: rules

package info (click to toggle)
tang 11-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: ansic: 759; sh: 338; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 391 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
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		-Duser=_tang \
		-Dgroup=_tang

override_dh_auto_install:
	dh_auto_install --buildsystem=meson
	[ -d debian/tmp/usr/share/licenses ]
	rm -rf debian/tmp/usr/share/licenses