[med-svn] r21643 - in trunk/packages/R/r-cran-dplyr/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sat Apr 2 05:26:29 UTC 2016


Author: tille
Date: 2016-04-02 05:26:28 +0000 (Sat, 02 Apr 2016)
New Revision: 21643

Added:
   trunk/packages/R/r-cran-dplyr/trunk/debian/patches/
   trunk/packages/R/r-cran-dplyr/trunk/debian/patches/series
   trunk/packages/R/r-cran-dplyr/trunk/debian/patches/use_debian_packages_boost.patch
Modified:
   trunk/packages/R/r-cran-dplyr/trunk/debian/changelog
   trunk/packages/R/r-cran-dplyr/trunk/debian/control
   trunk/packages/R/r-cran-dplyr/trunk/debian/rules
Log:
Finalise the package just in cace ITP owner of #819343 might confirm the upload.


Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-dplyr/trunk/debian/changelog	2016-04-02 05:06:35 UTC (rev 21642)
+++ trunk/packages/R/r-cran-dplyr/trunk/debian/changelog	2016-04-02 05:26:28 UTC (rev 21643)
@@ -1,6 +1,5 @@
 r-cran-dplyr (0.4.3-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #<bug>)
-    ITPed by somebody else - see #819343
+  * Initial release (Closes: #819343)
 
  -- Andreas Tille <tille at debian.org>  Tue, 22 Mar 2016 12:05:59 +0100

Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-dplyr/trunk/debian/control	2016-04-02 05:06:35 UTC (rev 21642)
+++ trunk/packages/R/r-cran-dplyr/trunk/debian/control	2016-04-02 05:26:28 UTC (rev 21643)
@@ -12,7 +12,7 @@
                r-cran-lazyeval,
                r-cran-assertthat,
                r-cran-r6, 
-               # r-cran-bh
+               libboost-dev (>= 1.58.0)
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-dplyr/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-dplyr/trunk/

Added: trunk/packages/R/r-cran-dplyr/trunk/debian/patches/series
===================================================================
--- trunk/packages/R/r-cran-dplyr/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/R/r-cran-dplyr/trunk/debian/patches/series	2016-04-02 05:26:28 UTC (rev 21643)
@@ -0,0 +1 @@
+use_debian_packages_boost.patch

Added: trunk/packages/R/r-cran-dplyr/trunk/debian/patches/use_debian_packages_boost.patch
===================================================================
--- trunk/packages/R/r-cran-dplyr/trunk/debian/patches/use_debian_packages_boost.patch	                        (rev 0)
+++ trunk/packages/R/r-cran-dplyr/trunk/debian/patches/use_debian_packages_boost.patch	2016-04-02 05:26:28 UTC (rev 21643)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 22 Mar 2016 21:32:09 +0100
+Description: Use Debian packaged boost library
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -19,7 +19,7 @@ Suggests: RSQLite (>= 1.0.0), RMySQL, RP
+         3.0-1), nycflights13, methods
+ VignetteBuilder: knitr
+ LazyData: yes
+-LinkingTo: Rcpp (>= 0.12.0), BH (>= 1.58.0-1)
++LinkingTo: Rcpp (>= 0.12.0)
+ License: MIT + file LICENSE
+ Collate: 'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'chain.r'
+         'cluster.R' 'colwise.R' 'compute-collect.r' 'copy-to.r'

Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-dplyr/trunk/debian/rules	2016-04-02 05:06:35 UTC (rev 21642)
+++ trunk/packages/R/r-cran-dplyr/trunk/debian/rules	2016-04-02 05:26:28 UTC (rev 21643)
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	rm -rf $(debRlib)/$(cranName)/LICENSE




More information about the debian-med-commit mailing list