File: rules

package info (click to toggle)
pymssql 2.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: python: 3,780; sh: 153; makefile: 151; ansic: 1
file content (10 lines) | stat: -rwxr-xr-x 268 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 $@ --buildsystem=pybuild