From 354d2bb9b7cb6169178e24450e56beebab927c44 Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Wed, 30 Mar 2022 23:43:28 +0200
Subject: [PATCH] UPD: cleanup

---
 /dev/null  |   43 -------------------------------------------
 .gitignore |    1 +
 2 files changed, 1 insertions(+), 43 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6836a73..1064f5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 *.ddeb
 *.o
 src/CreateSrcCfg
+debian/createcfgfile
diff --git a/debian/createcfgfile/DEBIAN/control b/debian/createcfgfile/DEBIAN/control
deleted file mode 100644
index 8b8c15a..0000000
--- a/debian/createcfgfile/DEBIAN/control
+++ /dev/null
@@ -1,11 +0,0 @@
-Package: createcfgfile
-Version: 1.0.0-1
-Architecture: amd64
-Maintainer: Janis Streib <janis@unknown>
-Installed-Size: 54
-Depends: g4track-lib0 (>= 0.0.2), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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/createcfgfile/DEBIAN/md5sums b/debian/createcfgfile/DEBIAN/md5sums
deleted file mode 100644
index b76c8d3..0000000
--- a/debian/createcfgfile/DEBIAN/md5sums
+++ /dev/null
@@ -1,4 +0,0 @@
-58adaa9291eeef4e5e1eb4448d0c9d4d  usr/bin/CreateSrcCfg
-6d6ced4ec846ea7b4876ba142deb08ed  usr/share/doc/createcfgfile/README.Debian
-a542daf1f67aa72fbec531c908918982  usr/share/doc/createcfgfile/changelog.Debian.gz
-eb4be9861a9b92152fac301aff2c0523  usr/share/doc/createcfgfile/copyright
diff --git a/debian/createcfgfile/usr/bin/CreateSrcCfg b/debian/createcfgfile/usr/bin/CreateSrcCfg
deleted file mode 100755
index 2616d2b..0000000
--- a/debian/createcfgfile/usr/bin/CreateSrcCfg
+++ /dev/null
Binary files differ
diff --git a/debian/createcfgfile/usr/share/doc/createcfgfile/README.Debian b/debian/createcfgfile/usr/share/doc/createcfgfile/README.Debian
deleted file mode 100644
index e0d32fe..0000000
--- a/debian/createcfgfile/usr/share/doc/createcfgfile/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-createcfgfile for Debian
------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Janis Streib <janis@unknown>  Fri, 25 Mar 2022 00:06:24 +0100
diff --git a/debian/createcfgfile/usr/share/doc/createcfgfile/changelog.Debian.gz b/debian/createcfgfile/usr/share/doc/createcfgfile/changelog.Debian.gz
deleted file mode 100644
index 2805de1..0000000
--- a/debian/createcfgfile/usr/share/doc/createcfgfile/changelog.Debian.gz
+++ /dev/null
Binary files differ
diff --git a/debian/createcfgfile/usr/share/doc/createcfgfile/copyright b/debian/createcfgfile/usr/share/doc/createcfgfile/copyright
deleted file mode 100644
index 9d34d99..0000000
--- a/debian/createcfgfile/usr/share/doc/createcfgfile/copyright
+++ /dev/null
@@ -1,43 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: createcfgfile
-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