Author: frankie Date: 2011-05-12 18:46:47 +0000 (Thu, 12 May 2011) New Revision: 2995
Modified: packages/ogdi-dfsg/trunk/debian/changelog packages/ogdi-dfsg/trunk/debian/control packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch packages/ogdi-dfsg/trunk/debian/patches/makefile.dpatch Log: Fixed #618130 Modified: packages/ogdi-dfsg/trunk/debian/changelog =================================================================== --- packages/ogdi-dfsg/trunk/debian/changelog 2011-05-10 18:25:54 UTC (rev 2994) +++ packages/ogdi-dfsg/trunk/debian/changelog 2011-05-12 18:46:47 UTC (rev 2995) @@ -1,3 +1,10 @@ +ogdi-dfsg (3.2.0~beta2-7) unstable; urgency=low + + * Fixed tcl.h path to use the default Tcl version. + (closes: #618130) + + -- Francesco Paolo Lovergine <[email protected]> Thu, 12 May 2011 20:44:48 +0200 + ogdi-dfsg (3.2.0~beta2-6) unstable; urgency=low [ David Paleino ] Modified: packages/ogdi-dfsg/trunk/debian/control =================================================================== --- packages/ogdi-dfsg/trunk/debian/control 2011-05-10 18:25:54 UTC (rev 2994) +++ packages/ogdi-dfsg/trunk/debian/control 2011-05-12 18:46:47 UTC (rev 2995) @@ -2,7 +2,7 @@ Priority: extra Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, libexpat1-dev, libproj-dev, dpatch, tcl-dev (>=8.4) +Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, libexpat1-dev, libproj-dev, dpatch, tcl-dev (>= 8.4) Standards-Version: 3.8.4 Section: libs Homepage: http://ogdi.sourceforge.net/ Modified: packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch =================================================================== --- packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch 2011-05-10 18:25:54 UTC (rev 2994) +++ packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch 2011-05-12 18:46:47 UTC (rev 2995) @@ -55,7 +55,7 @@ + +UCB_STATICLIB = + -+TCL_INCLUDE = -I/usr/include/tcl8.4 ++TCL_INCLUDE = -I/usr/include/tcl +TCL_LINKLIB = + +# Modified: packages/ogdi-dfsg/trunk/debian/patches/makefile.dpatch =================================================================== --- packages/ogdi-dfsg/trunk/debian/patches/makefile.dpatch 2011-05-10 18:25:54 UTC (rev 2994) +++ packages/ogdi-dfsg/trunk/debian/patches/makefile.dpatch 2011-05-12 18:46:47 UTC (rev 2995) @@ -15,7 +15,7 @@ UCB_STATICLIB = -TCL_INCLUDE = -I/usr/include/tcl8.3 -+TCL_INCLUDE = -I/usr/include/tcl8.4 ++TCL_INCLUDE = -I/usr/include/tcl TCL_LINKLIB = # _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

