This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit e7b56c5cd9b488a20378e523a14dd9e4e86f0dee Author: Bas Couwenberg <[email protected]> Date: Sat Aug 22 22:09:14 2015 +0200 Install CHANGELOG.md as upstream changelog. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index aaff7e8..de0279b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ protozero (1.1.0-1) UNRELEASED; urgency=medium * New upstream release. + * Install CHANGELOG.md as upstream changelog. -- Bas Couwenberg <[email protected]> Sat, 22 Aug 2015 22:07:02 +0200 diff --git a/debian/rules b/debian/rules index bfdc853..9dbbc1c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_auto_build-indep: # Remove useless autogenerated doxygen files $(RM) doc/html/*.md5 +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG.md + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

