Author: plessy Date: 2013-04-03 03:59:56 +0000 (Wed, 03 Apr 2013) New Revision: 13255
Modified: trunk/packages/R/r-cran-g.data/trunk/debian/changelog trunk/packages/R/r-cran-g.data/trunk/debian/control Log: Normalised with 'cme fix dpkg-control' Modified: trunk/packages/R/r-cran-g.data/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-g.data/trunk/debian/changelog 2013-04-03 03:57:18 UTC (rev 13254) +++ trunk/packages/R/r-cran-g.data/trunk/debian/changelog 2013-04-03 03:59:56 UTC (rev 13255) @@ -2,6 +2,7 @@ * New upstream release. * debian/control: removed obsolete field DM-Upload-Allowed. + * debian/control: normalised with 'cme fix dpkg-control'. -- Charles Plessy <[email protected]> Wed, 03 Apr 2013 12:52:57 +0900 Modified: trunk/packages/R/r-cran-g.data/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-g.data/trunk/debian/control 2013-04-03 03:57:18 UTC (rev 13254) +++ trunk/packages/R/r-cran-g.data/trunk/debian/control 2013-04-03 03:59:56 UTC (rev 13255) @@ -1,21 +1,25 @@ Source: r-cran-g.data +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]> Section: gnu-r Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Charles Plessy <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, r-base-dev +Build-Depends: debhelper (>= 7), + cdbs, + r-base-dev Standards-Version: 3.9.2 -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/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-g.data/trunk/ +Homepage: http://cran.r-project.org/web/packages/g.data Package: r-cran-g.data Architecture: all -Depends: ${shlibs:Depends}, r-base-core +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. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
