This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch experimental in repository liblas.
commit 0f087f121d1167639e9de2e62a216f4890a7e715 Author: Bas Couwenberg <[email protected]> Date: Sun Aug 3 13:08:16 2014 +0200 Fix executable-not-elf-or-script for python examples. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9daa73b..8e2b5fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ liblas (1.8.0-1) UNRELEASED; urgency=medium * Update fix_library_search patch for SONAME bump. * Update package names for SONAME bump. * Add build dependencies for boost_iostreams & boost_filesystem. + * Fix executable-not-elf-or-script for python examples. -- Bas Couwenberg <[email protected]> Sun, 03 Aug 2014 12:09:14 +0200 diff --git a/debian/rules b/debian/rules index dca5531..c82d317 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,7 @@ override_dh_auto_test: # don't run tests override_dh_auto_install-indep: + chmod -x python/examples/* python/scripts/* dh_auto_install --sourcedirectory python --buildsystem pybuild override_dh_install-arch: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

