r47370 - in /packages/R/r-cran-plotrix/trunk/debian: changelog control copyright rules watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue Nov 8 18:34:56 UTC 2016


Author: tille
Date: Tue Nov  8 18:34:56 2016
New Revision: 47370

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47370
Log:
  * New upstream version
  * Convert to dh-r
  * Canonical homepage for CRAN
  * d/watch: version=4


Modified:
    packages/R/r-cran-plotrix/trunk/debian/changelog
    packages/R/r-cran-plotrix/trunk/debian/control
    packages/R/r-cran-plotrix/trunk/debian/copyright
    packages/R/r-cran-plotrix/trunk/debian/rules
    packages/R/r-cran-plotrix/trunk/debian/watch

Modified: packages/R/r-cran-plotrix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/changelog?rev=47370&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/changelog	(original)
+++ packages/R/r-cran-plotrix/trunk/debian/changelog	Tue Nov  8 18:34:56 2016
@@ -1,3 +1,12 @@
+r-cran-plotrix (3.6-3-1) unstable; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Nov 2016 19:30:49 +0100
+
 r-cran-plotrix (3.6-1) unstable; urgency=medium
 
   * new upstream version

Modified: packages/R/r-cran-plotrix/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/control?rev=47370&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/control	(original)
+++ packages/R/r-cran-plotrix/trunk/debian/control	Tue Nov  8 18:34:56 2016
@@ -4,17 +4,19 @@
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-plotrix/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-plotrix/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-plotrix/trunk/
-Homepage: http://cran.r-project.org/web/packages/plotrix/
+Homepage: https://cran.r-project.org/package=plotrix
 
 Package: r-cran-plotrix
 Architecture: all
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package providing various plotting functions
  This R package provides lots of plots, various labeling, axis and color scaling
  functions.  Some of them are:

Modified: packages/R/r-cran-plotrix/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/copyright?rev=47370&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/copyright	(original)
+++ packages/R/r-cran-plotrix/trunk/debian/copyright	Tue Nov  8 18:34:56 2016
@@ -1,10 +1,10 @@
-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: plotrix
 Upstream-Contact: Jim Lemon <jim at bitwrit.com.au>
-Source: http://cran.r-project.org/web/packages/plotrix/
+Source: https://cran.r-project.org/package=plotrix
 
 Files: *
-Copyright: (C) 2008-2013 Jim Lemon, Ben Bolker, Sander Oom, Eduardo Klein,
+Copyright: (C) 2008-2016 Jim Lemon, Ben Bolker, Sander Oom, Eduardo Klein,
                      Barry Rowlingson, Hadley Wickham, Anupam Tyagi,
                      Olivier Eterradossi, Gabor Grothendieck, Michael Toews,
                      John Kane, Mike Cheetham, Rolf Turner, Carl Witthoft,
@@ -12,7 +12,7 @@
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2009 Andreas Tille <tille at debian.org>
+Copyright: 2009-2016 Andreas Tille <tille at debian.org>
 License: GPL-2+
 
 License: GPL-2+

Modified: packages/R/r-cran-plotrix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/rules?rev=47370&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/rules	(original)
+++ packages/R/r-cran-plotrix/trunk/debian/rules	Tue Nov  8 18:34:56 2016
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-plotrix package
-# Copyright 2009 by Andreas Tille <tille at debian.org>
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-install/$(package)::
-	chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX
-	chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CITATION
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name INDEX -exec chmod -x \{\} \;
+	find debian -name CITATION -exec chmod -x \{\} \;

Modified: packages/R/r-cran-plotrix/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/watch?rev=47370&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/watch	(original)
+++ packages/R/r-cran-plotrix/trunk/debian/watch	Tue Nov  8 18:34:56 2016
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/plotrix_([\d.-]*)\.tar\.gz




More information about the debian-science-commits mailing list