File: rules

package info (click to toggle)
gcab 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: ansic: 3,757; makefile: 62; sh: 23
file content (19 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure \
		-- \
		-Dinstalled_tests=true \
		--libexecdir=libexec \
		${NULL}

override_dh_install:
	dh_install -X.la -X.pyc -X.pyo

override_dh_missing:
	dh_missing -X.la -X.pyc -X.pyo