[hamradio-commits] [soapysdr] 02/04: Call dh_doxygen after dh_installdocs

Andreas E. Bombe aeb at moszumanska.debian.org
Sat Nov 19 22:28:41 UTC 2016


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

aeb pushed a commit to branch master
in repository soapysdr.

commit 820b4b167d2cf996349d84b7a574f73c6483575f
Author: Andreas Bombe <aeb at debian.org>
Date:   Sat Nov 19 23:04:18 2016 +0100

    Call dh_doxygen after dh_installdocs
---
 debian/changelog | 1 +
 debian/rules     | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe12e16..1fa962f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ soapysdr (0.5.3-2) UNRELEASED; urgency=medium
   * Add appropriate Multi-Arch headers to libsoapysdr-dev, libsoapysdr-doc,
     soapysdr0.5-2-module-all, soapysdr-module-all
   * Move debhelper compat level from 9 to 10
+  * Call dh_doxygen after dh_installdocs
 
  -- Andreas Bombe <aeb at debian.org>  Wed, 26 Oct 2016 22:37:45 +0200
 
diff --git a/debian/rules b/debian/rules
index cfc9b79..cc00cfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,14 @@ override_dh_auto_configure:
 		-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
 		-DOVERRIDE_SOAPY_SDR_VERSION="$(DEB_VERSION)"
 
-override_dh_installdocs:
+override_dh_installdocs-arch:
 	dh_installdocs -p soapysdr-module-all \
 		--link-doc=soapysdr0.5-2-module-all
-	dh_installdocs --remaining-packages
+	dh_installdocs --arch --remaining-packages
+
+override_dh_installdocs-indep:
+	dh_installdocs --indep
+	dh_doxygen --indep
 
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog.txt

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



More information about the pkg-hamradio-commits mailing list