diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-24 14:30:02 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-24 15:40:54 +0100 |
commit | 7d45ef6cb28a33c744995722a96891bd1a44c973 (patch) | |
tree | 00a7b5420f344c4e8e703536ac4833ebdbc625ca /debian/rules | |
parent | 0bbc3083754a72d9352246ad346e2b98e44a955d (diff) | |
download | haketilo-hydrilla-7d45ef6cb28a33c744995722a96891bd1a44c973.tar.gz haketilo-hydrilla-7d45ef6cb28a33c744995722a96891bd1a44c973.zip |
(temporarily) remove debian packaging
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 |