Author: fritsd-guest Date: 2007-10-29 23:13:02 +0000 (Mon, 29 Oct 2007) New Revision: 4492
Modified: packages/trunk/gtkradiant/debian/changelog packages/trunk/gtkradiant/debian/control packages/trunk/gtkradiant/debian/patches/00list Log: Fixed GLvoid bug (gcc became stricter?), updated debhelper Build-dep Modified: packages/trunk/gtkradiant/debian/changelog =================================================================== --- packages/trunk/gtkradiant/debian/changelog 2007-10-29 21:27:48 UTC (rev 4491) +++ packages/trunk/gtkradiant/debian/changelog 2007-10-29 23:13:02 UTC (rev 4492) @@ -1,3 +1,10 @@ +gtkradiant (1.5.0.svn20070511-1.2) unstable; urgency=low + + * Fixed GLvoid bug + * Updated Build-depends to debhelper 5 + + -- Frits Daalmans <[EMAIL PROTECTED]> Mon, 29 Oct 2007 23:25:53 +0100 + gtkradiant (1.5.0.svn20070511-1.1) unstable; urgency=low * Non-maintainer upload. Modified: packages/trunk/gtkradiant/debian/control =================================================================== --- packages/trunk/gtkradiant/debian/control 2007-10-29 21:27:48 UTC (rev 4491) +++ packages/trunk/gtkradiant/debian/control 2007-10-29 23:13:02 UTC (rev 4492) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Frits Daalmans <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), scons (>= 0.96), python (>= 2.3.0), libgtkglext1-dev (>= 1.0.0), libxml2 (>= 2.0.0), libxml2-dev (>= 2.0.0), libgtk2.0-dev (>=2.4.0), libmhash-dev (>= 0.9.0), libpng12-dev (>= 1.2.0), zlib1g-dev (>= 1.2.0), subversion, docbook-to-man, dpatch, sharutils +Build-Depends: debhelper (>= 5.0.0), scons (>= 0.96), python (>= 2.3.0), libgtkglext1-dev (>= 1.0.0), libxml2 (>= 2.0.0), libxml2-dev (>= 2.0.0), libgtk2.0-dev (>=2.4.0), libmhash-dev (>= 0.9.0), libpng12-dev (>= 1.2.0), zlib1g-dev (>= 1.2.0), subversion, docbook-to-man, dpatch, sharutils Standards-Version: 3.7.2 Package: gtkradiant Modified: packages/trunk/gtkradiant/debian/patches/00list =================================================================== --- packages/trunk/gtkradiant/debian/patches/00list 2007-10-29 21:27:48 UTC (rev 4491) +++ packages/trunk/gtkradiant/debian/patches/00list 2007-10-29 23:13:02 UTC (rev 4492) @@ -3,3 +3,4 @@ 30_debian_specific_changes.dpatch 50_minor_warnings.dpatch 51_prtview_portals.dpatch +52_glvoid.dpatch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

