r47225 - in /packages/R/r-cran-spatstat/trunk/debian: changelog copyright rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Thu Apr 14 20:12:24 UTC 2016
Author: tille
Date: Thu Apr 14 20:12:24 2016
New Revision: 47225
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47225
Log:
DEP5 fix
Modified:
packages/R/r-cran-spatstat/trunk/debian/changelog
packages/R/r-cran-spatstat/trunk/debian/copyright
packages/R/r-cran-spatstat/trunk/debian/rules
Modified: packages/R/r-cran-spatstat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spatstat/trunk/debian/changelog?rev=47225&op=diff
==============================================================================
--- packages/R/r-cran-spatstat/trunk/debian/changelog (original)
+++ packages/R/r-cran-spatstat/trunk/debian/changelog Thu Apr 14 20:12:24 2016
@@ -3,6 +3,7 @@
* New upstream version
* cme fix dpkg-control
* r-cran-goftest now available
+ * DEP5 fix
-- Andreas Tille <tille at debian.org> Sat, 25 Oct 2014 10:42:57 +0200
Modified: packages/R/r-cran-spatstat/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spatstat/trunk/debian/copyright?rev=47225&op=diff
==============================================================================
--- packages/R/r-cran-spatstat/trunk/debian/copyright (original)
+++ packages/R/r-cran-spatstat/trunk/debian/copyright Thu Apr 14 20:12:24 2016
@@ -15,7 +15,7 @@
B.D. Ripley, B. Rowlingson, J. Rudge, A. Sarkka, K. Schladitz,
B.T. Scott, I.-M. Sintorn, M. Spiess, M. Stevenson, P. Surovy,
B. Turlach, A. van Burgel, H. Wang and S. Wong.
-License: GPL2
+License: GPL-2+
Comment: Regarding Files data/*.rda
Date: Mon, 27 May 2013 09:27:10 +0800
From: Adrian Baddeley <adrian.baddeley at uwa.edu.au>
@@ -47,9 +47,9 @@
Files: debian/*
Copyright: 2013 Andreas Tille <tille at debian.org>
-License: GPL2
+License: GPL-2+
-License: GPL2
+License: GPL+2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -65,4 +65,4 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
On Debian systems, the complete text of the GNU General Public
- License can be found in `/usr/share/common-licenses/GPL'.
+ License can be found in `/usr/share/common-licenses/GPL-2'.
Modified: packages/R/r-cran-spatstat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spatstat/trunk/debian/rules?rev=47225&op=diff
==============================================================================
--- packages/R/r-cran-spatstat/trunk/debian/rules (original)
+++ packages/R/r-cran-spatstat/trunk/debian/rules Thu Apr 14 20:12:24 2016
@@ -9,6 +9,8 @@
rm -f src/*.so Rplots.pdf
install/$(package)::
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/doc/*
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CITATION
+ chmod -x $(debRlib)/$(cranName)/doc/*
+ chmod -x $(debRlib)/$(cranName)/CITATION
+ chmod -x $(debRlib)/$(cranName)/rawdata/finpines/finpines.txt
+ chmod -x $(debRlib)/$(cranName)/rawdata/amacrine/amacrine.txt
rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/ratfor
More information about the debian-science-commits
mailing list