This is an automated email from the git hooks/post-receive script. frankie pushed a commit to branch master in repository ossim.
commit b338e701fb072cd39549735697c1556d77506294 Author: Francesco Paolo Lovergine <[email protected]> Date: Wed Mar 5 13:55:21 2014 +0100 Removed cmake modules not more supported. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9a08cab..f422ec1 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,6 @@ override_dh_auto_install: # Add here any variable or target overrides you need. CMAKE_OPTS = \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_MODULE_PATH=$(CURDIR)/CMakeModules \ -DBUILD_OSSIM_FRAMEWORKS=ON \ -DBUILD_OSSIM_FREETYPE_SUPPORT=ON \ -DBUILD_OSSIM_ID_SUPPORT=ON \ @@ -36,6 +35,7 @@ CMAKE_OPTS = \ -DGEOS_LIBRARY="/usr/lib/libgeos.so;/usr/lib/libgeos_c.so" \ -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \ -DGEOTIFF_LIBRARY=/usr/lib/libgeotiff.so +# -DCMAKE_MODULE_PATH=$(CURDIR)/CMakeModules \ override_dh_auto_configure: [ -d debian/build ] || mkdir debian/build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

