Codebase list minetest-mod-skyblock / 13e3a65
Initial packaging Julien Puydt 5 years ago
9 changed file(s) with 85 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 minetest-mod-skyblock (0.2.3-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #903152)
3
4 -- Julien Puydt <jpuydt@debian.org> Wed, 11 Jul 2018 13:26:52 +0200
0 Source: minetest-mod-skyblock
1 Section: games
2 Priority: optional
3 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
4 Uploaders: Julien Puydt <jpuydt@debian.org>
5 Build-Depends: debhelper (>= 11)
6 Standards-Version: 4.1.5
7 Homepage: https://github.com/cornernote/minetest-skyblock
8 Vcs-Git: https://salsa.debian.org/games-team/minetest-mod-skyblock.git
9 Vcs-Browser: https://salsa.debian.org/games-team/minetest-mod-skyblock
10
11 Package: minetest-mod-skyblock
12 Architecture: all
13 Depends: minetest-mod-protector, ${misc:Depends}, ${shlibs:Depends}
14 Description: Minetest module to add a Crusoe-like minigame
15 This minetest module provide game mechanics to start from a small
16 island in the sky with minimal capacities and build everything from
17 there.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unified_inventory
2 Homepage: https://github.com/cornernote/minetest-skyblock/
3
4 Files: *
5 Copyright: 2012-2018 cornernote
6 License: GPL-3
7
8 Files: skyblock/textures/skyblock_*.png
9 Comment: taken from the Alphabet mod (https://forum.minetest.net/viewtopic.php?id=2312)
10 Copyright: 2009 cactuz_pl
11 License: GPL-3
12
13 Files: skyblock/textures/checkbox_*.png
14 Comment: https://opengameart.org/content/lpc-pennomis-ui-elements
15 Copyright: 2012 pennomi
16 License: GPL-3
17
18 Files: skyblock/textures/craft.png skyblock/textures/goals.png skyblock/textures/inventory.png skyblock/textures/rewards.png
19 Copyright: cornernote
20 License: GPL-3
21
22 Files: debian/*
23 Copyright: 2018 Julien Puydt <jpuydt@debian.org>
24 License: GPL-3
25
26 License: GPL-3
27 This program is free software; you can redistribute it and/or modify
28 it under the terms of the version 3 of the GNU General Public License
29 as published by the Free Software Foundation.
30 .
31 This program is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 GNU General Public License for more details.
35 .
36 You should have received a copy of the GNU General Public License
37 along with this program; if not, write to the Free Software
38 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
39 .
40 On Debian systems, the complete text of the GNU General Public
41 License version 3 can be found in `/usr/share/common-licenses/GPL-3'
0 README.md
0 modpack.txt /usr/share/games/minetest/mods/skyblock/
1 skyblock /usr/share/games/minetest/mods/skyblock/
2 skyblock_levels /usr/share/games/minetest/mods/skyblock/
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
4
5 override_dh_auto_build:
6 mv skyblock/textures/README.*.txt .
7
8 override_dh_auto_clean:
9 if test -f README.alphabet.txt; then \
10 mv README.*.txt skyblock/textures/ ; \
11 fi
0 3.0 (quilt)
0 version=4
1 https://github.com/cornernote/minetest-skyblock/releases .*/([\d\.]+).tar.gz