r9738 - packages/trunk/clanlib/debian
Barry deFreese
bdefreese at alioth.debian.org
Fri May 15 20:59:16 UTC 2009
Author: bdefreese
Date: 2009-05-15 20:59:16 +0000 (Fri, 15 May 2009)
New Revision: 9738
Modified:
packages/trunk/clanlib/debian/changelog
packages/trunk/clanlib/debian/control
Log:
* Update my e-mail address.
* Remove build-dep and suggests for hermes1. (Closes: #513951).
* Add ${misc:Depends} for debhelper package.
* Bump Standards Version to 3.8.1.
Refresh changelog.
Modified: packages/trunk/clanlib/debian/changelog
===================================================================
--- packages/trunk/clanlib/debian/changelog 2009-05-15 20:03:28 UTC (rev 9737)
+++ packages/trunk/clanlib/debian/changelog 2009-05-15 20:59:16 UTC (rev 9738)
@@ -1,9 +1,16 @@
-clanlib (0.8.1-2) UNRELEASED; urgency=low
+clanlib (0.8.1-2) unstable; urgency=low
- * Fixing Lintian Error about obsolete package
+ [ Christoph Egger ]
+ * Fixing Lintian Error about obsolete package.
- -- Christoph Egger <Christoph.Egger at gmx.de> Tue, 08 Jul 2008 17:47:50 +0200
+ [ Barry deFreese ]
+ * Update my e-mail address.
+ * Remove build-dep and suggests for hermes1. (Closes: #513951).
+ * Add ${misc:Depends} for debhelper package.
+ * Bump Standards Version to 3.8.1.
+ -- Barry deFreese <bdefreese at debian.org> Fri, 15 May 2009 16:40:36 -0400
+
clanlib (0.8.1-1) unstable; urgency=low
[ Sam Hocevar ]
Modified: packages/trunk/clanlib/debian/control
===================================================================
--- packages/trunk/clanlib/debian/control 2009-05-15 20:03:28 UTC (rev 9737)
+++ packages/trunk/clanlib/debian/control 2009-05-15 20:59:16 UTC (rev 9738)
@@ -2,10 +2,10 @@
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>= 5.0), quilt, autoconf, automake1.9, bzip2, hermes1-dev, libesd0-dev, libfreetype6-dev, libglu1-mesa-dev | libgl-dev, libjpeg62-dev, libmikmod2-dev, libpng12-dev, libvorbis-dev (>= 1.0.0-3), libxt-dev, libxxf86vm-dev, pkg-config, zlib1g-dev, libxmu-dev, libxi-dev, libsdl1.2-dev, libsdl-gfx1.2-dev, xsltproc, libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386]
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>
+Build-Depends: debhelper (>= 5.0), quilt, autoconf, automake1.9, bzip2, libesd0-dev, libfreetype6-dev, libglu1-mesa-dev | libgl-dev, libjpeg62-dev, libmikmod2-dev, libpng12-dev, libvorbis-dev (>= 1.0.0-3), libxt-dev, libxxf86vm-dev, pkg-config, zlib1g-dev, libxmu-dev, libxi-dev, libsdl1.2-dev, libsdl-gfx1.2-dev, xsltproc, libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386]
Build-Conflicts: libutahglx-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Homepage: http://www.clanlib.org/
Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/clanlib
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/clanlib/
@@ -13,7 +13,7 @@
Package: libclanapp-0.8-1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ClanLib game SDK runtime
ClanLib is a multi-platform software development kit, with an emphasis on
game development.
@@ -35,7 +35,7 @@
Package: libclansdl-0.8-1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SDL module for ClanLib game SDK
ClanLib delivers a platform independent interface to write games with.
If a game is written with ClanLib, it should be possible to compile the
@@ -54,8 +54,8 @@
Package: libclanlib-dev
Section: libdevel
Architecture: any
-Depends: libclanapp-0.8-1, libclansdl-0.8-1
-Recommends: hermes1-dev, libfreetype6-dev, libglu1-mesa-dev | xlibmesa-dev | libgl-dev, libjpeg62-dev, libmikmod2-dev, libpng12-0-dev, libvorbis-dev
+Depends: libclanapp-0.8-1, libclansdl-0.8-1, ${misc:Depends}
+Recommends: libfreetype6-dev, libglu1-mesa-dev | xlibmesa-dev | libgl-dev, libjpeg62-dev, libmikmod2-dev, libpng12-0-dev, libvorbis-dev
Conflicts: clanlib0-common, libutahglx-dev, clanlib2 (<< 0.6.1-1-3), clanlib-dev
Provides: clanlib-dev
Replaces: clanlib-dev
@@ -81,6 +81,7 @@
Package: clanlib-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Conflicts: clanlib0-docs, clanlib-examples (<< 0.8.0-1)
Replaces: clanlib-examples (<< 0.8.0-1)
Description: Reference documentation and tutorials for ClanLib
@@ -98,4 +99,3 @@
.
This package contains html documentation for the ClanLib API and some
tutorials to ease the learning curve for programming with it.
-
More information about the Pkg-games-commits
mailing list