This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository minetest-mod-unifieddyes.
commit cea9b280d212251afc952b86ebddd6dad0eb5f13 Author: Julien Puydt <[email protected]> Date: Tue Feb 28 09:45:32 2017 +0100 Initial packaging work --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 1 + debian/install | 6 ++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 2 ++ 9 files changed, 68 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5030012 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +minetest-mod-unifieddyes (0.4.15-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #856342) + + -- Julien Puydt <[email protected]> Mon, 11 Jul 2016 08:37:53 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1feeb9b --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: minetest-mod-unifieddyes +Section: games +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: Julien Puydt <[email protected]> +Build-Depends: debhelper (>= 10) +Standards-Version: 3.9.8 +Homepage: https://github.com/minetest-mods/unifieddyes +Vcs-Git: https://anonscm.debian.org/git/pkg-games/minetest-mod-unifieddyes.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/minetest-mod-unifieddyes.git + +Package: minetest-mod-unifieddyes +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, minetest | minetest-server +Description: Minetest mod providing a unified dye specification + This minetest extension adds a whole lot of colors, crafting recipes + and details on how colors should work in the game. + . + It is an extension of the standard dye set of the game from 15 to 90 colors. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cf6d16b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unifieddyes +Source: https://github.com/minetest-mods/unifieddyes + +Files: * +Copyright: Vanessa Ezekowitz +License: GPL-2+ + +Files: debian/* +Copyright: 2017 Julien Puydt <[email protected]> +License: GPL-2+ + +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 <http://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". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..0763047 --- /dev/null +++ b/debian/install @@ -0,0 +1,6 @@ +mod.conf usr/share/games/minetest/mods/unifieddyes +locale usr/share/games/minetest/mods/unifieddyes +textures usr/share/games/minetest/mods/unifieddyes +depends.txt usr/share/games/minetest/mods/unifieddyes +description.txt usr/share/games/minetest/mods/unifieddyes +init.lua usr/share/games/minetest/mods/unifieddyes diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b041b8b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/minetest-mods/unifieddyes/tags .*/archive/([\d]+.[\d]+.[\d]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-unifieddyes.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

