Author: vcheng Date: 2014-03-17 01:37:25 +0000 (Mon, 17 Mar 2014) New Revision: 14963
Modified: packages/trunk/0ad/debian/changelog packages/trunk/0ad/debian/control Log: 0ad: Add build-dep on libgloox-dev (>= 1.0.9) Modified: packages/trunk/0ad/debian/changelog =================================================================== --- packages/trunk/0ad/debian/changelog 2014-03-12 01:09:08 UTC (rev 14962) +++ packages/trunk/0ad/debian/changelog 2014-03-17 01:37:25 UTC (rev 14963) @@ -1,3 +1,10 @@ +0ad (0.0.15+dfsg-4) UNRELEASED; urgency=medium + + * Build-dep on libgloox-dev (>= 1.0.9) to ensure that 0ad is built with + latest gloox to avoid lobby connectivity issues. + + -- Vincent Cheng <[email protected]> Sun, 16 Mar 2014 18:35:42 -0700 + 0ad (0.0.15+dfsg-3) unstable; urgency=medium * Repack tarball to remove minified javascript files without source in Modified: packages/trunk/0ad/debian/control =================================================================== --- packages/trunk/0ad/debian/control 2014-03-12 01:09:08 UTC (rev 14962) +++ packages/trunk/0ad/debian/control 2014-03-17 01:37:25 UTC (rev 14963) @@ -12,7 +12,7 @@ libboost-signals-dev, libcurl4-gnutls-dev | libcurl4-dev, libenet-dev (>= 1.3), - libgloox-dev, + libgloox-dev (>= 1.0.9), libjpeg-dev, libminiupnpc-dev, libmozjs185-dev, _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

