From 2998c8bf7d7fa3cbd4f08f7cbe0d353d940e92aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Dec 2021 17:46:01 +0100 Subject: Adding debian version 20211204-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 21 +++++++++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/rules | 21 +++++++++++++++++++++ debian/source/format | 1 + debian/upstream/signing-key.asc | 14 ++++++++++++++ 6 files changed, 87 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/signing-key.asc diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..387ab0b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +open-infrastructure-root-shell (20211204-1) sid; urgency=low + + * Initial release. + + -- Daniel Baumann Sat, 04 Dec 2021 17:43:50 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..43476f7 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: open-infrastructure-root-shell +Section: admin +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Homepage: https://open-infrastructure.net/software/root-shell +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-root-shell +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-root-shell + +Package: open-infrastructure-root-shell +Section: admin +Architecture: all +Depends: + ${misc:Depends}, +Provides: + root-shell, +Description: hack to gain root privileges + FIXME. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b012a23 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: root-shell +Upstream-Contact: Open Infrastructure +Source: https://get.open-infrastructure.net/software/root-shell + +Files: * +Copyright: 2014-2021 Daniel Baumann +License: GPL-3+ + +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program 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 . + . + The full text of the GNU General Public License version 3 + can be found in the file /usr/share/common-licenses/GPL-3. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f2a01c2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +PACKAGE := open-infrastructure-container-tools + +%: + dh ${@} + +override_dh_auto_build: + # disabled + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/$(PACKAGE) + +execute_after_dh_auto_install: + rm -f debian/$(PACKAGE)/usr/share/doc/*/CHANGELOG.txt + rm -f debian/$(PACKAGE)/usr/share/doc/*/LICENSE.txt + + mv debian/$(PACKAGE)/usr/share/doc/* debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) + +override_dh_installsystemd: + dh_installsystemd --no-restart-after-upgrade --no-start --no-stop-on-upgrade 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/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..1e1884d --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEXAKTMBYJKwYBBAHaRw8BAQdAqmmCJDP5dgZLR8JflHZa4QF86ahh9gW7/5bd +HUkkrsS0N0RhbmllbCBCYXVtYW5uIDxkYW5pZWwuYmF1bWFubkBvcGVuLWluZnJh +c3RydWN0dXJlLm5ldD6IkAQTFggAOBYhBIrjR8Yn591RIGv9hLYsYaELkxlfBQJc +ApMwAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJELYsYaELkxlf2NUBAPyZ +GPLameJQ0qqdYhLW9fXqZgsnEEjndBJJWcCgpPolAQDfovZ1AsjVssTV9vcajOWw +dNa6PGI/gWqoCCqsbK4GC7g4BFwCkzASCisGAQQBl1UBBQEBB0C0e0KJyQVQE8de +THs48MotPKrefjhM0a22iziA8jWkXQMBCAeIeAQYFggAIBYhBIrjR8Yn591RIGv9 +hLYsYaELkxlfBQJcApMwAhsMAAoJELYsYaELkxlfMIwA/1JQ/fItM3rCfXb/yKIL +5CNQ4UhrEY0YPHjhAAJAQ8bFAQDlQbUiVlqDVatOh+BIK6cPGjE+FYvuRArIuZHv +rlmxCA== +=Tn5F +-----END PGP PUBLIC KEY BLOCK----- -- cgit v1.2.3