[med-svn] r22983 - trunk/packages/R/r-cran-curl/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Oct 31 21:36:12 UTC 2016


Author: tille
Date: 2016-10-31 21:36:11 +0000 (Mon, 31 Oct 2016)
New Revision: 22983

Modified:
   trunk/packages/R/r-cran-curl/trunk/debian/changelog
   trunk/packages/R/r-cran-curl/trunk/debian/control
   trunk/packages/R/r-cran-curl/trunk/debian/rules
Log:
  * New upstream version (applied patch from last release)
  * Convert to dh-r



Modified: trunk/packages/R/r-cran-curl/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-curl/trunk/debian/changelog	2016-10-31 19:26:27 UTC (rev 22982)
+++ trunk/packages/R/r-cran-curl/trunk/debian/changelog	2016-10-31 21:36:11 UTC (rev 22983)
@@ -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

Modified: trunk/packages/R/r-cran-curl/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-curl/trunk/debian/control	2016-10-31 19:26:27 UTC (rev 22982)
+++ trunk/packages/R/r-cran-curl/trunk/debian/control	2016-10-31 21:36:11 UTC (rev 22983)
@@ -4,7 +4,7 @@
 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 @@
 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

Modified: trunk/packages/R/r-cran-curl/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-curl/trunk/debian/rules	2016-10-31 19:26:27 UTC (rev 22982)
+++ trunk/packages/R/r-cran-curl/trunk/debian/rules	2016-10-31 21:36:11 UTC (rev 22983)
@@ -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




More information about the debian-med-commit mailing list