[med-svn] r23014 - trunk/packages/R/r-cran-bold/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Nov 8 10:46:13 UTC 2016


Author: tille
Date: 2016-11-08 10:46:12 +0000 (Tue, 08 Nov 2016)
New Revision: 23014

Modified:
   trunk/packages/R/r-cran-bold/trunk/debian/changelog
   trunk/packages/R/r-cran-bold/trunk/debian/control
   trunk/packages/R/r-cran-bold/trunk/debian/copyright
   trunk/packages/R/r-cran-bold/trunk/debian/rules
Log:
  * New upstream version
  * Convert to dh-r
  * Canonical homepage for CRAN
  * New Build-Depends: r-cran-xml2



Modified: trunk/packages/R/r-cran-bold/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-bold/trunk/debian/changelog	2016-11-08 10:15:03 UTC (rev 23013)
+++ trunk/packages/R/r-cran-bold/trunk/debian/changelog	2016-11-08 10:46:12 UTC (rev 23014)
@@ -1,3 +1,12 @@
+r-cran-bold (0.3.5-1) unstable; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * New Build-Depends: r-cran-xml2
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Nov 2016 11:38:13 +0100
+
 r-cran-bold (0.3.0-1) unstable; urgency=low
 
   * Initial release (Closes: #819226)

Modified: trunk/packages/R/r-cran-bold/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-bold/trunk/debian/control	2016-11-08 10:15:03 UTC (rev 23013)
+++ trunk/packages/R/r-cran-bold/trunk/debian/control	2016-11-08 10:46:12 UTC (rev 23014)
@@ -4,7 +4,7 @@
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-xml,
                r-cran-stringr,
@@ -12,23 +12,19 @@
                r-cran-jsonlite,
                r-cran-reshape,
                r-cran-plyr,
-               r-cran-httr
-Standards-Version: 3.9.7
+               r-cran-httr,
+               r-cran-xml2
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bold/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bold/trunk/
-Homepage: https://cran.r-project.org/web/packages/bold/
+Homepage: https://cran.r-project.org/package=bold
 
 Package: r-cran-bold
 Architecture: all
 Depends: ${misc:Depends},
-         ${R:Depends},
-         r-cran-xml,
-         r-cran-stringr,
-         r-cran-assertthat,
-         r-cran-jsonlite,
-         r-cran-reshape,
-         r-cran-plyr,
-         r-cran-httr
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R interface to Bold Systems for genetic barcode data
  A programmatic interface to the Web Service methods provided by Bold
  Systems for genetic barcode data. Functions include methods for

Modified: trunk/packages/R/r-cran-bold/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-bold/trunk/debian/copyright	2016-11-08 10:15:03 UTC (rev 23013)
+++ trunk/packages/R/r-cran-bold/trunk/debian/copyright	2016-11-08 10:46:12 UTC (rev 23014)
@@ -1,6 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Scott Chamberlain <myrmecocystus at gmail.com>
-Source: https://cran.r-project.org/web/packages/bold/
+Upstream-Name: bold
+Source: https://cran.r-project.org/package=bold
 
 Files: *
 Copyright: 2013-2016 Scott Chamberlain <myrmecocystus at gmail.com>

Modified: trunk/packages/R/r-cran-bold/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-bold/trunk/debian/rules	2016-11-08 10:15:03 UTC (rev 23013)
+++ trunk/packages/R/r-cran-bold/trunk/debian/rules	2016-11-08 10:46:12 UTC (rev 23014)
@@ -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