[med-svn] [r-bioc-ebimage] 01/06: EBImage now compiles and loads for me.

Andreas Tille tille at debian.org
Wed Nov 8 12:49: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-bioc-ebimage.

commit 6f49e044c2b398adca3a4648aedbf5fa5cb807aa
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu Sep 11 09:25:05 2014 +0000

    EBImage now compiles and loads for me.
    
    It would be nice to see someone adopting this
    package.
---
 debian/README.Debian     | 13 +++++++++++++
 debian/README.test       |  5 +++++
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 23 +++++++++++++++++++++++
 debian/copyright         | 30 ++++++++++++++++++++++++++++++
 debian/docs              |  2 ++
 debian/rules             | 15 +++++++++++++++
 debian/source/format     |  1 +
 debian/upstream/metadata | 16 ++++++++++++++++
 debian/watch             |  4 ++++
 11 files changed, 115 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..4163c91
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,13 @@
+Bioconductor qvalue for Debian
+──────────────────────────────
+
+Debian ftpmaster has requested to remove the "binary without source"
+manual.pdf.  You can find it here online:
+
+    http://www.bioconductor.org/packages/release/bioc/vignettes/qvalue/inst/doc/manual.pdf
+
+besides other PDF documentation at the qvalue homepage
+
+    http://www.bioconductor.org/packages/release/bioc/html/qvalue.html
+
+ -- Andreas Tille <tille at debian.org>  Thu, 07 Jun 2012 17:40:29 +0200
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..b265efe
--- /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(EBImage)' in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..84afe1b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-bioc-ebimage (4.6.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 21 Aug 2014 18:36:51 +0200
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..630132b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: r-bioc-ebimage
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev (>= 3.0)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-ebimage/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-ebimage/trunk/
+Homepage: http://www.bioconductor.org/packages/release/bioc/html/ebimage.html
+
+Package: r-bioc-ebimage
+Architecture: all
+Depends: ${R:Depends},
+         ${shlib:Depends}
+Description: GNU R toolbox for image processing
+ EBImage is an R package which provides general purpose functionality for
+ the reading, writing, processing and analysis of images. Furthermore,
+ in the context of microscopy based cellular assays, EBImage offers
+ tools to transform the images, segment cells and extract quantitative
+ cellular descriptors.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0756358
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: EBImage
+Upstream-Contact: Andrzej Oles <andrzej.oles at embl.de>
+Source: http://www.bioconductor.org/packages/release/bioc/html/EBImage.html
+
+Files: *
+Copyright: © 2006-20124AGregoire Pau, Andrzej Oles, Mike Smith, Oleg Sklyar, Wolfgang Huber
+License: LGPL
+
+Files: debian/*
+Copyright: 2008-2009 Steffen Moeller <moeller at debian.org>
+License: LGPL
+
+License: LGPL
+ This program 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 3 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 Lesser General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On a Debian GNU/Linux system, the GNU Lesser GPL license version 3 is included
+ in the file ‘/usr/share/common-licenses/LGPL’.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d7b068c
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+debian/README.test
+CHANGES
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..22c97f0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+debRreposname=bioc
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/doc/*
+
+clean::
+	find . -name "*.pdf" -o -name "*.tex" -o -name "*-eps" -o -name "*.log" -o -name "*.ps" -o -name "*.txt" | xargs -r chmod -x
+
+get-orig-source:
+	uscan --verbose --force-download --repack --compression xz
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d458b93
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,16 @@
+Contact: Andrzej Oles <andrzej.oles at embl.de> 
+Homepage: http://www.bioconductor.org/packages/bioc/html/qvalue.html
+Name: EBImage
+Reference:
+ article: Pau20100201
+ author: Gréire Pau1, Florian Fuchs, Oleg Sklyar, Michael Boutros, Wolfgang Huber
+ title: EBImage.an R package for image processing with applications to cellular phenotypes
+ journal: Bioinformatics
+ volume: 26
+ number: 7
+ pages: 979-981
+ doi: 10.1093/bioinformatics/btq046
+ PMID: 20338898
+ year: 2010
+ URL: http://bioinformatics.oxfordjournals.org/content/26/7/979.full
+ eprint: http://bioinformatics.oxfordjournals.org/content/26/7/979.full.pdf+html
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..21a65d6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=downloadurlmangle=s/\.\./packages\/release\/bioc/ \
+ http://www.bioconductor.org/packages/release/bioc/html/EBImage.html \
+ .*/EBImage_([\d\.]+)\.tar\.gz

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



More information about the debian-med-commit mailing list