r4754 - packages/trunk/wormux/debian
Eddy Petrisor
eddyp-guest at alioth.debian.org
Sat Nov 24 10:58:53 UTC 2007
Author: eddyp-guest
Date: 2007-11-24 10:58:53 +0000 (Sat, 24 Nov 2007)
New Revision: 4754
Modified:
packages/trunk/wormux/debian/changelog
packages/trunk/wormux/debian/control
packages/trunk/wormux/debian/control.in
Log:
link against libcurl-gnutls.so.4 since wormux is GPL-ed and a licence exception would be needed to link against openssl curl (yes Rhonda, after all you were somewhat right, but only due to the libcurl mess :-P
Modified: packages/trunk/wormux/debian/changelog
===================================================================
--- packages/trunk/wormux/debian/changelog 2007-11-24 04:25:32 UTC (rev 4753)
+++ packages/trunk/wormux/debian/changelog 2007-11-24 10:58:53 UTC (rev 4754)
@@ -19,8 +19,11 @@
debian/rules rule that wraps the same script to make its purpose more
obvious
* include new upstream release 0.8beta3
+ * build depend explicitly libcurl4-gnutls-dev since:
+ - we don't need openssl specific stuff
+ - wormux is GPL-ed and linking against openssl would need an exception
- -- Eddy Petrișor <eddy.petrisor at gmail.com> Sat, 24 Nov 2007 03:16:15 +0200
+ -- Eddy Petrișor <eddy.petrisor at gmail.com> Sat, 24 Nov 2007 12:42:17 +0200
wormux (0.8beta2-2) unstable; urgency=low
Modified: packages/trunk/wormux/debian/control
===================================================================
--- packages/trunk/wormux/debian/control 2007-11-24 04:25:32 UTC (rev 4753)
+++ packages/trunk/wormux/debian/control 2007-11-24 10:58:53 UTC (rev 4754)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, gnulib (>= 0.0.20041014-2), debhelper (>= 5), patchutils (>= 0.2.25), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl4-gnutls-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
Package: wormux
Modified: packages/trunk/wormux/debian/control.in
===================================================================
--- packages/trunk/wormux/debian/control.in 2007-11-24 04:25:32 UTC (rev 4753)
+++ packages/trunk/wormux/debian/control.in 2007-11-24 10:58:53 UTC (rev 4754)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
-Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
+Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl4-gnutls-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
Package: wormux
More information about the Pkg-games-commits
mailing list