--- r-cran-nws-2.0.0.3.orig/DESCRIPTION +++ r-cran-nws-2.0.0.3/DESCRIPTION @@ -11,6 +11,6 @@ License: GPL-2 Depends: R (>= 2.5), methods, utils Suggests: sprngNWS, Revobase -LazyLoad: yes +LazyLoad: no URL: http://nws-r.sourceforge.net/ Packaged: 2009-10-05 15:28:01 UTC; weston --- r-cran-nws-2.0.0.3.orig/debian/watch +++ r-cran-nws-2.0.0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/nws_([-\d\.]*)\.tar.gz --- r-cran-nws-2.0.0.3.orig/debian/overrides +++ r-cran-nws-2.0.0.3/debian/overrides @@ -0,0 +1,5 @@ +r-cran-nws: executable-not-elf-or-script usr/lib/R/site-library/nws/examples/pong.R +r-cran-nws: executable-not-elf-or-script usr/lib/R/site-library/nws/examples/sleigh/mc_sim.R +r-cran-nws: executable-not-elf-or-script usr/lib/R/site-library/nws/examples/ping.R +r-cran-nws: executable-not-elf-or-script usr/lib/R/site-library/nws/examples/hello.R +r-cran-nws: executable-not-elf-or-script usr/lib/R/site-library/nws/bin/nwsutil.py --- r-cran-nws-2.0.0.3.orig/debian/changelog +++ r-cran-nws-2.0.0.3/debian/changelog @@ -0,0 +1,55 @@ +r-cran-nws (2.0.0.3-3) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 + + -- Dirk Eddelbuettel Wed, 03 Apr 2013 16:51:48 -0500 + +r-cran-nws (2.0.0.3-2) unstable; urgency=low + + * inst/bin/localserver.py: Convert from string exception + (Closes: #585347) + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Fri, 08 Oct 2010 16:30:41 -0500 + +r-cran-nws (2.0.0.3-1) unstable; urgency=low + + * New upstream (pre-)release -- taken from http://nws.sourceforge.net + + * This can use (but does not require) packages Revobase and sprngNWS + which are not currently required; this does however prevent the + package from passing R CMD check and hence from entering CRAN. + + * debian/control: Changed Section: to 'gnu-r' + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 20 Oct 2009 11:21:49 -0500 + +r-cran-nws (1.7.0.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version 2.7.1 + * debian/control: Set Standards-Version: to current version 3.8.0 + + -- Dirk Eddelbuettel Fri, 08 Aug 2008 17:36:48 -0500 + +r-cran-nws (1.6.9-1) unstable; urgency=low + + * New upstream (pre-)release (not uploaded to Debian) + + -- Dirk Eddelbuettel Mon, 14 Jul 2008 07:21:18 -0500 + +r-cran-nws (1.6.3-1) unstable; urgency=low + + * Initial Debian release (Closes: #486371) + + -- Dirk Eddelbuettel Sun, 15 Jun 2008 12:43:06 -0500 --- r-cran-nws-2.0.0.3.orig/debian/rules +++ r-cran-nws-2.0.0.3/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-nws package +# Copyright 2004-2008 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-nws-2.0.0.3.orig/debian/copyright +++ r-cran-nws-2.0.0.3/debian/copyright @@ -0,0 +1,40 @@ +This is the Debian GNU/Linux r-cran-nws package of nws which provides +NetWorkSpace (NWS) support for GNU R. nws was written by REvolution +Computing with support and +contributions from Pfizer, Inc. + +This package was created by Dirk Eddelbuettel . The +sources were downloaded from CRAN at + http://cran.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'nws' to 'r-cran-nws' to +fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 2005 - 2008 REvolution Computing, Inc. + +License: GPL (v2 or later) + +On a Debian GNU/Linux system, the GPL licenses (versions 2 and 3) are +included in the files /usr/share/common-licenses/GPL-2 and +/usr/share/common-licenses/GPL-3. + +For reference, the upstream DESCRIPTION [indented two spaces] +file is included below: + + Package: nws + Title: R functions for NetWorkSpaces and Sleigh + Version: 1.6.3 + Author: REvolution Computing + with support and contributions from Pfizer, Inc. + Description: Provides coordination and parallel execution + facilities, as well as limited cross-language data exchange, + using the netWorkSpaces server developed by REvolution + Computing + Maintainer: REvolution Computing + License: GPL Version 2 or later. + Depends: R (>= 2.1), methods + LazyLoad: yes + URL: http://nws-r.sourceforge.net/ + Packaged: Tue Mar 18 11:45:06 2008; weston + + \ No newline at end of file --- r-cran-nws-2.0.0.3.orig/debian/control +++ r-cran-nws-2.0.0.3/debian/control @@ -0,0 +1,20 @@ +Source: r-cran-nws +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0), cdbs +Standards-Version: 3.9.4 + +Package: r-cran-nws +Architecture: all +Depends: ${shlibs:Depends}, ${R:Depends}, python +Suggests: python-nwsserver (>= 2.0.0) +Description: GNU R package for distributed programming via NetWorkSpaces + This Debian package provides support for NetWorkSpaces (NWS), a distributed + computing toolkit which makes it easy to use computing clusters from within + the Python and GNU R languages and scripting environments.. + . + See http://www.ddj.com/web-development/200001971 for a recent overview + article on NetWorkSpaces (albeit with a focus on use from Python). + + --- r-cran-nws-2.0.0.3.orig/inst/bin/localserver.py +++ r-cran-nws-2.0.0.3/inst/bin/localserver.py @@ -60,7 +60,7 @@ else: installSignalHandlers = 0 else: - raise 'internal error: out-of-sync with getopt' + raise Exception('internal error: out-of-sync with getopt') except getopt.GetoptError, e: sys.__stderr__.write('%s\n' % e.msg) sys.exit(1)