[quesoglc] 01/01: Revert "Switch to embedded code copy of GLEW since the version in unstable was an uncoordinated transition that completely drops MX support (Closes: #680441)"

Paul Wise pabs at moszumanska.debian.org
Fri Sep 16 05:55:50 UTC 2016


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

pabs pushed a commit to branch master
in repository quesoglc.

commit 48e30dcaa988d0eaffd07a25127c1d7602d89e8a
Author: Paul Wise <pabs at debian.org>
Date:   Fri Sep 16 13:54:59 2016 +0800

    Revert "Switch to embedded code copy of GLEW since the version in unstable was an uncoordinated transition that completely drops MX support (Closes: #680441)"
    
    I'll reintroduce the glewmx packages since other packages use glewmx too.
    
    This reverts commit a139e95b529f2cdcdafaf536571d674b71a2106d.
---
 debian/changelog      | 4 +---
 debian/control        | 3 +--
 debian/patches/series | 3 +--
 debian/rules          | 6 ++----
 4 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4de1b14..4c1ba78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ quesoglc (0.7.2-6) UNRELEASED; urgency=low
 
   [ Anton Balashov ]
   * Team upload.
+  * Added Build-Depend on libglewmx-dev (Closes: #680441)
   * Omited "An" in the package description
   * Updated Standards-Version to 3.9.4
   * Extended description for libglc0
@@ -10,9 +11,6 @@ quesoglc (0.7.2-6) UNRELEASED; urgency=low
   * Wrap and sort control/install files
   * Remove Bradley Smith from Uploaders (Closes: #674891)
   * Use cgit for Vcs-Browser and https for Vcs-*
-  * Switch to embedded code copy of GLEW since
-    the version in unstable was an uncoordinated
-    transition that completely drops MX support (Closes: #680441)
   * Do not build or install the static library
 
  -- Anton Balashov <sicness at darklogic.ru>  Mon, 19 Aug 2013 22:04:55 +0400
diff --git a/debian/control b/debian/control
index ea01213..163c339 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Build-Depends:
  libfreetype6-dev,
  libfribidi-dev,
  libgl1-mesa-dev | libgl-dev,
-# Disabled because GLEW 2.0.0 completely dropped MX support
-# libglewmx-dev | libglewmx1.6-dev | libglewmx1.5-dev (>= 1.5.1-4),
+ libglewmx-dev | libglewmx1.6-dev | libglewmx1.5-dev (>= 1.5.1-4),
  libglu1-mesa-dev | libglu-dev
 Standards-Version: 3.9.4
 Homepage: http://quesoglc.sourceforge.net/
diff --git a/debian/patches/series b/debian/patches/series
index 082ed93..272996c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 00_fix_as-needed.diff
-# Disabled because GLEW 2.0.0 completely dropped MX support
-#01_fix_glew_search.diff
+01_fix_glew_search.diff
 02_fix_chinese_fonts.diff
diff --git a/debian/rules b/debian/rules
index fdf2384..ccaf701 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,8 @@ override_dh_autoreconf:
 	dh_autoreconf
 
 override_dh_auto_configure:
-	# Disabled because GLEW 2.0.0 completely dropped MX support
-	#rm -rf src/glew.c
-	rm -rf src/fribidi
-	dh_auto_configure -- --disable-static
+	rm -rf src/glew.c src/fribidi
+	dh_auto_configure
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Pkg-games-commits mailing list