File: rules

package info (click to toggle)
pymssql 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: python: 3,801; sh: 152; makefile: 151; ansic: 1
file content (10 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export PYBUILD_NAME=pymssql
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export LINK_FREETDS_STATICALLY = NO
export LINK_OPENSSL = NO
export LINK_KRB5 = YES
export PYBUILD_TEST_ARGS = --skip-mssql-server-required

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