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

sebastic pushed a commit to branch master
in repository qgis.

commit c0f0e413a91af05d3c90b57aeb4ac83bea9c3c75
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Nov 5 11:00:26 2016 +0100

    Run doxygen in a subshell.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 10374fa..7345e52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.14.8+dfsg-2) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
+  * Run doxygen in a subshell.
 
  -- Bas Couwenberg <sebas...@debian.org>  Fri, 28 Oct 2016 01:28:05 +0200
 
diff --git a/debian/rules b/debian/rules
index b8710cd..4e0f3a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -202,7 +202,7 @@ build-arch-stamp:
        touch $@
 
 override_dh_auto_build-indep: build-arch-stamp
-       cd $(QGIS_BUILDDIR) && doxygen doc/Doxyfile ; cd -
+       (cd $(QGIS_BUILDDIR) && doxygen doc/Doxyfile)
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to