From 48e3f3ec6672ba89420338fdfa76018e46750c9e Mon Sep 17 00:00:00 2001 From: Janis Streib <me@janis-streib.de> Date: Wed, 30 Mar 2022 23:44:14 +0200 Subject: [PATCH] cleanup --- /dev/null | 43 ------------------------------------------- .gitignore | 1 + 2 files changed, 1 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index 4ce0f4f..c6def23 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ *.ddeb *.o src/g4display +debian/g4display diff --git a/debian/g4display/DEBIAN/control b/debian/g4display/DEBIAN/control deleted file mode 100644 index ac4ecaf..0000000 --- a/debian/g4display/DEBIAN/control +++ /dev/null @@ -1,11 +0,0 @@ -Package: g4display -Version: 1.0.0-1 -Architecture: amd64 -Maintainer: Janis Streib <janis@unknown> -Installed-Size: 62 -Depends: g4track-lib0 (>= 0.0.2), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgl1, libglib2.0-0 (>= 2.12.0), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.14.0), libgtkglext1, libstdc++6 (>= 5) -Section: unknown -Priority: optional -Homepage: <insert the upstream URL, if relevant> -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> diff --git a/debian/g4display/DEBIAN/md5sums b/debian/g4display/DEBIAN/md5sums deleted file mode 100644 index 1df763b..0000000 --- a/debian/g4display/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -ad250f6846e478ffeeca7914263e9fab usr/bin/g4display -bd88fab83c6f614b0a11bfabdce42f4a usr/share/doc/g4display/README.Debian -7233b27a297cc97287b0120b09c3ea4e usr/share/doc/g4display/changelog.Debian.gz -952f91a74872a377c00a98107eda72cd usr/share/doc/g4display/copyright diff --git a/debian/g4display/usr/bin/g4display b/debian/g4display/usr/bin/g4display deleted file mode 100755 index 2ebe9e2..0000000 --- a/debian/g4display/usr/bin/g4display +++ /dev/null Binary files differ diff --git a/debian/g4display/usr/share/doc/g4display/README.Debian b/debian/g4display/usr/share/doc/g4display/README.Debian deleted file mode 100644 index 2413a76..0000000 --- a/debian/g4display/usr/share/doc/g4display/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -g4display for Debian -------------------- - -<possible notes regarding this package - if none, delete this file> - - -- Janis Streib <janis@unknown> Fri, 25 Mar 2022 00:23:45 +0100 diff --git a/debian/g4display/usr/share/doc/g4display/changelog.Debian.gz b/debian/g4display/usr/share/doc/g4display/changelog.Debian.gz deleted file mode 100644 index 55757be..0000000 --- a/debian/g4display/usr/share/doc/g4display/changelog.Debian.gz +++ /dev/null Binary files differ diff --git a/debian/g4display/usr/share/doc/g4display/copyright b/debian/g4display/usr/share/doc/g4display/copyright deleted file mode 100644 index 4168e99..0000000 --- a/debian/g4display/usr/share/doc/g4display/copyright +++ /dev/null @@ -1,43 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: g4display -Upstream-Contact: <preferred name and address to reach the upstream project> -Source: <url://example.com> - -Files: * -Copyright: <years> <put author's name and email here> - <years> <likewise for another author> -License: <special license> - <Put the license of the package here indented by 1 space> - <This follows the format of Description: lines in control file> - . - <Including paragraphs> - -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines -Files: debian/* -Copyright: 2022 Janis Streib <janis@unknown> -License: GPL-2+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see <https://www.gnu.org/licenses/> - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. -# -# If you need, there are some extra license texts available in two places: -# /usr/share/debhelper/dh_make/licenses/ -# /usr/share/common-licenses/ -- Gitblit v1.9.1