[r-cran-yaml] 01/03: cme fix dpkg-control
Andreas Tille
tille at debian.org
Sat Sep 10 13:39:27 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-yaml.
commit 0833afe0318ab2c5246950f9a5596d63c7f3dd5c
Author: Andreas Tille <tille at debian.org>
Date: Sat Sep 10 15:34:57 2016 +0200
cme fix dpkg-control
---
debian/changelog | 5 +++--
debian/control | 21 ++++++++++++++-------
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 84ad2ec..8b25168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
r-cran-yaml (2.1.13-5) UNRELEASED; urgency=medium
- * UNRELEASED
+ * Team upload
+ * cme fix dpkg-control
- -- Joost van Baal-Ilić <joostvb at debian.org> Thu, 11 Feb 2016 05:36:43 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 10 Sep 2016 15:34:29 +0200
r-cran-yaml (2.1.13-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index da220cd..48d361e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,24 @@
Source: r-cran-yaml
-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, cdbs, dpkg-dev (>= 1.16.1~), libyaml-dev (= 0.1.6-3)
-Standards-Version: 3.9.6
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ r-base-dev,
+ cdbs,
+ dpkg-dev,
+ libyaml-dev (= 0.1.6-3)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-yaml.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-yaml.git
Homepage: https://cran.r-project.org/web/packages/yaml/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-yaml.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-yaml.git
Package: r-cran-yaml
Architecture: any
-Depends: libyaml-0-2 (= 0.1.6-3), ${shlibs:Depends}, ${R:Depends}, ${misc:Depends}
+Depends: libyaml-0-2 (= 0.1.6-3),
+ ${shlibs:Depends},
+ ${R:Depends},
+ ${misc:Depends}
Description: Methods to convert R data to YAML and back
This package implements the LibYAML YAML 1.1 parser and emitter for R. YAML is
a human-readable markup language. With it, you can create easily readable
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-yaml.git
More information about the debian-science-commits
mailing list