--- rsprng-1.0.orig/debian/changelog +++ rsprng-1.0/debian/changelog @@ -0,0 +1,123 @@ +rsprng (1.0-5build1) artful; urgency=medium + + * No-change rebuild to pick up r-api-3.4 + + -- Graham Inggs Wed, 27 Sep 2017 10:04:27 +0000 + +rsprng (1.0-5) unstable; urgency=medium + + * Rebuilt under R 3.4.0 to update registration for .C() and .Fortran() + + * debian/control: Set Build-Depends: to current R version + * debian/control: Add Depends: on ${misc:Depends} + + -- Dirk Eddelbuettel Sun, 18 Jun 2017 15:10:23 -0500 + +rsprng (1.0-4) unstable; urgency=medium + + * debian/compat: Created (Closes: #830386) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Fri, 08 Jul 2016 06:56:20 -0500 + +rsprng (1.0-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 (beta) + + -- Dirk Eddelbuettel Sun, 31 Mar 2013 10:41:35 -0500 + +rsprng (1.0-2) unstable; urgency=low + + * Rebuilt against libsprng2-dev_2.0a-6 and libgmp-dev + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Mon, 07 Mar 2011 07:16:01 -0600 + +rsprng (1.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 10 Mar 2010 13:09:10 -0600 + +rsprng (0.4-2) unstable; urgency=low + + * Rebuilt for R 2.10.0 to work with new R-internal help file conversion + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * debian/control: Changed Section: to section 'gnu-r' + + -- Dirk Eddelbuettel Mon, 02 Nov 2009 20:50:31 -0600 + +rsprng (0.4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Update (Build-)Depends on current R version + * debian/control: Update Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 08 Jun 2008 15:10:23 -0500 + +rsprng (0.3.4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.5.0) + + -- Dirk Eddelbuettel Mon, 14 May 2007 21:17:59 -0500 + +rsprng (0.3.3-1) unstable; urgency=low + + * New upstream release + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.3.1) + + * debian/control: Standards-Version: increased to 3.7.2 + + * debian/post{inst,rm}: No longer call R to update html help index + + -- Dirk Eddelbuettel Mon, 24 Jul 2006 21:58:48 -0500 + +rsprng (0.3.1-3) unstable; urgency=low + + * Rebuilt against newer libsprng and libgmp3 (Closes: #325855) + * debian/control: Made correspondent Build-Depends versioned + * debian/watch: Corrected regular expression (thanks, Rafael Laboissier) + * debian/post{inst,rm}: Call /usr/bin/R explicitly (thanks, Kurt Hornik) + * debian/control: Upgraded Standards-Version: to 3.6.2.1 + + -- Dirk Eddelbuettel Wed, 31 Aug 2005 20:39:38 -0500 + +rsprng (0.3.1-2) unstable; urgency=low + + * Rebuilt under R 2.0.0 + * debian/control: Updated Build-Depends: and Depends: accordingly + * debian/post{inst,rm}: Only run build-help.pl if R is installed + * debian/watch: Added watch file + + -- Dirk Eddelbuettel Fri, 8 Oct 2004 20:35:21 -0500 + +rsprng (0.3.1-1) unstable; urgency=low + + * Initial Debian release, now that sprng is in the archive + * configure.in,configure: Set '-I/usr/include/sprng' and '-lsprng -lgmp' + to override the somewhat limited configure tests, need to fix this at + some point + * debian/control: Build-Depends on libsprng2-dev, libgmp3-dev + + -- Dirk Eddelbuettel Sun, 27 Jun 2004 18:26:35 -0500 + + --- rsprng-1.0.orig/debian/compat +++ rsprng-1.0/debian/compat @@ -0,0 +1 @@ +7 --- rsprng-1.0.orig/debian/control +++ rsprng-1.0/debian/control @@ -0,0 +1,14 @@ +Source: rsprng +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.0), cdbs, libsprng2-dev (>= 2.0a-6), libgmp-dev +Standards-Version: 3.9.8 + +Package: r-cran-rsprng +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} +Description: GNU R interface to SPRNG (Scalable Parallel RNGs) + This package provides an interface to the SPRNG (Scalable Parallel Random + Number Generator) library API, along with examples and documentation. + --- rsprng-1.0.orig/debian/copyright +++ rsprng-1.0/debian/copyright @@ -0,0 +1,33 @@ +This is the Debian GNU/Linux r-cran-rsprng package of rsprng, a +package that provides an interface to the SPRNG (scalable parallel +random number generator) library from GNU R. Rsprng was written by Na +(Michael) Li. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'rsprng' to 'r-cran-rsprng' +to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 2002 - 2008 Na (Michael) Li + +License: GPL-2 or newer + +On a Debian GNU/Linux system, the GPL license is included in the file +/usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: rsprng + Version: 0.3-1 + Date: $Date: 2004/02/14 04:51:52 $ + Title: R interface to SPRNG (Scalable Parallel Random Number Generators) + Author: Na (Michael) Li + Maintainer: Na (Michael) Li + Depends: R (>= 1.2.0) + Description: Provides interface to SPRNG APIs, and examples and + documentation for its use. + License: GPL version 2 or newer + URL: http://www.r-project.org/, + http://www.biostat.umn.edu/~nali/SoftwareListing.html --- rsprng-1.0.orig/debian/rules +++ rsprng-1.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-rsprng package +# Copyright 2004, 2005, 2006, 2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + + --- rsprng-1.0.orig/debian/watch +++ rsprng-1.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/-/\./" \ + http://cran.r-project.org/src/contrib/rsprng_([-\d\.]*)\.tar.gz