[med-svn] r17181 - in trunk/packages/R: . r-cran-brew r-cran-brew/trunk r-cran-brew/trunk/debian r-cran-brew/trunk/debian/source

Andreas Tille tille at moszumanska.debian.org
Mon Jun 16 13:28:00 UTC 2014


Author: tille
Date: 2014-06-16 13:28:00 +0000 (Mon, 16 Jun 2014)
New Revision: 17181

Added:
   trunk/packages/R/r-cran-brew/
   trunk/packages/R/r-cran-brew/trunk/
   trunk/packages/R/r-cran-brew/trunk/debian/
   trunk/packages/R/r-cran-brew/trunk/debian/changelog
   trunk/packages/R/r-cran-brew/trunk/debian/compat
   trunk/packages/R/r-cran-brew/trunk/debian/control
   trunk/packages/R/r-cran-brew/trunk/debian/copyright
   trunk/packages/R/r-cran-brew/trunk/debian/rules
   trunk/packages/R/r-cran-brew/trunk/debian/source/
   trunk/packages/R/r-cran-brew/trunk/debian/source/format
   trunk/packages/R/r-cran-brew/trunk/debian/watch
Log:
Another pre-pre-depends to update BioConductor packages


Added: trunk/packages/R/r-cran-brew/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/changelog	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1,5 @@
+r-cran-brew (1.0-6-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 13 Jun 2014 22:52:06 +0200

Added: trunk/packages/R/r-cran-brew/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/compat	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-brew/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/control	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1,21 @@
+Source: r-cran-brew
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev (>= 3.0.0)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-brew/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-brew/trunk/
+Homepage: http://cran.r-project.org/web/packages/brew/
+
+Package: r-cran-brew
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${R:Depends}
+Description: GNU R templating framework for report generation
+ The GNU R package brew implements a templating framework for mixing
+ text and R code for report generation. brew template syntax is similar
+ to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.

Added: trunk/packages/R/r-cran-brew/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/copyright	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: brew
+Upstream-Contact: Jeffrey Horner <jeffrey.horner at gmail.com>
+Source: http://cran.r-project.org/web/packages/sendmailR/
+
+Files: *
+Copyright: 2001-2011 Jeffrey Horner <jeffrey.horner at gmail.com>
+License: GPL2
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL2
+
+License: GPL2
+ 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 2 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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Public
+ License can be found in `/usr/share/common-licenses/GPL'.

Added: trunk/packages/R/r-cran-brew/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/rules	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk


Property changes on: trunk/packages/R/r-cran-brew/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-brew/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/source/format	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-brew/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-brew/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-brew/trunk/debian/watch	2014-06-16 13:28:00 UTC (rev 17181)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/brew_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list