This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository minetest-v04x.
commit da394dbd1cfda0d6f682af5a034ec0bae5350103 Author: Markus Koschany <[email protected]> Date: Fri May 27 20:28:09 2016 +0200 Drop minetest-dbg because it was replaced by the automatic -dbgsym package. --- debian/control | 14 -------------- debian/rules | 3 --- 2 files changed, 17 deletions(-) diff --git a/debian/control b/debian/control index 1717828..823480a 100644 --- a/debian/control +++ b/debian/control @@ -52,20 +52,6 @@ Description: Multiplayer infinite-world block sandbox modes along with multiplayer support, dynamic lighting, and an "infinite" map generator. -Package: minetest-dbg -Architecture: any -Section: debug -Depends: - minetest (= ${binary:Version}) | minetest-server (= ${binary:Version}), - ${misc:Depends} -Description: Multiplayer infinite-world block sandbox (debugging symbols) - 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 debugging symbols in case something goes wrong. - Package: minetest-server Architecture: any Depends: diff --git a/debian/rules b/debian/rules index cd5d459..266de95 100755 --- a/debian/rules +++ b/debian/rules @@ -85,9 +85,6 @@ override_dh_install: cp util/minetestmapper.py debian/minetest-data/usr/games/minetest-mapper cp util/colors.txt debian/minetest-data/usr/share/games/minetest/minetestmapper-colors.txt -override_dh_strip: - dh_strip --dbg-package=minetest-dbg - get-orig-source: uscan --verbose --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

