Author: fourmond Date: 2010-03-11 19:33:54 +0000 (Thu, 11 Mar 2010) New Revision: 10828
Modified: packages/trunk/gimp-dds/debian/changelog packages/trunk/gimp-dds/debian/control Log: [gimp-dds] New upstream release fixing the off-by-one problem when generating mipmaps Modified: packages/trunk/gimp-dds/debian/changelog =================================================================== --- packages/trunk/gimp-dds/debian/changelog 2010-03-10 23:08:45 UTC (rev 10827) +++ packages/trunk/gimp-dds/debian/changelog 2010-03-11 19:33:54 UTC (rev 10828) @@ -1,3 +1,13 @@ +gimp-dds (2.0.9-1) unstable; urgency=low + + * Drop dependency on quilt, unneeded for 3.0 (quilt) + * New upstream release: + - fix the off-by-one mistake in mipmap generation (closes: #564111, + #564113). Thanks to Michalis Kamburelis for spotting and Shawn Kirst + for fixing ! + + -- Vincent Fourmond <[email protected]> Thu, 11 Mar 2010 20:25:24 +0100 + gimp-dds (2.0.7-2) unstable; urgency=medium * Converted to source format 3.0 (quilt) Modified: packages/trunk/gimp-dds/debian/control =================================================================== --- packages/trunk/gimp-dds/debian/control 2010-03-10 23:08:45 UTC (rev 10827) +++ packages/trunk/gimp-dds/debian/control 2010-03-11 19:33:54 UTC (rev 10828) @@ -4,7 +4,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Vincent Fourmond <[email protected]> Build-Depends: debhelper (>= 5), libgimp2.0-dev (>=2.6), pkg-config, - quilt, libgtk2.0-dev + libgtk2.0-dev Standards-Version: 3.8.4 Homepage: http://nifelheim.dyndns.org/~cocidius/dds/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gimp-dds _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

