Author: hamish-guest Date: 2011-07-01 07:30:14 +0000 (Fri, 01 Jul 2011) New Revision: 3032
Added: packages/opencpn/trunk/debian/README.lucid Log: instructions on how to build for ubuntu/lucid (or debian/lenny) Added: packages/opencpn/trunk/debian/README.lucid =================================================================== --- packages/opencpn/trunk/debian/README.lucid (rev 0) +++ packages/opencpn/trunk/debian/README.lucid 2011-07-01 07:30:14 UTC (rev 3032) @@ -0,0 +1,13 @@ +The current packaging depends on libtinyxml-dev, which does not exist in +debian prior to Squeeze nor Ubuntu prior to Maverick. + +To build on Ubuntu Lucid (et al.), you'll have to edit the +debian/patches/series file and remove the use_pkg_tinyxml.patch line, +edit debian/rules and stop the tinyxml and tinystr files from being +deleted, and edit the debian/control file and remove the build-depends +on libtinyxml-dev. + +Then it will build as expected, using the embedded local copy. + + +HB 1 July 2011 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

