From 296ffb4483d926d013ef7d24f101316077f4c2b4 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 16 May 2023 16:28:40 +0400 Subject: [PATCH] Add debian packaging --- debian/changelog | 5 +++++ debian/control | 13 ++++++++++++ debian/copyright | 27 ++++++++++++++++++++++++ debian/rules | 5 +++++ debian/source/format | 1 + debian/tileos-system-adjustments.install | 2 ++ 6 files changed, 53 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format create mode 100644 debian/tileos-system-adjustments.install diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..44e00df --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +tileos-system-adjustments (1.0-1~tileos) unstable; urgency=medium + + * Initial release (Closes: #nnnn) + + -- Aleksey Samoilov Tue, 16 May 2023 13:12:52 +0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ed063e4 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: tileos-system-adjustments +Section: admin +Priority: optional +Maintainer: Aleksey Samoilov +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 +Homepage: https://github.com/Tile-OS/tileos-system-adjustments +Rules-Requires-Root: no + +Package: tileos-system-adjustments +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Various system settings and tweaks for TileOS diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7caf1f8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tileos-system-adjustments +Upstream-Contact: samoilov.lex@gmail.com +Source: https://github.com/Tile-OS/tileos-system-adjustments + +Files: * +Copyright: 2023 Aleksey Samoilov +License: GPL-2+ + +Files: debian/* +Copyright: 2023 Aleksey Samoilov +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 + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..abde6ef --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tileos-system-adjustments.install b/debian/tileos-system-adjustments.install new file mode 100644 index 0000000..dfef24e --- /dev/null +++ b/debian/tileos-system-adjustments.install @@ -0,0 +1,2 @@ +/etc +/var