File: rules

package info (click to toggle)
python-mysqldb 1.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 512 kB
  • sloc: python: 3,295; ansic: 2,467; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#-*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# export some vars
export mysqlversion=5.1
export mysqlclient=mysqlclient_r
export mysqloptlibs=ssl crypto

export PYBUILD_NAME=mysqldb

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