diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 8 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 |
6 files changed, 26 insertions, 0 deletions
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 <renken@shione.net> 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 <renken@shione.net> +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 <renken@shione.net> + +Files: + * +Copyright: 2024, Mohammed Amar-Bensaber <renken@shione.net> +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) |