summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9d9e08504ea475e8a448e654b6d57f3ed84d502e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export CC=gcc
export LDSHARED=gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions
export DH_VERBOSE=1

override_dh_clean:
	dh_clean -- blist.egg-info/PKG-INFO blist.egg-info/SOURCES.txt

%:
	dh $@ --with=python2