[med-svn] [r-cran-curl] 07/14: * New upstream version (applied patch from last release) * Convert to dh-r
Andreas Tille
tille at debian.org
Fri Oct 13 09:28:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-curl.
commit 40f5877195c795bfdfd8be7f63969a1c659744fd
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 31 21:36:11 2016 +0000
* New upstream version (applied patch from last release)
* Convert to dh-r
---
debian/changelog | 7 +++++++
debian/control | 5 +++--
debian/rules | 8 +++++---
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f1c59d6..b9a1509 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-curl (2.2-1) unstable; urgency=medium
+
+ * New upstream version (applied patch from last release)
+ * Convert to dh-r
+
+ -- Andreas Tille <tille at debian.org> Mon, 31 Oct 2016 22:28:35 +0100
+
r-cran-curl (2.1-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/control b/debian/control
index 539eb2f..7cbf3f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
libcurl4-openssl-dev
Standards-Version: 3.9.8
@@ -17,7 +17,8 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${R:Depends}
-Recommends: r-cran-jsonlite
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R modern and flexible web client for R
The curl() and curl_download() functions provide highly configurable drop-
in replacements for base url() and download.file() with better
diff --git a/debian/rules b/debian/rules
index 5000db0..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-curl.git
More information about the debian-med-commit
mailing list