[netcdf-fortran] 03/05: Move documentation build to build-indep target.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Jul 27 17:21:48 UTC 2015


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

sebastic pushed a commit to branch master
in repository netcdf-fortran.

commit 6d2c5896fae542038e33699421733f38a49c8bcc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jul 27 18:56:53 2015 +0200

    Move documentation build to build-indep target.
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 061b8cc..1fd9401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf-fortran (4.4.2-1~exp4) UNRELEASED; urgency=medium
 
   * Require at least libnetcdf-dev 4.3.3.1.
   * Update watch file to handle other tar extensions in filenamemangle.
+  * Move documentation build to build-indep target.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 27 Jul 2015 18:55:14 +0200
 
diff --git a/debian/rules b/debian/rules
index 3faa458..894b56d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,11 @@ override_dh_clean:
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-doxygen --enable-dot
 
-override_dh_auto_build:
-	dh_auto_build
+override_dh_auto_build-arch:
+	dh_auto_build --arch
 
+override_dh_auto_build-indep:
+	dh_auto_build --indep
 	(cd docs && doxygen)
 
 override_dh_auto_test:

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



More information about the Pkg-grass-devel mailing list