Author: fuddl-guest Date: 2011-06-15 09:52:47 +0000 (Wed, 15 Jun 2011) New Revision: 12461
Modified: packages/trunk/bastet/debian/changelog packages/trunk/bastet/debian/control Log: Build-depend on unversioned libbtoos*-dev packages as libboost*1.42-dev packages will be removed in the future. Closes: #630435 Modified: packages/trunk/bastet/debian/changelog =================================================================== --- packages/trunk/bastet/debian/changelog 2011-06-09 18:25:03 UTC (rev 12460) +++ packages/trunk/bastet/debian/changelog 2011-06-15 09:52:47 UTC (rev 12461) @@ -1,3 +1,12 @@ +bastet (0.43-2) unstable; urgency=low + + * Team upload. + * Build-depend on unversioned libboost*-dev packages to prevent a FTBFS in + the future as libboost*1.42-dev packages will be dropped from the archive. + (Closes: #630435) + + -- Bruno "Fuddl" Kleinert <[email protected]> Wed, 15 Jun 2011 11:32:43 +0200 + bastet (0.43-1) unstable; urgency=low [ Evgeni Golov ] Modified: packages/trunk/bastet/debian/control =================================================================== --- packages/trunk/bastet/debian/control 2011-06-09 18:25:03 UTC (rev 12460) +++ packages/trunk/bastet/debian/control 2011-06-15 09:52:47 UTC (rev 12461) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Nacho Barrientos Arias <[email protected]> -Build-Depends: debhelper (>= 8), libncurses5-dev | libncurses-dev, libboost1.42-dev, - libboost-program-options1.42-dev, po-debconf +Build-Depends: debhelper (>= 8), libncurses5-dev | libncurses-dev, libboost-dev, + libboost-program-options-dev, po-debconf Standards-Version: 3.9.1 Homepage: http://fph.altervista.org/prog/bastet.shtml Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bastet/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

