[osgearth] 09/17: Override dh_installchangelogs to install releasenotes.rst as changelog.

Bas Couwenberg sebastic at debian.org
Tue Sep 6 21:36:55 UTC 2016


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

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 2891aad1c77a0bfef25520490f97e19942e2e549
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 6 20:52:43 2016 +0200

    Override dh_installchangelogs to install releasenotes.rst as changelog.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0792583..567664a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ osgearth (2.8~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Add -DBUILD_OSGEARTH_EXAMPLES=0 to configure to not build examples.
   * Add libosgearthsplat5 package for libosgEarthSplat.
   * Update README filename in docs files.
+  * Override dh_installchangelogs to install releasenotes.rst as changelog.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Sep 2016 13:02:34 +0200
 
diff --git a/debian/rules b/debian/rules
index ea73cbe..6afa090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,9 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --autodest --list-missing
 
+override_dh_installchangelogs:
+	dh_installchangelogs docs/source/releasenotes.rst
+
 override_dh_shlibdeps:
 	LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):build/lib dh_shlibdeps
 

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



More information about the Pkg-grass-devel mailing list