Add debian packaging
This commit is contained in:
parent
4e1c50c650
commit
296ffb4483
6 changed files with 53 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
tileos-system-adjustments (1.0-1~tileos) unstable; urgency=medium
|
||||
|
||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 16 May 2023 13:12:52 +0400
|
13
debian/control
vendored
Normal file
13
debian/control
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Source: tileos-system-adjustments
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.6.0
|
||||
Homepage: https://github.com/Tile-OS/tileos-system-adjustments
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: tileos-system-adjustments
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Various system settings and tweaks for TileOS
|
27
debian/copyright
vendored
Normal file
27
debian/copyright
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: tileos-system-adjustments
|
||||
Upstream-Contact: samoilov.lex@gmail.com
|
||||
Source: https://github.com/Tile-OS/tileos-system-adjustments
|
||||
|
||||
Files: *
|
||||
Copyright: 2023 Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2023 Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||
License: GPL-2+
|
||||
This package 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 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package 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 <https://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
5
debian/rules
vendored
Normal file
5
debian/rules
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
2
debian/tileos-system-adjustments.install
vendored
Normal file
2
debian/tileos-system-adjustments.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/etc
|
||||
/var
|
Loading…
Add table
Reference in a new issue