--- r-cran-runit-0.4.28.orig/debian/changelog +++ r-cran-runit-0.4.28/debian/changelog @@ -0,0 +1,95 @@ +r-cran-runit (0.4.28-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Standards-Version: to current version + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Tue, 06 Jan 2015 17:40:59 -0600 + +r-cran-runit (0.4.27-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Standards-Version: to current version + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sat, 27 Sep 2014 11:44:32 -0500 + +r-cran-runit (0.4.26-2) unstable; urgency=low + + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 09:41:33 -0500 + +r-cran-runit (0.4.26-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 Mon, 20 Sep 2010 08:58:43 -0500 + +r-cran-runit (0.4.25-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Tue, 22 Dec 2009 10:07:01 -0600 + +r-cran-runit (0.4.22-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 + + -- Dirk Eddelbuettel Tue, 03 Nov 2009 14:30:01 -0600 + +r-cran-runit (0.4.22-1) unstable; urgency=low + + * New upstream release + + * debian/control: Changed Section: to new section 'gnu-r' + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version 3.8.1 + + -- Dirk Eddelbuettel Fri, 24 Apr 2009 10:44:41 -0500 + +r-cran-runit (0.4.21-1) unstable; urgency=low + + * New upstream release + + * debian/control: Build-Depends: updated to current R version + + -- Dirk Eddelbuettel Thu, 15 Jan 2009 15:09:56 -0600 + +r-cran-runit (0.4.20-1) unstable; urgency=low + + * New upstream release + + * debian/control: Build-Depends: updated to current R version + + -- Dirk Eddelbuettel Sat, 15 Nov 2008 15:27:22 -0600 + +r-cran-runit (0.4.19-1) unstable; urgency=low + + * New upstream release + + * debian/control: Build-Depends: updated to current R version + * debian/control: Standards-Version: updated to current version + + -- Dirk Eddelbuettel Fri, 20 Jun 2008 15:38:39 -0500 + +r-cran-runit (0.4.17-1) unstable; urgency=low + + * Initial Debian release + + -- Dirk Eddelbuettel Tue, 02 Oct 2007 20:27:12 -0500 --- r-cran-runit-0.4.28.orig/debian/control +++ r-cran-runit-0.4.28/debian/control @@ -0,0 +1,14 @@ +Source: r-cran-runit +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.1.2), cdbs +Standards-Version: 3.9.7 + +Package: r-cran-runit +Architecture: all +Depends: ${R:Depends} +Description: GNU R package providing unit testing framework + This package implements a standard Unit Testing framework, with + additional code inspection and report generation tools + --- r-cran-runit-0.4.28.orig/debian/copyright +++ r-cran-runit-0.4.28/debian/copyright @@ -0,0 +1,37 @@ +This is the Debian GNU/Linux r-cran-runit package of RUnit, a package +that implements a standard Unit Testing framework for R. RUnit was written +by Matthias Burger, Klaus Juenemann and Thomas Koenig. + +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 'RUnit' to +'r-cran-runit' to fit the pattern of CRAN (and non-CRAN) packages for +R, and to avoid clashing with the existing remote logging tool runit. + +Copyright (C) 2004 - 2008 Matthias Burger, Klaus Juenemann and Thomas Koenig + +License: GPL (v2) + +On a Debian GNU/Linux system, the GPL license (version 2) is included +in the file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION [with lines broken to 80 cols, +and indented] file is included below: + + Package: RUnit + Version: 0.4.17 + Date: 2007/05/21 + Title: R Unit test framework + Author: Matthias Burger , + Klaus Juenemann , + Thomas Koenig + Maintainer: Matthias Burger + LazyLoad: yes + Depends: R (>= 1.9.0), utils (>= 1.9.0), methods (>= 1.9.0) + Description: R functions implementing a standard Unit Testing framework, + with additional code inspection and report generation tools + License: GPL 2 + URL: https://sourceforge.net/projects/runit/ + Packaged: Mon May 21 13:43:01 2007; burger --- r-cran-runit-0.4.28.orig/debian/overrides +++ r-cran-runit-0.4.28/debian/overrides @@ -0,0 +1 @@ +r-cran-runit: extra-license-file usr/lib/R/site-library/RUnit/COPYING \ No newline at end of file --- r-cran-runit-0.4.28.orig/debian/rules +++ r-cran-runit-0.4.28/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-runit package +# Copyright 2004-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-runit-0.4.28.orig/debian/watch +++ r-cran-runit-0.4.28/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/RUnit_([-\d\.]*)\.tar.gz