[r-cran-jsonlite] 03/03: debian/control: add ${misc:Depends} to Depends in order to satisfy debhelper, thanks lintian.

Joost van Baal joostvb at moszumanska.debian.org
Mon Dec 21 15:26:32 UTC 2015


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

joostvb pushed a commit to branch master
in repository r-cran-jsonlite.

commit 1078ef048239a8f534305caf8de8c5051125f393
Author: Joost van Baal-Ilić <joostvb at uvt.nl>
Date:   Mon Dec 21 15:26:21 2015 +0000

    debian/control: add ${misc:Depends} to Depends in order to satisfy debhelper, thanks lintian.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a098f40..cd8a521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ r-cran-jsonlite (0.9.17-2) unstable; urgency=low
   * debian/rules: do not install extra LICENSE file, do not install upstream
     NEWS file twice
   * debian/rules: install CITATION in /u/s/d/$(package).
-  * FIXME , fix clean target.
+  * debian/control: add ${misc:Depends} to Depends in order to satisfy
+    debhelper, thanks lintian.
 
  -- Joost van Baal-Ilić <joostvb+shiny at uvt.nl>  Mon, 21 Dec 2015 14:55:54 +0000
 
diff --git a/debian/control b/debian/control
index f61d5b3..9472d88 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-
 
 Package: r-cran-jsonlite
 Architecture: any
-Depends: ${shlibs:Depends}, ${R:Depends}
+Depends: ${shlibs:Depends}, ${R:Depends}, ${misc:Depends}
 Description: Robust, High Performance JSON Parser and Generator for GNU R
  The GNU R package jsonlite is a fast JSON parser and generator optimized
  for statistical data and the web.  The package offers flexible, robust,

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



More information about the debian-science-commits mailing list