This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-phangorn.
commit 2250f32120cabf228e6c075bb502bb3ce92e0322 Author: Andreas Tille <[email protected]> Date: Tue Sep 8 21:41:46 2015 +0200 Fix title syntax in upstream/metadata: The string ': ' is reserved for separating key and value - so if value contains this string it needs to be quotet --- debian/changelog | 6 ++++++ debian/upstream/metadata | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 479613a..180be76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-cran-phangorn (1.99.14-2) UNRELEASED; urgency=medium + + * Fix title syntax in upstream/metadata + + -- Andreas Tille <[email protected]> Tue, 08 Sep 2015 21:41:11 +0200 + r-cran-phangorn (1.99.14-1) unstable; urgency=medium * New upstream release. diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 066b7b7..0419171 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,6 +1,6 @@ Reference: Author: K.P. Schliep - Title: phangorn: phylogenetic analysis in R + Title: "phangorn: phylogenetic analysis in R" Journal: Bioinformatics Year: 2011 Volume: 27 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-phangorn.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
