1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: minetest
Section: games
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Michael Gilbert <mgilbert@debian.org>,
Martin Quinson <mquinson@debian.org>,
Markus Koschany <apo@debian.org>
Build-Depends:
cmake,
debhelper (>= 10),
dh-systemd (>= 1.5),
gettext,
imagemagick,
libbz2-dev,
libcurl4-gnutls-dev,
libfreetype6-dev,
libglu1-mesa-dev,
libirrlicht-dev (>= 1.7.0),
libjpeg-dev,
libjsoncpp-dev,
libleveldb-dev,
libluajit-5.1-dev [i386 amd64 kfreebsd-i386 armel armhf powerpc powerpcspe mips] | liblua5.1-dev,
libogg-dev,
libopenal-dev,
libpng-dev,
libsqlite3-dev,
libvorbis-dev,
libx11-dev,
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://minetest.net/
Vcs-Git: https://anonscm.debian.org/git/pkg-games/minetest-v04x.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/minetest-v04x.git
Package: minetest
Architecture: any
Depends:
minetest-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts:
minetestc55
Suggests:
minetest-mod-moreblocks,
minetest-mod-moreores,
minetest-mod-pipeworks,
minetest-server
Description: Multiplayer infinite-world block sandbox
Minetest is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
Package: minetest-server
Architecture: any
Depends:
adduser,
lsb-base (>= 3.0-6),
minetest-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Multiplayer infinite-world block sandbox (server)
Minetest is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
.
This is the minetest server package.
Package: minetest-data
Architecture: all
Depends:
fonts-droid-fallback,
fonts-liberation,
python,
python-imaging,
${misc:Depends}
Breaks:
minetest (<< 0.4.14+repack-1),
minetest-common
Conflicts:
minetest-common
Replaces:
minetest (<< 0.4.14+repack-1),
minetest-common
Description: Multiplayer infinite-world block sandbox (data files)
Minetest is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
.
These are the files used by both client and server packages, such as
the textures and other graphical files and the standard mods.
|