Codebase list minetest-mod-infinite-chest / c02dde2
Initial packaging Julien Puydt 5 years ago
9 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 minetest-mod-infinite-chest (1.0.1-1) UNRELEASED; urgency=medium
1
2 * Initial release. (Closes: #875935)
3
4 -- Julien Puydt <jpuydt@debian.org> Mon, 30 Apr 2018 11:00:43 +0200
0 Source: minetest-mod-infinite-chest
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.4
7 Homepage: https://github.com/cornernote/minetest-infinite_chest
8 Vcs-Git: https://salsa.debian.org/games-team/minetest-mod-infinite-chest.git
9 Vcs-Browser: https://salsa.debian.org/games-team/minetest-mod-infinite-chest
10
11 Package: minetest-mod-infinite-chest
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, minetest | minetest-server
14 Description: Minetest module to get chests with an infinite number of slots
15 This minetest module provide chests where you can't run out of slots. The
16 last accessed slot appears at the top of the list, and you can name your
17 slots to easily find your items.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: minetest-infinite_chest
2 Homepage: https://github.com/cornernote/minetest-infinite_chest
3
4 Files: *
5 Copyright: 2012-2018 Brett O'Donnell
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2018 Julien Puydt <jpuydt@debian.org>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are
15 met:
16 .
17 * Redistributions of source code must retain the above copyright notice,
18 this list of conditions and the following disclaimer.
19 .
20 * Redistributions in binary form must reproduce the above copyright notice,
21 this list of conditions and the following disclaimer in the documentation
22 and/or other materials provided with the distribution.
23 .
24 * Neither the name of the organization nor the names of its contributors
25 may be used to endorse or promote products derived from this software
26 without specific prior written permission.
27 .
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 README.md
0 infinite_chest/*lua /usr/share/games/minetest/mods/infinite_chest/
1 infinite_chest/depends.txt /usr/share/games/minetest/mods/infinite_chest/
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 version=4
1 https://github.com/cornernote/minetest-infinite_chest/releases .*/([\d\.]+).tar.gz