[med-svn] r23373 - trunk/packages/R/r-cran-adegraphics/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Dec 22 22:05:10 UTC 2016


Author: tille
Date: 2016-12-22 22:05:09 +0000 (Thu, 22 Dec 2016)
New Revision: 23373

Modified:
   trunk/packages/R/r-cran-adegraphics/trunk/debian/changelog
   trunk/packages/R/r-cran-adegraphics/trunk/debian/compat
   trunk/packages/R/r-cran-adegraphics/trunk/debian/control
   trunk/packages/R/r-cran-adegraphics/trunk/debian/copyright
   trunk/packages/R/r-cran-adegraphics/trunk/debian/rules
   trunk/packages/R/r-cran-adegraphics/trunk/debian/watch
Log:
  * New upstream version
  * cme fix dpkg-control
  * Convert to dh-r
  * Canonical homepage for CRAN
  * d/watch: version=4
  * debhelper 10
  * New Build-Depends: r-cran-latticeextra



Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/changelog	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/changelog	2016-12-22 22:05:09 UTC (rev 23373)
@@ -1,3 +1,15 @@
+r-cran-adegraphics (1.0-6-1) unstable; urgency=medium
+
+  * New upstream version
+  * cme fix dpkg-control
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * d/watch: version=4
+  * debhelper 10
+  * New Build-Depends: r-cran-latticeextra
+
+ -- Andreas Tille <tille at debian.org>  Thu, 22 Dec 2016 22:40:10 +0100
+
 r-cran-adegraphics (1.0-5-2) unstable; urgency=medium
 
   * Fix test dependencies (thanks to Gordon Ball)

Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/compat	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/compat	2016-12-22 22:05:09 UTC (rev 23373)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/control	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/control	2016-12-22 22:05:09 UTC (rev 23373)
@@ -3,28 +3,26 @@
 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,
                r-cran-ade4,
                r-cran-kernsmooth,
                r-cran-lattice,
                r-cran-rcolorbrewer,
-               r-cran-sp (>= 1.1.1)
-Standards-Version: 3.9.7
+               r-cran-sp,
+               r-cran-latticeextra
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-adegraphics/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-adegraphics/trunk/
-Homepage: https://cran.r-project.org/web/packages/adegraphics/
+Homepage: https://cran.r-project.org/package=adegraphics
 
 Package: r-cran-adegraphics
 Architecture: all
 Depends: ${misc:Depends},
-         ${R:Depends},
-         r-cran-ade4,
-         r-cran-kernsmooth,
-         r-cran-lattice,
-         r-cran-rcolorbrewer,
-         r-cran-sp (>= 1.1.1)
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R lattice-based package for the representation of multivariate data
  This GNU R package provides graphical functionalities for the
  representation of multivariate data. It is a complete re-implementation

Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/copyright	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/copyright	2016-12-22 22:05:09 UTC (rev 23373)
@@ -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-Name: adegraphics
 Upstream-Contact: Aurélie Siberchicot <aurelie.siberchicot at univ-lyon1.fr>
-Source: https://cran.r-project.org/web/packages/adegraphics/
+Source: https://cran.r-project.org/package=adegraphics
 
 Files: *
 Copyright: 2013-2016 Aurélie Siberchicot <aurelie.siberchicot at univ-lyon1.fr>

Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/rules	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/rules	2016-12-22 22:05:09 UTC (rev 23373)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R

Modified: trunk/packages/R/r-cran-adegraphics/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-adegraphics/trunk/debian/watch	2016-12-22 21:14:32 UTC (rev 23372)
+++ trunk/packages/R/r-cran-adegraphics/trunk/debian/watch	2016-12-22 22:05:09 UTC (rev 23373)
@@ -1,3 +1,3 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/adegraphics_([-0-9\.]*).tar.gz
 




More information about the debian-med-commit mailing list