This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository geographiclib.
commit 941dddfce7651907822c41a4d147337a1b43fd5b Author: Bas Couwenberg <[email protected]> Date: Sun Dec 28 17:21:26 2014 +0100 Install NEWS file as upstream changelog. --- debian/changelog | 1 + debian/docs | 1 - debian/rules | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 64a1f36..4fda345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ geographiclib (1.40-1) UNRELEASED; urgency=medium - Use spaces instead of tabs for indenting - Correct GPL-3+ license specifiction * Use upstream version for symbols. + * Install NEWS file as upstream changelog. -- Bas Couwenberg <[email protected]> Sun, 28 Dec 2014 16:26:34 +0100 diff --git a/debian/docs b/debian/docs index 11dcfd7..f78f6be 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ 00README.txt -NEWS diff --git a/debian/rules b/debian/rules index 15abe58..60a9ff9 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,9 @@ override_dh_install: dh_install --list-missing +override_dh_installchangelogs: + dh_installchangelogs NEWS + override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) -c0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

