Author: pdewacht-guest Date: 2013-07-01 06:30:55 +0000 (Mon, 01 Jul 2013) New Revision: 14384
Modified: packages/trunk/bulletml/debian/changelog packages/trunk/bulletml/debian/control Log: bulletml: add dpkg-dev (>= 1.16.1~) build-dep Because the package uses /usr/share/dpkg/buildflags.mk (In principle not needed as even stable has 1.16.10, but ftpmaster runs an older lintian which insists on it.) Modified: packages/trunk/bulletml/debian/changelog =================================================================== --- packages/trunk/bulletml/debian/changelog 2013-06-30 21:04:17 UTC (rev 14383) +++ packages/trunk/bulletml/debian/changelog 2013-07-01 06:30:55 UTC (rev 14384) @@ -9,7 +9,7 @@ * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev * Upgraded Standards-Version to 3.9.4 - -- Peter De Wachter <[email protected]> Sun, 30 Jun 2013 13:34:16 +0200 + -- Peter De Wachter <[email protected]> Mon, 01 Jul 2013 08:04:22 +0200 bulletml (0.0.6-5) unstable; urgency=low Modified: packages/trunk/bulletml/debian/control =================================================================== --- packages/trunk/bulletml/debian/control 2013-06-30 21:04:17 UTC (rev 14383) +++ packages/trunk/bulletml/debian/control 2013-07-01 06:30:55 UTC (rev 14384) @@ -1,8 +1,14 @@ Source: bulletml Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter <[email protected]> -Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), bison +Uploaders: + Miriam Ruiz <[email protected]>, + Peter De Wachter <[email protected]> +Build-Depends: + debhelper (>= 9), + dpkg-dev (>= 1.16.1~), + dh-exec (>= 0.3), + bison Standards-Version: 3.9.4 Section: libs Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bulletml/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

