[r-cran-markdown] 02/05: cme fix dpkg-control

Andreas Tille tille at debian.org
Wed May 4 06:47:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-markdown.

commit 41ae3e1434e19a76df70b205f5cc70c0dd889fc9
Author: Andreas Tille <tille at debian.org>
Date:   Tue May 3 21:42:15 2016 +0200

    cme fix dpkg-control
---
 debian/control | 41 ++++++++++++++++++++++++-----------------
 1 file changed, 24 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index a5a6cb0..7b72563 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,36 @@
 Source: r-cran-markdown
-Section: gnu-r
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal-Ilić <joostvb at debian.org>
-Build-Depends: debhelper (>= 9), r-base-dev, r-cran-mime, cdbs, dpkg-dev (>= 1.16.1~)
-Standards-Version: 3.9.7
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               r-base-dev,
+               r-cran-mime,
+               cdbs
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-markdown.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-markdown.git
 Homepage: https://cran.r-project.org/web/packages/markdown/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-markdown.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-markdown.git
 
 Package: r-cran-markdown
 Architecture: any
-Depends: ${shlibs:Depends}, ${R:Depends}, libjs-mathjax
+Depends: ${shlibs:Depends},
+         ${R:Depends},
+         libjs-mathjax
 Description: GNU R package providing R bindings to the Sundown Markdown rendering library
- Provides R bindings to the Sundown Markdown rendering library by Vicent Marti
- e.a., based upon work by Natacha Porté.  Markdown is a plain-text formatting
- syntax that can be converted to XHTML or other formats.
+ Provides R bindings to the Sundown Markdown rendering library by
+ Vicent Marti
+ e.a., based upon work by Natacha Porté. Markdown is a plain-text
+     formatting syntax that can be converted to XHTML or other formats.
  .
  The R function `markdownToHTML` renders a markdown file to HTML. Options
- controlling HTML output and supported markdown extensions can be optionally
- specified.
+ controlling HTML output and supported markdown extensions can be
+ optionally specified.
  .
- The package also exports the underlying Sundown C extension API which enables
- creating and calling custom renderers using the `renderMarkdown` function.
+ The package also exports the underlying Sundown C extension API which
+ enables creating and calling custom renderers using the
+ `renderMarkdown` function.
  .
- Please note: the rmarkdown package (with leading r) converts R Markdown documents
- into even more formats, by using pandoc; the CRAN rmarkdown package is a newer and
- enhanced version of this markdown package.
+ Please note: the rmarkdown package (with leading r) converts R Markdown
+ documents into even more formats, by using pandoc; the CRAN rmarkdown
+ package is a newer and enhanced version of this markdown package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-markdown.git



More information about the debian-science-commits mailing list