[megaglest] 94/143: Updated to 3.9.1 upstream release

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository megaglest.

commit c08a27f17cc0293891e84b9a096bb3a8e4f22271
Author: Mark Vejvoda <mark_vejvoda at hotmail.com>
Date:   Thu Jan 16 19:24:53 2014 +0000

    Updated to 3.9.1 upstream release
---
 debian/changelog               | 11 +++++++++++
 debian/control                 |  8 ++++----
 debian/megaglest.README.Debian |  2 ++
 debian/megaglest.TODO          |  6 ++++++
 debian/rules                   | 11 +++++++++--
 debian/watch                   |  2 +-
 6 files changed, 33 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7f955d..7d1a5ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+megaglest (3.9.1-1) unstable; urgency=low
+
+  [ Mark Vejvoda ]
+  * New upstream release
+    - Fixes build dependency defects (Closes: #733074)
+      (Closes: #662429)
+      (Closes: #723790)
+    - Fixed error handling conditions (Closes: #716693)
+
+ -- Mark Vejvoda <mark_vejvoda at hotmail.com>  Wed, 15 Jan 2014 21:01:59 +0800
+
 megaglest (3.7.1-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 0a19643..62030d8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
  help2man,
  libcurl4-gnutls-dev | libcurl4-nss-dev,
  libfontconfig1-dev,
+ libfribidi-dev,
  libftgl-dev,
  libglew-dev,
  libircclient-dev,
@@ -20,14 +21,14 @@ Build-Depends:
  libminiupnpc-dev,
  libogg-dev,
  libopenal-dev,
- libpng12-dev,
+ libpng-dev,
  libsdl1.2-dev,
- libvlc-dev,
  libvorbis-dev,
  libwxgtk2.8-dev,
- libxerces-c2-dev,
+ libxerces-c-dev,
  libxml2-dev,
  libz-dev,
+ libcppunit-dev,
  xauth,
  xvfb
 Standards-Version: 3.9.4
@@ -46,7 +47,6 @@ Depends:
  p7zip-full,
  ttf-dejavu-core,
  ttf-wqy-zenhei,
- vlc,
  ${misc:Depends},
  ${shlibs:Depends}
 Description: 3D multi-player real time strategy game
diff --git a/debian/megaglest.README.Debian b/debian/megaglest.README.Debian
index 323bd49..269a0b9 100644
--- a/debian/megaglest.README.Debian
+++ b/debian/megaglest.README.Debian
@@ -3,5 +3,7 @@ MegaGlest for Debian
 
 If your glx version is lower
 than 1.3 set CheckGlCaps=0 in the ~/.megaglest/glestuser.ini file.
+or pass the following command line parameter: --disable-opengl-checks
 
+ -- Mark Vejvoda <mark_vejvoda at hotmail.com>  Thu, 31 Oct 2013 21:01:59 -0800
  -- Giuseppe Borzi <gborzi at ieee.org>, Mon, 12 Dec 2005 20:27:08 +0100
diff --git a/debian/megaglest.TODO b/debian/megaglest.TODO
index f4f0632..8e9eaa6 100644
--- a/debian/megaglest.TODO
+++ b/debian/megaglest.TODO
@@ -1,3 +1,9 @@
+ Megaglest has experimental code to support big endian but needs to be tested 
+ on native hardware. To test this, all players must pass the following
+ commandline parameter: --enable-new-protocol
+
+ -- Mark Vejvoda <mark_vejvoda at hotmail.com>  Thu, 31 Oct 2013 21:01:59 -0800
+
 - make the game big endian friendly (post started on glest
   forum: http://www.glest.org/board2/viewtopic.php?t=1426)
 - see what patches were added by other distros
diff --git a/debian/rules b/debian/rules
index 0750eec..585aeff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,21 @@
 # -*- makefile -*-
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/
+	dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ -DWANT_DEV_OUTPATH=ON
 
 override_dh_strip:
 	dh_strip --dbg-package=megaglest-dbg
 
 override_dh_installchangelogs:
-	dh_installchangelogs CHANGELOG.txt
+	dh_installchangelogs docs/CHANGELOG.txt
 
 %:
 	dh $@ --parallel
 
+override_dh_auto_clean:
+	
+	# Remove embedded libraries from Irrlicht source
+	rm -rf mk/linux/mojosetup/
+	
+	dh_auto_clean
+
diff --git a/debian/watch b/debian/watch
index 3ca38b9..6913f5f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/megaglest/megaglest-source-([\d.]+)\.(?:zip|tar\.gz|tar\.bz2|tar\.xz)
+https://github.com/MegaGlest/megaglest-source/releases .*/megaglest-source-([\d.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git



More information about the Pkg-games-commits mailing list