[med-svn] [r-cran-hwriter] 01/06: Add precondition for r-bioc-shortread

Andreas Tille tille at debian.org
Fri Oct 20 05:23:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-hwriter.

commit 51668a89461d07533b4c5de474b2cd4b5c558e2e
Author: Andreas Tille <tille at debian.org>
Date:   Mon Nov 4 21:04:53 2013 +0000

    Add precondition for r-bioc-shortread
---
 debian/README.test       |  5 +++++
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 28 ++++++++++++++++++++++++++++
 debian/copyright         | 31 +++++++++++++++++++++++++++++++
 debian/docs              |  1 +
 debian/lintian-overrides |  2 ++
 debian/rules             |  3 +++
 debian/source/format     |  1 +
 debian/watch             |  2 ++
 10 files changed, 79 insertions(+)

diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..4dac0e0
--- /dev/null
+++ b/debian/README.test
@@ -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.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a24aecc
--- /dev/null
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dff12f2
--- /dev/null
+++ b/debian/control
@@ -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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..590ffef
--- /dev/null
+++ b/debian/copyright
@@ -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'.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50f6656
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+debian/README.test
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..cea01b6
--- /dev/null
+++ b/debian/lintian-overrides
@@ -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/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1e69b90
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/hwriter_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-hwriter.git



More information about the debian-med-commit mailing list