#! /usr/bin/make -f
#
# 	Nicotine+
#	Copyright (C) 2021 Nicotine+ Team
#	Copyright (C) 2016 Kip Warner. Released under the GPLv3 or later.
#

# Output every command that modifies files on the build system...
DH_VERBOSE = 1
export DH_OPTIONS=-v

# Disable shares test, since shares are not saved for some reason...
# Disable version test during Pybuild process, since Pybuild sets the proxy to 127.0.0.1:9.
# We don't have internet access...
export PYBUILD_TEST_ARGS=-k "not test_shares and not test_version"

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