chore: better reuse compliance

This commit is contained in:
Daniel Wolf 2024-03-28 10:54:59 -04:00
parent 6b13cd74c0
commit ca05f2c388
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
5 changed files with 63 additions and 3 deletions

View File

@ -3,10 +3,54 @@ Upstream-Name: docker-quake2-yamagi
Upstream-Contact: Daniel Wolf <nephatrine@gmail.com>
Source: https://code.nephatrine.net/NephNET/docker-quake2-yamagi
Files: override/etc/s6-overlay/*
Copyright: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
Files: override/etc/s6-overlay/s6-rc.d/q2ded/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/*
Files: override/etc/s6-overlay/s6-rc.d/q2ded-watcher/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/quake2_data/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/q2ded/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/q2ded-watcher/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/quake2_data/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/user/contents.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/3zb2/.filelist
Copyright: 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/baseq2/server.cfg
Copyright: 2021 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/ctf/.filelist
Copyright: 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/openffa/.noclient
Copyright: 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/opentdm/.noclient
Copyright: 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/q2admin/howto.txt
Copyright: 2021 - 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC

View File

@ -1,2 +1,6 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
foreground { /command/with-contenv /bin/sh /usr/local/bin/quake2-shutdown }

View File

@ -1 +1,6 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
# NOTHING

View File

@ -1,4 +1,7 @@
#!/command/with-contenv /bin/bash
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
export HOME=/mnt/config/home
export GAME_START=${GAME_START:-"+exec server.cfg"}

View File

@ -1,2 +1,6 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
foreground { /command/with-contenv /bin/sh /usr/local/bin/quake2-install }