r11396 - packages/trunk/chromium-bsu/debian
Paul Wise
pabs at alioth.debian.org
Fri Oct 8 04:38:15 UTC 2010
Author: pabs
Date: 2010-10-08 04:38:14 +0000 (Fri, 08 Oct 2010)
New Revision: 11396
Modified:
packages/trunk/chromium-bsu/debian/changelog
packages/trunk/chromium-bsu/debian/control
packages/trunk/chromium-bsu/debian/rules
Log:
glpng is going to be removed from Debian, switch to SDL_image
Modified: packages/trunk/chromium-bsu/debian/changelog
===================================================================
--- packages/trunk/chromium-bsu/debian/changelog 2010-10-04 13:47:36 UTC (rev 11395)
+++ packages/trunk/chromium-bsu/debian/changelog 2010-10-08 04:38:14 UTC (rev 11396)
@@ -1,3 +1,9 @@
+chromium-bsu (0.9.14.1-2) unstable; urgency=low
+
+ * glpng is going to be removed from Debian, switch to SDL_image
+
+ -- Paul Wise <pabs at debian.org> Fri, 08 Oct 2010 12:37:29 +0800
+
chromium-bsu (0.9.14.1-1) unstable; urgency=low
* New upstream release
Modified: packages/trunk/chromium-bsu/debian/control
===================================================================
--- packages/trunk/chromium-bsu/debian/control 2010-10-04 13:47:36 UTC (rev 11395)
+++ packages/trunk/chromium-bsu/debian/control 2010-10-08 04:38:14 UTC (rev 11396)
@@ -9,7 +9,6 @@
libsdl-image1.2-dev,
libopenal-dev (>= 0.2005080600),
libalut-dev,
- libglpng-dev,
libglu1-mesa-dev,
libglc-dev
Standards-Version: 3.8.4
Modified: packages/trunk/chromium-bsu/debian/rules
===================================================================
--- packages/trunk/chromium-bsu/debian/rules 2010-10-04 13:47:36 UTC (rev 11395)
+++ packages/trunk/chromium-bsu/debian/rules 2010-10-08 04:38:14 UTC (rev 11396)
@@ -6,4 +6,4 @@
dh --with autotools_dev $@ --parallel
override_dh_auto_configure:
- dh_auto_configure -- CXXFLAGS="$(CXXFLAGS) -Wall" --bindir=/usr/games --datadir=/usr/share/games
+ dh_auto_configure -- CXXFLAGS="$(CXXFLAGS) -Wall" --bindir=/usr/games --datadir=/usr/share/games --disable-glpng
More information about the Pkg-games-commits
mailing list