[netcdf-cxx] 03/04: Move documentation build to build-indep target.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Jul 27 16:48:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository netcdf-cxx.
commit c5c0acaf10b12fda21ac4500abe42e6505ecbe3e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jul 27 18:33:24 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 898af23..f316607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf-cxx (4.2.1-1~exp3) 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:25:11 +0200
diff --git a/debian/rules b/debian/rules
index 403b436..0e25e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,11 @@ export VERBOSE=1
%:
dh $@ --with autoreconf,pkgkde_symbolshelper --parallel
-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 cxx4 && doxygen)
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx.git
More information about the Pkg-grass-devel
mailing list