gr-gsm/dists/debian/rules

16 lines
498 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
2016-06-21 05:13:48 +00:00
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_HOST_MULTIARCH
2016-06-21 05:13:48 +00:00
%:
dh $@ --with python2 --parallel
2016-06-21 05:13:48 +00:00
override_dh_auto_configure:
dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" -DPythonLibs_FIND_VERSION:STRING="2.7" -DPYTHON_EXECUTABLE:STRING="/usr/bin/python"
2016-06-21 05:13:48 +00:00
override_dh_auto_install:
dh_auto_install
rm -f debian/gr-gsm/usr/lib/python2.7/dist-packages/grgsm/*pyc
rm -f debian/gr-gsm/usr/lib/python2.7/dist-packages/grgsm/*pyo