[med-svn] r23777 - in trunk/packages/R/r-cran-curl/branches/jessie-backports: . 2.3-1~bpo8+1

Andreas Tille tille at moszumanska.debian.org
Tue Jun 6 19:03:55 UTC 2017


Author: tille
Date: 2017-06-06 19:03:54 +0000 (Tue, 06 Jun 2017)
New Revision: 23777

Added:
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/
Modified:
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/changelog
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/compat
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/control
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/rules
   trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/watch
Log:
Tagged 2.3-1~bpo8+1


Modified: trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/changelog
===================================================================
--- trunk/packages/R/r-cran-curl/branches/jessie-backports/0.9.6-1~bpo8+1/changelog	2017-05-29 13:51:34 UTC (rev 23773)
+++ trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/changelog	2017-06-06 19:03:54 UTC (rev 23777)
@@ -1,3 +1,34 @@
+r-cran-curl (2.3-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 06 Jun 2017 20:46:06 +0200
+
+r-cran-curl (2.3-1) unstable; urgency=medium
+
+  * New upstream version
+  * debhelper 10
+  * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org>  Wed, 30 Nov 2016 08:42:16 +0100
+
+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
+  * Fix FTBFS on big-endian architectures (thanks for the patch to Aurelien
+    Jarno <aurel32 at debian.org>)
+    Closes: #841210
+  * canonical homepage for cran
+
+ -- Andreas Tille <tille at debian.org>  Wed, 19 Oct 2016 05:34:23 +0200
+
 r-cran-curl (0.9.6-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.

Modified: trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/compat
===================================================================
--- trunk/packages/R/r-cran-curl/branches/jessie-backports/0.9.6-1~bpo8+1/compat	2017-05-29 13:51:34 UTC (rev 23773)
+++ trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/compat	2017-06-06 19:03:54 UTC (rev 23777)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/control
===================================================================
--- trunk/packages/R/r-cran-curl/branches/jessie-backports/0.9.6-1~bpo8+1/control	2017-05-29 13:51:34 UTC (rev 23773)
+++ trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/control	2017-06-06 19:03:54 UTC (rev 23777)
@@ -3,21 +3,22 @@
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-base-dev,
                libcurl4-openssl-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-curl/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-curl/trunk/
-Homepage: https://cran.r-project.org/web/packages/curl/
+Homepage: https://cran.r-project.org/package=curl
 
 Package: r-cran-curl
 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

Modified: trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/rules
===================================================================
--- trunk/packages/R/r-cran-curl/branches/jessie-backports/0.9.6-1~bpo8+1/rules	2017-05-29 13:51:34 UTC (rev 23773)
+++ trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/rules	2017-06-06 19:03:54 UTC (rev 23777)
@@ -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

Modified: trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/watch
===================================================================
--- trunk/packages/R/r-cran-curl/branches/jessie-backports/0.9.6-1~bpo8+1/watch	2017-05-29 13:51:34 UTC (rev 23773)
+++ trunk/packages/R/r-cran-curl/branches/jessie-backports/2.3-1~bpo8+1/watch	2017-06-06 19:03:54 UTC (rev 23777)
@@ -1,3 +1,3 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/curl_([-0-9\.]*).tar.gz
 




More information about the debian-med-commit mailing list