Author: evgeni Date: 2012-12-26 09:03:47 +0000 (Wed, 26 Dec 2012) New Revision: 13919
Modified: packages/trunk/pokerth/debian/ packages/trunk/pokerth/debian/changelog packages/trunk/pokerth/debian/control Log: start working on 1.0 as betas exist :) Property changes on: packages/trunk/pokerth/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/pokerth_0.9.5.orig.tar.bz2 + http://pkg-games.alioth.debian.org/tarballs/pokerth_1.0~beta2.orig.tar.bz2 Modified: packages/trunk/pokerth/debian/changelog =================================================================== --- packages/trunk/pokerth/debian/changelog 2012-12-23 10:22:15 UTC (rev 13918) +++ packages/trunk/pokerth/debian/changelog 2012-12-26 09:03:47 UTC (rev 13919) @@ -1,3 +1,10 @@ +pokerth (1.0~beta2-1) UNRELEASED; urgency=low + + * New upstream beta release. + * Add protobuf-compiler and libprotobuf-dev to Build-Depends. + + -- Evgeni Golov <[email protected]> Wed, 26 Dec 2012 09:28:44 +0100 + pokerth (0.9.5-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/pokerth/debian/control =================================================================== --- packages/trunk/pokerth/debian/control 2012-12-23 10:22:15 UTC (rev 13918) +++ packages/trunk/pokerth/debian/control 2012-12-26 09:03:47 UTC (rev 13919) @@ -9,7 +9,7 @@ libboost-iostreams-dev (>= 1.42.0), libboost-system-dev (>= 1.42.0), libboost-program-options-dev (>= 1.42.0), libboost-date-time-dev (>= 1.42.0), libboost-regex-dev (>= 1.42.0), libboost-random-dev (>= 1.42.0), - libircclient-dev, libtinyxml-dev + libircclient-dev, libtinyxml-dev, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pokerth/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pokerth/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

