[SCM] Packagaging for Micropolis branch, master, updated. debian/0.0.20071228-2-20-gc412c87
Bruno Kleinert
fuddl at tauware.de
Wed Sep 9 13:15:34 UTC 2009
The following commit has been merged in the master branch:
commit 50b044c485f36f6b91c8311e3a89a9ca6b4823e6
Author: Bruno Kleinert <fuddl at tauware.de>
Date: Wed Sep 9 14:31:47 2009 +0200
Add libsdl-mixer1.2-dev to build dependencies
The Makefile of Micropolis automatically picks up SDL Mixer support, if the
necessary headers are installed on the system. So no other changes should be
required to enable SDL support.
diff --git a/debian/changelog b/debian/changelog
index 2cc75c1..94d2525 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ micropolis-activity (0.0.20071228-4) unstable; urgency=low
* Refresh and modify micropolis-path.patch. Micropolis uses X Shared Memory,
now. The usage of X Shared Memory was originally disabled because it was
buggy but Michael Gernoth's patch fixes the use of X Shared Memory.
+ * Enable sound! Build-depend on libsdl-mixer1.2-dev. Micropolis picks it up
+ automatically if it's there and links against libsdl-mixer.
- -- Bruno "Fuddl" Kleinert <fuddl at debian.org> Wed, 09 Sep 2009 13:49:14 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org> Wed, 09 Sep 2009 14:26:17 +0200
micropolis-activity (0.0.20071228-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index fba14b3..8f2fedd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Miriam Ruiz <little_miry at yahoo.es>,
Clint Adams <schizo at debian.org>,
Christoph Egger <debian at christoph-egger.org>,
Bruno "Fuddl" Kleinert <fuddl at debian.org>
-Build-Depends: debhelper (>= 5), quilt, libx11-dev, libxpm-dev, bison, x11proto-xext-dev, libxext-dev
+Build-Depends: debhelper (>= 5), quilt, libx11-dev, libxpm-dev, bison, x11proto-xext-dev, libxext-dev, libsdl-mixer1.2-dev
Standards-Version: 3.8.3
Homepage: http://www.donhopkins.com/home/micropolis/
Vcs-Git: git://git.debian.org/git/pkg-games/micropolis-activity.git
--
Packagaging for Micropolis
More information about the Pkg-games-commits
mailing list