Author: tolimar Date: 2008-01-29 19:45:29 +0000 (Tue, 29 Jan 2008) New Revision: 5549
Modified: packages/trunk/fillets-ng/debian/changelog packages/trunk/fillets-ng/debian/control Log: Adding pkg-config to build-depends Modified: packages/trunk/fillets-ng/debian/changelog =================================================================== --- packages/trunk/fillets-ng/debian/changelog 2008-01-29 18:06:44 UTC (rev 5548) +++ packages/trunk/fillets-ng/debian/changelog 2008-01-29 19:45:29 UTC (rev 5549) @@ -1,3 +1,10 @@ +fillets-ng (0.8.0-2) unstable; urgency=low + + * Adding pkg-config to build-depends, fixing problem of libfribidi not + beeing fround during configuring + + -- Alexander Schmehl <[EMAIL PROTECTED]> Tue, 29 Jan 2008 20:44:25 +0100 + fillets-ng (0.8.0-1) unstable; urgency=low * The "happy new year" new upstream release (Closes: #457932). Modified: packages/trunk/fillets-ng/debian/control =================================================================== --- packages/trunk/fillets-ng/debian/control 2008-01-29 18:06:44 UTC (rev 5548) +++ packages/trunk/fillets-ng/debian/control 2008-01-29 19:45:29 UTC (rev 5549) @@ -5,7 +5,7 @@ Uploaders: Alexander Schmehl <[EMAIL PROTECTED]>, Gerfried Fuchs <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), quilt, liblua50-dev, libsdl1.2-dev, libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev, - liblualib50-dev, libx11-dev, sharutils, libfribidi-dev + liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng/?op=log _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

