[med-svn] r22960 - trunk/packages/R/r-cran-treescape/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Oct 28 10:17:23 UTC 2016
Author: tille
Date: 2016-10-28 10:17:23 +0000 (Fri, 28 Oct 2016)
New Revision: 22960
Modified:
trunk/packages/R/r-cran-treescape/trunk/debian/changelog
trunk/packages/R/r-cran-treescape/trunk/debian/control
trunk/packages/R/r-cran-treescape/trunk/debian/copyright
trunk/packages/R/r-cran-treescape/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-10-28 09:27:45 UTC (rev 22959)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-10-28 10:17:23 UTC (rev 22960)
@@ -1,3 +1,11 @@
+r-cran-treescape (1.10.17-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Fri, 28 Oct 2016 12:02:47 +0200
+
r-cran-treescape (1.9.17-1) unstable; urgency=low
* Initial release (Closes: #830475)
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/control 2016-10-28 09:27:45 UTC (rev 22959)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/control 2016-10-28 10:17:23 UTC (rev 22960)
@@ -4,7 +4,7 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-ape,
r-cran-ade4,
@@ -25,27 +25,15 @@
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-treescape/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-treescape/trunk/
-Homepage: https://cran.r-project.org/web/packages/treescape/
+Homepage: https://cran.r-project.org/package=treescape
Package: r-cran-treescape
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${R:Depends},
- r-cran-ape,
- r-cran-ade4,
- r-cran-adephylo,
- r-cran-adegraphics,
- r-cran-combinat,
- r-cran-distory,
- r-cran-phangorn (>= 2.0.3),
- r-cran-rcpp,
- r-cran-rglwidget,
- r-cran-rlumshiny,
- r-cran-shinybs,
- r-cran-fields,
- r-cran-htmlwidgets,
- r-cran-scatterd3
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Statistical Exploration of Landscapes of Phylogenetic Trees
This GNU R package provides tools for the exploration of distributions
of phylogenetic trees. This package includes a shiny interface which can
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/copyright 2016-10-28 09:27:45 UTC (rev 22959)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/copyright 2016-10-28 10:17:23 UTC (rev 22960)
@@ -1,9 +1,9 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Michelle Kendall <m.kendall at imperial.ac.uk>
-Source: https://cran.r-project.org/web/packages/treescape/
+Source: https://cran.r-project.org/package=treescape
Files: *
-Copyright: 2009-2015 Thibaut Jombart, Michelle Kendall, Jacob Almagro-Garcia, Caroline Colijn
+Copyright: 2009-2016 Thibaut Jombart, Michelle Kendall, Jacob Almagro-Garcia, Caroline Colijn
License: GPL-2+
Files: inst/shiny/www/bootstrap.simplex.css
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-10-28 09:27:45 UTC (rev 22959)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-10-28 10:17:23 UTC (rev 22960)
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
More information about the debian-med-commit
mailing list