From 332b2342cd2991d29ae67b93e249d405d4b10264 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 1 Dec 2018 14:27:27 +0300 Subject: [PATCH] delete repo files --- repo/debian/changelog | 5 ----- repo/debian/compat | 1 - repo/debian/control | 12 ------------ repo/debian/copyright | 26 -------------------------- repo/debian/install | 2 -- repo/debian/rules | 6 ------ repo/debian/source/format | 1 - repo/debian/source/options | 1 - 8 files changed, 54 deletions(-) delete mode 100644 repo/debian/changelog delete mode 100644 repo/debian/compat delete mode 100644 repo/debian/control delete mode 100644 repo/debian/copyright delete mode 100644 repo/debian/install delete mode 100755 repo/debian/rules delete mode 100644 repo/debian/source/format delete mode 100644 repo/debian/source/options diff --git a/repo/debian/changelog b/repo/debian/changelog deleted file mode 100644 index 0b1a2be6..00000000 --- a/repo/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -demon-editor (0.4.0-1~ppa1) bionic; urgency=low - - * Initial release - - -- Dmitriy Yefremov Tue, 02 Oct 2018 12:41:40 +0300 diff --git a/repo/debian/compat b/repo/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/repo/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/repo/debian/control b/repo/debian/control deleted file mode 100644 index c4c72d42..00000000 --- a/repo/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: demon-editor -Section: utils -Priority: optional -Maintainer: Dmitriy Yefremov -Build-Depends: python3 (>= 3.5), debhelper (>= 10) -Standards-Version: 4.1.2 - -Package: demon-editor -Architecture: all -Depends: python3 (>= 3.5) -Description: Enigma2 channel and satellites list editor - diff --git a/repo/debian/copyright b/repo/debian/copyright deleted file mode 100644 index 8a737879..00000000 --- a/repo/debian/copyright +++ /dev/null @@ -1,26 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Contact: Dmitriy Yefremov -Source: https://github.com/DYefremov/DemonEditor - -Files: * -MIT License - -Copyright (c) 2018 Dmitriy Yefremov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/repo/debian/install b/repo/debian/install deleted file mode 100644 index 6e9d20ba..00000000 --- a/repo/debian/install +++ /dev/null @@ -1,2 +0,0 @@ -usr/share /usr -usr/bin /usr diff --git a/repo/debian/rules b/repo/debian/rules deleted file mode 100755 index 74a34835..00000000 --- a/repo/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -export PYBUILD_NAME=demon-editor - -%: - dh $@ - diff --git a/repo/debian/source/format b/repo/debian/source/format deleted file mode 100644 index 89ae9db8..00000000 --- a/repo/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/repo/debian/source/options b/repo/debian/source/options deleted file mode 100644 index cb61fa52..00000000 --- a/repo/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -extend-diff-ignore = "^[^/]*[.]egg-info/"