blob: cb59406dc6dd04223e609fb50b24f94b179dafea [file] [log] [blame]
Piotr Krysik062e32c2016-04-25 10:28:44 +02001#!/usr/bin/make -f
Piotr Krysik5de014a2016-06-21 07:13:48 +02002DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
3export DEB_HOST_MULTIARCH
Piotr Krysik062e32c2016-04-25 10:28:44 +02004
Piotr Krysik5de014a2016-06-21 07:13:48 +02005%:
6 dh $@ --with python2 --parallel
Piotr Krysik062e32c2016-04-25 10:28:44 +02007
Piotr Krysik5de014a2016-06-21 07:13:48 +02008override_dh_auto_configure:
9 dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" -DPythonLibs_FIND_VERSION:STRING="2.7" -DPYTHON_EXECUTABLE:STRING="/usr/bin/python"
Piotr Krysik062e32c2016-04-25 10:28:44 +020010
Piotr Krysik5de014a2016-06-21 07:13:48 +020011override_dh_auto_install:
12 dh_auto_install
13 rm -f debian/gr-gsm/usr/lib/python2.7/dist-packages/grgsm/*pyc
14 rm -f debian/gr-gsm/usr/lib/python2.7/dist-packages/grgsm/*pyo
Piotr Krysik062e32c2016-04-25 10:28:44 +020015