This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository bwa.
commit db500153fe70c6f6afb22cd20df5708fc0f53789 Author: Andreas Tille <[email protected]> Date: Thu Aug 14 18:31:26 2014 +0200 Install NEWS.md 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 df4cf1e..e2467d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ bwa (0.7.9a-1) unstable; urgency=medium * New upstream version * debian/copyright: Add Upstream-Contact + * debian/rules: Install NEWS.md as upstream changelog -- Andreas Tille <[email protected]> Fri, 06 Jun 2014 21:54:29 +0200 diff --git a/debian/docs b/debian/docs index 34fd7b1..50fba66 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,2 @@ -NEWS README.md debian/NEWS.Debian diff --git a/debian/rules b/debian/rules index 5493952..f1e99e9 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,6 @@ endif override_dh_auto_build: dh_auto_build -- CFLAGS="-Wall $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" DFLAGS="$(DFLAGS)" + +override_dh_installchangelogs: + dh_installchangelogs NEWS.md -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bwa.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
