debian: init shione-config source package

This commit is contained in:
Mohammed Amar-Bensaber 2024-08-27 22:22:05 +02:00
parent ef465844c9
commit 34ba3b0eb6
Signed by: renken
GPG key ID: 1F2BB159B645E575
6 changed files with 26 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -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

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
10

7
debian/control vendored Normal file
View file

@ -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

8
debian/copyright vendored Normal file
View file

@ -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

4
debian/rules vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with config-package

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (native)