File: rules

package info (click to toggle)
sgp4 2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: python: 2,463; cpp: 2,416; makefile: 6; xml: 5
file content (12 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export PYBUILD_NAME = sgp4
export DEB_BUILD_MAINT_OPTIONS= hardening=+bindnow

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

override_dh_auto_test: