[SCM] libglpng -- PNG loader for OpenGL branch, master, updated. upstream/1.45-10-ga08fbe5
Christoph Egger
Christoph.Egger at gmx.de
Sat Dec 5 20:57:19 UTC 2009
The following commit has been merged in the master branch:
commit a08fbe5756a4b87ffd544d3fe05f06e343d33d60
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date: Sat Dec 5 21:57:08 2009 +0100
Fix building with binutils gold, source 3.0 and other minor stuff
diff --git a/Makefile b/Makefile
index 0daf632..1ba5c5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS=-Wall -g -O3 -fPIC -I$(shell pwd)/include
-LDFLAGS=-lpng -lGL
+LDFLAGS=-lpng -lGL -lm
SHAREDLIBFLAGS=-shared
DESTDIR=/usr/local
DOCDIR=$(DESTDIR)/share/doc/libglpng
diff --git a/debian/changelog b/debian/changelog
index a7702bc..517fe9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libglpng (1.45-8) unstable; urgency=low
+
+ * Version build-dependency on debhelper
+ * Convert to 3.0 (quilt)
+ * Link against libm (Closes: #558889)
+
+ -- Christoph Egger <debian at christoph-egger.org> Sat, 05 Dec 2009 21:30:03 +0100
+
libglpng (1.45-5) unstable; urgency=low
* Adoptiong Package for the games team (Closes: #414525)
diff --git a/debian/control b/debian/control
index 2931854..5ab46be 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Christoph Egger <debian at christoph-egger.org>
-Build-Depends: debhelper, libpng12-dev, libgl1-mesa-dev | libgl-dev
+Build-Depends: debhelper (>= 5.0), libpng12-dev, libgl1-mesa-dev | libgl-dev
Standards-Version: 3.8.1
Package: libglpng
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
libglpng -- PNG loader for OpenGL
More information about the Pkg-games-commits
mailing list