[SCM] InfiniMiner/Minecraft-inspired open game world branch, master, updated. upstream/0.2.20110731.3-29-g29f7114

Michael Gilbert michael.s.gilbert at gmail.com
Sun Nov 27 09:22:26 UTC 2011


The following commit has been merged in the master branch:
commit 95c512cb7620e9aba330f95b2f6e00a9defa122d
Author: Michael Gilbert <michael.s.gilbert at gmail.com>
Date:   Sun Nov 27 04:09:03 2011 -0500

    add debug package

diff --git a/debian/changelog b/debian/changelog
index 6e1abf6..95364b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ minetest (0.3.1+dfsg-1) unstable; urgency=low
   * Install freedesktop menu and icons.
   * Fix watch file for dfsg name.
   * Install to /usr/games.
+  * Add a debug package.
 
  -- Michael Gilbert <michael.s.gilbert at gmail.com>  Sat, 26 Nov 2011 22:27:53 -0500
 
diff --git a/debian/control b/debian/control
index 4c465a5..9aebf49 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,26 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/minetest.git
 
 Package: minetest
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: InfiniMiner/Minecraft-inspired open game world
  minetest-c55 is a minecraft-inspired game written from scratch and licensed
  under the GPL (version 2 or later). It supports both survival and creative
  modes along with multiplayer support, dynamic lighting, and an "infinite" map
  generator.
+
+Package: minetest-dbg
+Architecture: any
+Section: debug
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ minetest (= ${binary:Version}),
+Description: InfiniMiner/Minecraft-inspired open game world debugging symbols
+ minetest-c55 is a minecraft-inspired game written from scratch and licensed
+ under the GPL (version 2 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.
diff --git a/debian/minetest.install b/debian/minetest.install
index 145a829..8a27b4d 100644
--- a/debian/minetest.install
+++ b/debian/minetest.install
@@ -1,3 +1,4 @@
 minetest.png usr/share/icons/hicolor/24x24/apps
 minetest.xpm usr/share/icons/hicolor/24x24/apps
 minetest.svg usr/share/icons/hicolor/scalable/apps
+usr/games/*
diff --git a/debian/rules b/debian/rules
index 59874b6..a42ee44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,9 @@ override_dh_auto_build:
 	cp minetest-icon.svg minetest.svg
 	convert minetest.png minetest.xpm
 
+override_dh_strip:
+	dh_strip --dbg-package=minetest-dbg
+
 get-orig-source:
 	uscan && mv ../${version} ../minetest_${version}.orig.tar.gz || true
 	cd ${tmpdir} && \

-- 
InfiniMiner/Minecraft-inspired open game world



More information about the Pkg-games-commits mailing list