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

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

export DEB_CFLAGS_MAINT_APPEND = -Wl,-z,relro

package=python-srp

%:
	dh $@ --with python2 --buildsystem=python_distutils