[mapserver] 01/02: Don't fail the build when the examples are not installed.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Nov 24 21:52:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapserver.

commit 1cbb578e011ee54f98c44c40b5a7c65fbb60ff24
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Nov 24 21:31:02 2015 +0100

    Don't fail the build when the examples are not installed.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8f93610..d51c6bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mapserver (7.0.0-8) UNRELEASED; urgency=medium
+
+  * Don't fail the build when the examples are not installed.
+    (closes: #806074)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 24 Nov 2015 21:23:46 +0100
+
 mapserver (7.0.0-7) unstable; urgency=medium
 
   * Add patch to fix build with newer SWIG versions.
diff --git a/debian/rules b/debian/rules
index 07a6f0f..373ed78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,7 +154,7 @@ override_dh_installchangelogs:
 override_dh_installexamples:
 	dh_installexamples
 
-	chmod a-x $(CURDIR)/debian/php*-mapscript/usr/share/doc/php*-mapscript/examples/*.phtml
+	-chmod a-x $(CURDIR)/debian/php*-mapscript/usr/share/doc/php*-mapscript/examples/*.phtml
 
 override_dh_install:
 	dh_install --autodest --list-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git



More information about the Pkg-grass-devel mailing list