This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit 0f9f38b155723e064897edfd7b8b37f03c53542e Author: Bas Couwenberg <[email protected]> Date: Wed Dec 16 15:19:00 2015 +0100 Use consistent indentation. --- debian/rules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index 9fee589..ae58220 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,8 @@ endif %: dh $@ --buildsystem cmake \ - --sourcedirectory=$(CURDIR) \ - --builddirectory=$(CURDIR)/debian/build + --sourcedirectory=$(CURDIR) \ + --builddirectory=$(CURDIR)/debian/build # Add here any variable or target overrides you need. CMAKE_OPTS = \ @@ -30,14 +30,14 @@ CMAKE_OPTS = \ -DBUILD_OSSIM_MPI_SUPPORT=OFF \ -DBUILD_OSSIM_TEST_APPS=ON \ -DBUILD_SHARED_LIBS=ON \ - -DGEOS_C_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \ - -DGEOS_INCLUDE_DIR=/usr/include/geos \ - -DGEOS_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos.so \ - -DGEOS_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \ - -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \ + -DGEOS_C_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \ + -DGEOS_INCLUDE_DIR=/usr/include/geos \ + -DGEOS_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos.so \ + -DGEOS_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \ + -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \ -DCMAKE_MODULE_PATH=$(CURDIR)/CMakeModules \ - -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ - -DGEOTIFF_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeotiff.so + -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ + -DGEOTIFF_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeotiff.so 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

