[quesoglc] 01/01: 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:15:43 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 a139e95b529f2cdcdafaf536571d674b71a2106d
Author: Paul Wise <pabs at debian.org>
Date:   Fri Sep 16 13:15:22 2016 +0800

    Switch to embedded code copy of GLEW since the version in unstable was an uncoordinated transition that completely drops MX support (Closes: #680441)
---
 debian/changelog      | 4 +++-
 debian/control        | 3 ++-
 debian/patches/series | 3 ++-
 debian/rules          | 4 +++-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a933a98..e96e5e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ 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
@@ -11,6 +10,9 @@ 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)
 
  -- Anton Balashov <sicness at darklogic.ru>  Mon, 19 Aug 2013 22:04:55 +0400
 
diff --git a/debian/control b/debian/control
index 163c339..ea01213 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends:
  libfreetype6-dev,
  libfribidi-dev,
  libgl1-mesa-dev | libgl-dev,
- libglewmx-dev | libglewmx1.6-dev | libglewmx1.5-dev (>= 1.5.1-4),
+# Disabled because GLEW 2.0.0 completely dropped MX support
+# 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 272996c..082ed93 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 00_fix_as-needed.diff
-01_fix_glew_search.diff
+# Disabled because GLEW 2.0.0 completely dropped MX support
+#01_fix_glew_search.diff
 02_fix_chinese_fonts.diff
diff --git a/debian/rules b/debian/rules
index ccaf701..a5492bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,9 @@ override_dh_autoreconf:
 	dh_autoreconf
 
 override_dh_auto_configure:
-	rm -rf src/glew.c src/fribidi
+	# Disabled because GLEW 2.0.0 completely dropped MX support
+	#rm -rf src/glew.c
+	rm -rf src/fribidi
 	dh_auto_configure
 
 override_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