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

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

override_dh_clean:
	echo ${CC}
	rm -f blist.egg-info/PKG-INFO blist.egg-info/SOURCES.txt
	dh_clean

%:
	dh $@ --with=python2