[med-svn] r13255 - trunk/packages/R/r-cran-g.data/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Wed Apr 3 03:59:56 UTC 2013
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 <plessy at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <plessy at debian.org>
Section: gnu-r
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Charles Plessy <plessy at debian.org>
-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.
+
More information about the debian-med-commit
mailing list