This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository minetest-mod-nether.
commit 468a27b7a47513b2cf90b7be469c9b2eedc3b88c Author: Julien Puydt <[email protected]> Date: Fri Oct 28 19:59:12 2016 +0200 Depend on a correct moreblocks package --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 32d326b..ed4dcc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ minetest-mod-nether (2-2) UNRELEASED; urgency=medium * Ship schematics too (Closes: #841010) + * Depend on a correct moreblocks package (Closes: #834596) -- Julien Puydt <[email protected]> Fri, 28 Oct 2016 07:29:20 +0200 diff --git a/debian/control b/debian/control index 22efed3..7a47684 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-games/minetest-mod-nether.git Package: minetest-mod-nether Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, minetest | minetest-server +Depends: ${shlibs:Depends}, ${misc:Depends}, minetest-mod-moreblocks (>= 0~20161028), minetest | minetest-server Description: Minetest mod - Nether portals and materials This minetest extension adds a deep underground realm with different map generators. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-nether.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

