[med-svn] r23027 - trunk/packages/R/r-cran-evd/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Nov 9 13:16:59 UTC 2016
Author: tille
Date: 2016-11-09 13:16:58 +0000 (Wed, 09 Nov 2016)
New Revision: 23027
Modified:
trunk/packages/R/r-cran-evd/trunk/debian/changelog
trunk/packages/R/r-cran-evd/trunk/debian/control
trunk/packages/R/r-cran-evd/trunk/debian/copyright
trunk/packages/R/r-cran-evd/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
Modified: trunk/packages/R/r-cran-evd/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/changelog 2016-11-08 21:45:24 UTC (rev 23026)
+++ trunk/packages/R/r-cran-evd/trunk/debian/changelog 2016-11-09 13:16:58 UTC (rev 23027)
@@ -1,3 +1,12 @@
+r-cran-evd (2.3-2-1) unstable; urgency=medium
+
+ * New upstream version
+ * Moved debian/upstream to debian/upstream/metadata
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Wed, 09 Nov 2016 14:00:42 +0100
+
r-cran-evd (2.3-0-1) unstable; urgency=low
* New upstream version
Modified: trunk/packages/R/r-cran-evd/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/control 2016-11-08 21:45:24 UTC (rev 23026)
+++ trunk/packages/R/r-cran-evd/trunk/debian/control 2016-11-09 13:16:58 UTC (rev 23027)
@@ -6,17 +6,19 @@
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev,
- cdbs
-Standards-Version: 3.9.4
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-evd/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-evd/trunk/
-Homepage: http://cran.r-project.org/web/packages/evd
+ dh-r
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-evd/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-evd/trunk/
+Homepage: https://cran.r-project.org/package=evd
Package: r-cran-evd
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Functions for extreme value distributions
Extends simulation, distribution, quantile and density functions to
univariate and multivariate parametric extreme value distributions, and
Modified: trunk/packages/R/r-cran-evd/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/copyright 2016-11-08 21:45:24 UTC (rev 23026)
+++ trunk/packages/R/r-cran-evd/trunk/debian/copyright 2016-11-09 13:16:58 UTC (rev 23027)
@@ -1,15 +1,15 @@
-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: evd
Upstream-Contact: Alec Stephenson <alec_stephenson at hotmail.com>
-Source: http://cran.r-project.org/web/packages/evd/
+Source: https://cran.r-project.org/package=evd
Files: *
-Copyright: 2002-2012 Alec Stephenson <alec_stephenson at hotmail.com>, Chris Ferro
+Copyright: 2002-2016 Alec Stephenson <alec_stephenson at hotmail.com>, Chris Ferro
License: GPL-3+
Files: debian/*
Copyright: 2010 Steffen Moeller <moeller at debian.org>
- 2011-2013 Andreas Tille <tille at debian.org>
+ 2011-2016 Andreas Tille <tille at debian.org>
License: GPL-3+
License: GPL-3+
@@ -26,6 +26,5 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
- On Debian systems, the complete text of the GNU Public
+ On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL'.
-
Modified: trunk/packages/R/r-cran-evd/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/rules 2016-11-08 21:45:24 UTC (rev 23026)
+++ trunk/packages/R/r-cran-evd/trunk/debian/rules 2016-11-09 13:16:58 UTC (rev 23027)
@@ -1,12 +1,12 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-evd package
-# Copyright 2011 by Andreas Tille <tille at debian.org>, GPL
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/doc/*
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/README
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CITATION
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CHANGES
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name "*.txt" -exec chmod -x \{\} \;
+ find debian -name "*.pdf" -exec chmod -x \{\} \;
+ find debian -name "README" -exec chmod -x \{\} \;
+ find debian -name "CITATION" -exec chmod -x \{\} \;
+ find debian -name "CHANGES" -exec chmod -x \{\} \;
More information about the debian-med-commit
mailing list