From 7d45ef6cb28a33c744995722a96891bd1a44c973 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 24 Feb 2022 14:30:02 +0100 Subject: (temporarily) remove debian packaging --- .reuse/dep5 | 6 +++--- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 21 --------------------- debian/copyright | 6 ------ debian/rules | 16 ---------------- debian/source/format | 1 - 7 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/.reuse/dep5 b/.reuse/dep5 index a7b4ee9..5581473 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,6 @@ Upstream-Name: Hydrilla Upstream-Contact: Wojtek Kosior Source: https://hydrillabugs.koszko.org/projects/hydrilla -Files: debian/* -Copyright: 2021, 2022 Wojtek Kosior -License: CC0-1.0 +#Files: debian/* +#Copyright: 2021, 2022 Wojtek Kosior +#License: CC0-1.0 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index ebfe366..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -hydrilla (0.999-1) UNRELEASED; urgency=medium - - * Initial release. - - -- Wojtek Kosior Fri, 05 Nov 2021 15:39:43 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 9a03714..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 \ No newline at end of file diff --git a/debian/control b/debian/control deleted file mode 100644 index 9ba04f3..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -# Hydrilla's debian/control file -# -# Copyright (C) 2021 Wojtek Kosior -# -# Available under the terms of Creative Commons Zero v1.0 Universal. - -Source: pydrilla -Maintainer: Wojtek Kosior -Section: web -Priority: optional -Standards-Version: 4.3.0 -Build-Depends: debhelper (>=11~), dh-python, python3-all, python3-setuptools, python3-flask, python3-pytest - -Package: python3-pydrilla -Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} -Description: serve Hachette packages - Hydrilla (Pydrilla) implements repository server for independent website - resources. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index b60979e..0000000 --- a/debian/copyright +++ /dev/null @@ -1,6 +0,0 @@ -Hydrilla is copyright 2021, 2022 Wojtek Kosior. -Hydrilla can be used under the terms of GNU Affero General Public License -version 3 as published by the Free Software Foundation. - -Additionally, Wojtek Kosior promises not to actually sue for violations of the -license. 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 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 46ebe02..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) \ No newline at end of file -- cgit v1.2.3