File: rules

package info (click to toggle)
vnlog 1.34-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 904 kB
  • sloc: perl: 4,495; ansic: 458; python: 273; makefile: 7; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# for cross-building
DPKG_EXPORT_BUILDTOOLS := 1
include /usr/share/dpkg/buildtools.mk

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --with python3

override_dh_auto_build:
	make all doc