[r-cran-yaml] 01/02: debian/control: add ${misc:Depends} to Depends in order to satisfy debhelper, thanks lintian.
Joost van Baal
joostvb at moszumanska.debian.org
Tue Dec 22 16:17:39 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-yaml.
commit 27ba8a6011d11ddf9c5c6fcaf6b476f791f535b8
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Tue Dec 22 17:16:44 2015 +0100
debian/control: add ${misc:Depends} to Depends in order to satisfy debhelper, thanks lintian.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f4ed41..eaadef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ r-cran-yaml (2.1.13-2) unstable; urgency=low
* Initial release. Closes: #808159
* debian/copyright: completed.
* debian/rules: deal with upstream LICENSE THANKS CHANGELOG in /u/s/d/$package/
+ * debian/control: add ${misc:Depends} to Depends in order to satisfy
+ debhelper, thanks lintian.
-- Joost van Baal-Ilić <joostvb at debian.org> Tue, 22 Dec 2015 13:35:23 +0100
diff --git a/debian/control b/debian/control
index a1730bd..bc3aef3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-
Package: r-cran-yaml
Architecture: any
-Depends: ${shlibs:Depends}, ${R:Depends}
+Depends: ${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.
diff --git a/debian/rules b/debian/rules
index 8f485e8..c5611e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@ include /usr/share/R/debian/r-cran.mk
common-install-arch::
rm -vf $(debRlib)/$(cranNameOrig)/LICENSE $(debRlib)/$(cranNameOrig)/CHANGELOG $(debRlib)/$(cranNameOrig)/THANKS
- dh_installdocs -p$(package) ./THANKS
- dh_installchangelogs -p$(package) ./CHANGELOG
+ dh_installdocs -p$(package) ./inst/THANKS
+ dh_installchangelogs -p$(package) ./inst/CHANGELOG
--
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