File: rules

package info (click to toggle)
python-ldap 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,248 kB
  • sloc: python: 9,465; ansic: 2,828; makefile: 132; sh: 68
file content (15 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME = ldap
export PYBUILD_TEST_PYTEST = 0

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

override_dh_strip:
	dh_strip -ppython-ldap --dbg-package=python-ldap-dbg
	dh_strip -ppython3-ldap --dbg-package=python3-ldap-dbg

override_dh_auto_test: