From ffb51e40ae1ee1b0c0eeba4a9fe72ce3fec1f85a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 11:28:21 -0400 Subject: [pkg] bitmask-js package --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e1e632d5..31b32567 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ package=bitmask PYTHON2=$(shell pyversions -vr) # Prevent setuptools/distribute from accessing the internet. +# but careful! node needs to unset this to get random crap from the intertubes. export http_proxy = http://127.0.0.1:9 %: @@ -28,10 +29,12 @@ override_dh_prep: # this will re-generate the resource files and locales. make -f ./Makefile qt-resources + # build the ui package + cd ui && make clean && make pydist-build + ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # run tests! -# #test-python%: # xvfb-run ./run_tests.sh -x -N -- cgit v1.2.3