From bc34f45ca003196c9d727836dad724646bc37ba6 Mon Sep 17 00:00:00 2001 From: Janis Streib <me@janis-streib.de> Date: Mi., 30 März 2022 23:42:29 +0200 Subject: [PATCH] UPD: better ignore, cleanup --- /dev/null | 43 ------------------------------------------- .gitignore | 1 + 2 files changed, 1 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index dd3c455..49fa7f0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ *.ddeb *.o src/g4term +debian/g4term diff --git a/debian/g4term/DEBIAN/control b/debian/g4term/DEBIAN/control deleted file mode 100644 index 1e24415..0000000 --- a/debian/g4term/DEBIAN/control +++ /dev/null @@ -1,11 +0,0 @@ -Package: g4term -Version: 1.0.0-1 -Architecture: amd64 -Maintainer: Janis Streib <janis@unknown> -Installed-Size: 50 -Depends: g4track-lib0 (>= 0.0.2), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), 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/g4term/DEBIAN/md5sums b/debian/g4term/DEBIAN/md5sums deleted file mode 100644 index c1b4d2e..0000000 --- a/debian/g4term/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -18699a0eb4d752465b156f7d1504b9d5 usr/bin/g4term -d9f7df6b4b1ac7b9ea636dc8495e89b1 usr/share/doc/g4term/README.Debian -42007ed1252e87adbebf87a834dcc0d4 usr/share/doc/g4term/changelog.Debian.gz -3ec142d2b8b24e8c3932e174c0966e80 usr/share/doc/g4term/copyright diff --git a/debian/g4term/usr/bin/g4term b/debian/g4term/usr/bin/g4term deleted file mode 100755 index b8d9dfb..0000000 --- a/debian/g4term/usr/bin/g4term +++ /dev/null Binary files differ diff --git a/debian/g4term/usr/share/doc/g4term/README.Debian b/debian/g4term/usr/share/doc/g4term/README.Debian deleted file mode 100644 index 1380fef..0000000 --- a/debian/g4term/usr/share/doc/g4term/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -g4term for Debian ----------------- - -<possible notes regarding this package - if none, delete this file> - - -- Janis Streib <janis@unknown> Fri, 25 Mar 2022 00:21:08 +0100 diff --git a/debian/g4term/usr/share/doc/g4term/changelog.Debian.gz b/debian/g4term/usr/share/doc/g4term/changelog.Debian.gz deleted file mode 100644 index 56b51ca..0000000 --- a/debian/g4term/usr/share/doc/g4term/changelog.Debian.gz +++ /dev/null Binary files differ diff --git a/debian/g4term/usr/share/doc/g4term/copyright b/debian/g4term/usr/share/doc/g4term/copyright deleted file mode 100644 index 3309ca4..0000000 --- a/debian/g4term/usr/share/doc/g4term/copyright +++ /dev/null @@ -1,43 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: g4term -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