[hyperrogue] 29/30: Remove patch for glew again. Apparently glew.c is not used at all.
Markus Koschany
apo at moszumanska.debian.org
Fri Sep 9 22:55:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository hyperrogue.
commit a4bae51b838cec02873e04281d293a7041f54c1e
Author: Markus Koschany <apo at debian.org>
Date: Sat Sep 10 00:30:05 2016 +0200
Remove patch for glew again. Apparently glew.c is not used at all.
---
debian/changelog | 3 +--
debian/control | 1 -
debian/patches/series | 1 -
debian/patches/system-glew.patch | 21 ---------------------
4 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6eb713a..6f75634 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,7 @@ hyperrogue (8.3j+dfsg-1) unstable; urgency=medium
* Add system-dejavu.patch and replace 10-fontconfig.patch.
* Drop 01-sdl_wm.patch. Fixed upstream.
* d/control: Only depend on fonts-dejavu-core for hyperrouge.
- * Add system-glew.patch and link against the system library of glew.
- * d/control: Build-depend on libglew-dev and libpng-dev.
+ * d/control: Build-depend on libpng-dev.
* Update copyright for new release and add missing licenses.
* Update debian/clean and ensure that the package can be built twice in a
row.
diff --git a/debian/control b/debian/control
index 5097eac..09a11c5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
debhelper (>= 9),
libfontconfig-dev,
libgl1-mesa-dev,
- libglew-dev,
libpng-dev,
libsdl-gfx1.2-dev,
libsdl-mixer1.2-dev,
diff --git a/debian/patches/series b/debian/patches/series
index 12d7922..9a309fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
system-dejavu.patch
-system-glew.patch
diff --git a/debian/patches/system-glew.patch b/debian/patches/system-glew.patch
deleted file mode 100644
index 646a07a..0000000
--- a/debian/patches/system-glew.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 9 Sep 2016 23:51:51 +0200
-Subject: system glew
-
----
- src/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 6e91eba..b82e63c 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -9,7 +9,7 @@ hyper.o: hyper.cpp graph.cpp hyperpoint.cpp geometry.cpp cell.cpp heptagon.cpp g
- g++ hyper.cpp -c -o hyper.o -DFHS -Wall ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -O3 -DLINUX
-
- hyper: hyper.o savepng-loc.o
-- g++ savepng-loc.o hyper.o -o hyper -lSDL -lSDL_ttf -lSDL_mixer -lSDL_gfx ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -lGL -lpng
-+ g++ savepng-loc.o hyper.o -o hyper -lSDL -lSDL_ttf -lSDL_mixer -lSDL_gfx ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -lGL -lpng -lGLEW
-
- langen: langen.cpp language-cz.cpp language-pl.cpp language-tr.cpp language-ru.cpp
- g++ langen.cpp -o langen
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hyperrogue.git
More information about the Pkg-games-commits
mailing list