From 34ba3b0eb618b00e3ec38681ec3c7bc0efc9b864 Mon Sep 17 00:00:00 2001 From: Mohammed Amar-Bensaber Date: Tue, 27 Aug 2024 22:22:05 +0200 Subject: debian: init shione-config source package --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 7 +++++++ debian/copyright | 8 ++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 6 files changed, 26 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..76462fb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +shione-config (0.1.0) UNRELEASED; urgency=low + + * Initial release. + + -- Mohammed Amar-Bensaber Sun, 24 Aug 2024 16:06:00 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..73cf003 --- /dev/null +++ b/debian/control @@ -0,0 +1,7 @@ +Source: shione-config +Section: tasks +Priority: optional +Maintainer: Mohammed Amar-Bensaber +Rules-Requires-Root: no +Build-Depends: debhelper (>= 13.11~), config-package-dev (>= 4.15~) +Standards-Version: 4.1.0 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8d151d8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://git.shione.net/shione.git +Upstream-Contact: Mohammed Amar-Bensaber + +Files: + * +Copyright: 2024, Mohammed Amar-Bensaber +License: AGPL-3 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a089a9e --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with config-package diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3