File: rules

package info (click to toggle)
libsavitar 5.0.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: cpp: 11,325; xml: 179; python: 30; sh: 17; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DH_VERBOSE = 1
# Apply hardening flags (see: https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

export PYBUILD_CONFIGURE_ARGS=-DPYVER={version}

%:
	dh $@ --buildsystem=pybuild --with python3