[med-svn] [SCM] r-cran-rsqlite branch, master, updated. debian/0.11.1-1-9-g21e7269
Charles Plessy
plessy at debian.org
Tue Apr 9 11:06:12 UTC 2013
The following commit has been merged in the master branch:
commit 259c9cc95edfcf82f0308695652e1da7c687e07a
Author: Charles Plessy <plessy at debian.org>
Date: Tue Apr 9 20:03:45 2013 +0900
Normalised debian/control with 'cme fix dpkg-control'
diff --git a/debian/control b/debian/control
index 23a84c9..f05f763 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,29 @@
Source: r-cran-rsqlite
-Section: gnu-r
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
Uploaders: Carlos Borroto <carlos.borroto at gmail.com>
-Build-Depends: debhelper (>= 9), autotools-dev, cdbs, r-base-dev (>= 2.10.0), r-cran-dbi, libsqlite3-dev
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ cdbs,
+ r-base-dev,
+ r-cran-dbi,
+ libsqlite3-dev
Standards-Version: 3.9.4
-Homepage: http://cran.r-project.org/web/packages/RSQLite/
-Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-rsqlite.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-cran-rsqlite.git;a=summary
+Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-rsqlite.git
+DM-Upload-Allowed: yes
+Homepage: http://cran.r-project.org/web/packages/RSQLite/
Package: r-cran-rsqlite
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-dbi
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends},
+ r-cran-dbi
Suggests: r-cran-runit
Description: Database Interface R driver for SQLite
This package embeds the SQLite database engine in R and provides an interface
compliant with the DBI package. The source for the SQLite engine (version
3.7.9) is included.
+
--
Packaging for R/CRAN/RSQLite
More information about the debian-med-commit
mailing list