File: rules

package info (click to toggle)
python-mysqldb 1.3.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 508 kB
  • ctags: 1,126
  • sloc: python: 2,856; ansic: 2,804; makefile: 8
file content (18 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 python2,python3 --buildsystem=pybuild

override_dh_strip:
	dh_strip --no-automatic-dbgsym