This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch split-c-f-cxx in repository netcdf.
commit 576f0211d62621d17491ab4f2165109daffb5be3 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 15 23:05:58 2015 +0100 Install RELEASE_NOTES.md as upstream changelog. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f4165a0..a5afc5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ netcdf (1:4.3.3~rc3-1) UNRELEASED; urgency=medium * Use libjs-jquery instead of jquery.js from Doxygen. * Add patch to fix 'absence' typo in ncgen man page. * Move nc-config from netcdf-bin to libnetcdf-dev. + * Install RELEASE_NOTES.md as upstream changelog. -- Nico Schlömer <[email protected]> Mon, 12 May 2014 14:27:06 +0200 diff --git a/debian/rules b/debian/rules index 43dab2b..c95ed11 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,9 @@ override_dh_auto_install: $(RM) debian/tmp/usr/share/doc/netCDF/html/jquery.js +override_dh_installchangelogs: + dh_installchangelogs RELEASE_NOTES.md + override_dh_strip: dh_strip --dbg-package=netcdf-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

