debian: init shione-config source package
This commit is contained in:
parent
ef465844c9
commit
34ba3b0eb6
6 changed files with 26 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
10
|
7
debian/control
vendored
Normal file
7
debian/control
vendored
Normal 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
8
debian/copyright
vendored
Normal 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
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with config-package
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
Loading…
Reference in a new issue