--- r-cran-g.data-2.0.orig/debian/watch +++ r-cran-g.data-2.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://cran.r-project.org/src/contrib/g.data_([-0-9\.]*)\.tar\.gz + --- r-cran-g.data-2.0.orig/debian/rules +++ r-cran-g.data-2.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-qtl package +# Copyright 2003-2006 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-g.data-2.0.orig/debian/upstream-metadata.yaml +++ r-cran-g.data-2.0/debian/upstream-metadata.yaml @@ -0,0 +1,7 @@ +Archive: http://cran.r-project.org/src/contrib/ +Contact: David Brahm +CRAN: g.data +Distributor: CRAN +Homepage: http://cran.r-project.org/web/packages/g.data/ +Name: g.data +Watch: http://cran.r-project.org/src/contrib/g.data_([-0-9\.]*)\.tar\.gz --- r-cran-g.data-2.0.orig/debian/control +++ r-cran-g.data-2.0/debian/control @@ -0,0 +1,22 @@ +Source: r-cran-g.data +Section: gnu-r +Priority: optional +Maintainer: Debian Med Packaging Team +Uploaders: Steffen Moeller , + Charles Plessy +DM-Upload-Allowed: yes +Build-Depends: debhelper (> 7), cdbs, r-base-dev +Standards-Version: 3.8.3 +Homepage: http://cran.r-project.org/web/packages/g.data +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-g.data/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-g.data/trunk/ + +Package: r-cran-g.data +Architecture: all +Depends: ${shlibs:Depends}, r-base-core +Description: GNU R package for delayed-data + g.data creates and maintains delayed-data packages (DDP's). Data + stored in a DDP are available on demand, but do not take up memory + until requested. You attach a DDP with g.data.attach(), then read from + it and assign to it in a manner similar to S-Plus, except that you must + run g.data.save() to actually commit to disk. --- r-cran-g.data-2.0.orig/debian/copyright +++ r-cran-g.data-2.0/debian/copyright @@ -0,0 +1,33 @@ +Name : g.data +Contact : David Brahm +Source : http://cran.r-project.org/src/contrib/g.data_2.0.tar.gz + +Copyright : David Brahm +License : GPL + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On a Debian GNU/Linux system, the latest version of the GNU General Public +License is included in the file ‘/usr/share/common-licenses/GPL’. + +The package was renamed from its upstream name 'g.data' to +'r-cran-g.data' to highlight the fact that is it a package for R within +the CRAN archive. + + +Files: debian/* +Copyright: Steffen Möller +License: same as g.data + +This Debian package was created by Steffen Moeller . --- r-cran-g.data-2.0.orig/debian/changelog +++ r-cran-g.data-2.0/debian/changelog @@ -0,0 +1,16 @@ +r-cran-g.data (2.0-2) unstable; urgency=low + + * Rebuilt against R 2.10.0 (new documentation system). + * Incremented Standards-Version to reflect compliance with Policy 3.8.3 + (debian/control, no changes needed). + * Upgraded to Debhelper 7 (debian/control). + * Documented various informations in debian/upstream-metadata.yaml. + * Converted debian/copyright to my latest experimentation on the format. + + -- Charles Plessy Tue, 27 Oct 2009 13:36:39 +0900 + +r-cran-g.data (2.0-1) unstable; urgency=low + + * Initial release (Closes: #530004). + + -- Steffen Moeller Fri, 22 May 2009 21:05:06 +0200