This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 5e0bf0bd3c010a1110bfa6131431f082d4ff6b66 Author: Bas Couwenberg <[email protected]> Date: Thu Dec 24 16:03:44 2015 +0100 Fix indentation and collapse double space into one. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a61f258..bd1ad4c 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ templates: for TEMPLATE in $(TEMPLATES) ; do \ sed -e 's/@SOVERSION@/$(OTB_VERSION_SONAME)-1/g' $$TEMPLATE > `echo $$TEMPLATE | sed 's/.lintian-overrides.in$$/-$(OTB_VERSION_SONAME)-1.lintian-overrides/'` ; \ - done + done sed -e 's/@SOVERSION@/$(OTB_VERSION_SONAME)-1/g' debian/control.in > debian/control sed -e 's/@SOVERSION@/$(OTB_VERSION_SONAME)/g' debian/libotb-dev.install.in > debian/libotb-dev.install @@ -70,7 +70,7 @@ OTB_LIB_DIRS = $(CURDIR)/debian/tmp/usr/lib dh $@ --with pkgkde_symbolshelper --parallel override_dh_auto_configure: templates - dh_auto_configure -- $(CMAKE_FLAGS) + dh_auto_configure -- $(CMAKE_FLAGS) override_dh_makeshlibs: dh_makeshlibs -- -c0 -v$(OTB_VERSION_FULL) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

