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

export PYBUILD_DESTDIR_python2=debian/python-requests/
export PYBUILD_DESTDIR_python3=debian/python3-requests/


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

override_dh_installchangelogs:
	dh_installchangelogs HISTORY.rst