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

Michael Gilbert michael.s.gilbert at gmail.com
Sun Nov 27 02:58:57 UTC 2011


The following commit has been merged in the master branch:
commit 278defac48d88bb3ff77b8984ae7e29fbd51a5bf
Author: Michael Gilbert <michael.s.gilbert at gmail.com>
Date:   Fri Oct 28 23:23:37 2011 -0400

    remove images containing text (does this break it?)

diff --git a/data/fontlucida.png b/data/fontlucida.png
deleted file mode 100644
index c63fa02..0000000
Binary files a/data/fontlucida.png and /dev/null differ
diff --git a/data/menulogo.png b/data/menulogo.png
deleted file mode 100644
index 76595c4..0000000
Binary files a/data/menulogo.png and /dev/null differ
diff --git a/debian/control b/debian/control
index 1414859..ee2b61a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
 Build-Depends:
  debhelper (>= 8),
  cmake,
- help2man,
  libbz2-dev,
  libpng12-dev,
  libjpeg8-dev,
diff --git a/debian/rules b/debian/rules
index 5f4ab04..ba0e83a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,9 @@ override_dh_auto_clean:
 	    src/jthread/Makefile \
 	    src/jthread/cmake_install.cmake \
 	    src/jthread/libjthread.a \
-	    src/sqlite
+	    src/sqlite \
+	    data/menulogo.png \
+	    data/fontlucida.png
 
 override_dh_auto_build:
 	cmake .

-- 
InfiniMiner/Minecraft-inspired open game world



More information about the Pkg-games-commits mailing list