aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-24 14:30:02 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-24 15:40:54 +0100
commit7d45ef6cb28a33c744995722a96891bd1a44c973 (patch)
tree00a7b5420f344c4e8e703536ac4833ebdbc625ca
parent0bbc3083754a72d9352246ad346e2b98e44a955d (diff)
downloadhaketilo-hydrilla-7d45ef6cb28a33c744995722a96891bd1a44c973.tar.gz
haketilo-hydrilla-7d45ef6cb28a33c744995722a96891bd1a44c973.zip
(temporarily) remove debian packaging
-rw-r--r--.reuse/dep56
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rw-r--r--debian/copyright6
-rwxr-xr-xdebian/rules16
-rw-r--r--debian/source/format1
7 files changed, 3 insertions, 53 deletions
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 <koszko@koszko.org>
Source: https://hydrillabugs.koszko.org/projects/hydrilla
-Files: debian/*
-Copyright: 2021, 2022 Wojtek Kosior <koszko@koszko.org>
-License: CC0-1.0
+#Files: debian/*
+#Copyright: 2021, 2022 Wojtek Kosior <koszko@koszko.org>
+#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 <koszko@koszko.org> 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 <koszko@koszko.org>
-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