[med-svn] r15089 - in trunk/packages/R: . r-cran-hwriter r-cran-hwriter/trunk r-cran-hwriter/trunk/debian r-cran-hwriter/trunk/debian/source
Andreas Tille
tille at alioth.debian.org
Mon Nov 4 21:04:53 UTC 2013
Author: tille
Date: 2013-11-04 21:04:53 +0000 (Mon, 04 Nov 2013)
New Revision: 15089
Added:
trunk/packages/R/r-cran-hwriter/
trunk/packages/R/r-cran-hwriter/trunk/
trunk/packages/R/r-cran-hwriter/trunk/debian/
trunk/packages/R/r-cran-hwriter/trunk/debian/README.test
trunk/packages/R/r-cran-hwriter/trunk/debian/changelog
trunk/packages/R/r-cran-hwriter/trunk/debian/compat
trunk/packages/R/r-cran-hwriter/trunk/debian/control
trunk/packages/R/r-cran-hwriter/trunk/debian/copyright
trunk/packages/R/r-cran-hwriter/trunk/debian/docs
trunk/packages/R/r-cran-hwriter/trunk/debian/lintian-overrides
trunk/packages/R/r-cran-hwriter/trunk/debian/rules
trunk/packages/R/r-cran-hwriter/trunk/debian/source/
trunk/packages/R/r-cran-hwriter/trunk/debian/source/format
trunk/packages/R/r-cran-hwriter/trunk/debian/watch
Log:
Add precondition for r-bioc-shortread
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/README.test (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/README.test 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(hwriter)’ in order to confirm its integrity.
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/changelog 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,5 @@
+r-cran-hwriter (1.3-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Mon, 04 Nov 2013 21:42:29 +0100
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/compat 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1 @@
+9
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/control 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,28 @@
+Source: r-cran-hwriter
+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
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-hwriter/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-hwriter/trunk/
+Homepage: http://cran.r-project.org/web/packages/hwriter
+
+Package: r-cran-hwriter
+Architecture: all
+Depends: ${R:Depends}
+Description: HTML Writer - Outputs R objects in HTML format
+ The GNU R package hwriter provides an easy-to-use and versatile
+ functions to output R objects in HTML format. It supports advanced
+ formatting, tables, CSS styling, images and provides a convenient
+ mapping between R tables and HTML tables.
+ .
+ The package provides the following functions (but most of the job is
+ carried out by hwrite):
+ hwrite: outputs an R object in HTML format.
+ hwriteImage: writes an image.
+ openPage, closePage: handles HTML page/document creation.
+ hmakeTag: is a low-level HTML tag formatting function.
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/copyright 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hwriter
+Upstream-Contact: Gregoire Pau <gregoire.pau at ebi.ac.uk>
+Source: http://cran.r-project.org/web/packages/hwriter
+
+Files: *
+Copyright: 2005-2010 Gregoire Pau <gregoire.pau at ebi.ac.uk>
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2013 Andreas Tille <tille at debian.org>
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/docs (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/docs 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1 @@
+debian/README.test
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/lintian-overrides
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/lintian-overrides (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/lintian-overrides 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,2 @@
+# All R-modules are ending up in /usr/lib - so there is no real point in moving small images around
+r-cran-hwriter: image-file-in-usr-lib usr/lib/R/site-library/hwriter/images/*
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/rules 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: trunk/packages/R/r-cran-hwriter/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/source/format 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-hwriter/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-hwriter/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-hwriter/trunk/debian/watch 2013-11-04 21:04:53 UTC (rev 15089)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/hwriter_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list