blob: d99b9e5c19aa1930bf25feffe3637d44eeabcb20 [file] [log] [blame]
Piotr Krysik062e32c2016-04-25 10:28:44 +02001#!/usr/bin/make -f
Petter Reinholdtsen160598a2017-08-29 09:31:08 +02002
Piotr Krysik5de014a2016-06-21 07:13:48 +02003DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
4export DEB_HOST_MULTIARCH
Piotr Krysik062e32c2016-04-25 10:28:44 +02005
Piotr Krysik5de014a2016-06-21 07:13:48 +02006%:
7 dh $@ --with python2 --parallel
Piotr Krysik062e32c2016-04-25 10:28:44 +02008
Piotr Krysik5de014a2016-06-21 07:13:48 +02009override_dh_auto_configure:
10 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 +020011
Piotr Krysik5de014a2016-06-21 07:13:48 +020012override_dh_auto_install:
13 dh_auto_install
Piotr Krysik062e32c2016-04-25 10:28:44 +020014
Petter Reinholdtsen160598a2017-08-29 09:31:08 +020015 # Remove compiled python files
16 rm -f debian/gr-gsm/usr/lib/python2.7/dist-packages/grgsm/*py[co]
17
18 # Use jquery.js file from libjs-jquery instead, see gr-gsm.links
19 rm -f debian/gr-gsm/usr/share/doc/gr-gsm/html/jquery.js
20
21debian/copyright:
22 cme update dpkg-copyright