diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a0880f7..0000000 --- a/debian/rules +++ /dev/null @@ -1,16 +0,0 @@ -#! /usr/bin/make -f - -# SPDX-License-Identifier: CC0-1.0 - -# Hydrilla's debian/rules file -# -# Copyright (C) 2021 Wojtek Kosior -# -# Available under the terms of Creative Commons Zero v1.0 Universal. - -export DH_VERBOSE = 1 -export PYBUILD_NAME = pydrilla -export PYBUILD_TEST_PYTEST = 1 - -%: - dh $@ --with python3 --buildsystem=pybuild |