[med-svn] [r-cran-calibrate] 02/02: Initial debian/*

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Sun Mar 26 21:33:55 UTC 2017


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

bob.dybian-guest pushed a commit to branch master
in repository r-cran-calibrate.

commit 59f0461256d7aa986edd74350b7a767e10493854
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Sun Mar 26 23:19:51 2017 +0200

    Initial debian/*
---
 debian/README.source     | 24 ++++++++++++++++++++++++
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 24 ++++++++++++++++++++++++
 debian/copyright         | 29 +++++++++++++++++++++++++++++
 debian/rules             |  5 +++++
 debian/source/format     |  1 +
 debian/upstream/metadata | 14 ++++++++++++++
 debian/watch             |  2 ++
 9 files changed, 105 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..dcd6f0e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,24 @@
+Explanation for binary files inside source package according to
+  http://lists.debian.org/debian-devel/2013/09/msg00332.html
+
+Files: calibrate/data/calves.rda
+Documentation: man/calves.Rd
+  -> experiment data
+
+Files: calibrate/data/goblets.rda
+Documentation: man/goblets.Rd
+  -> experiment data
+
+Files: calibrate/data/heads.rda
+Documentation: man/heads.Rd
+  -> experiment data
+
+Files: calibrate/data/linnerud.rda
+Documentation: man/linnerud.Rd
+  -> experiment data
+
+Files: calibrate/data/storks.rda
+Documentation: man/storks.Rd
+  -> experiment data
+
+ -- Dylan Aïssi <bob.dybian at gmail.com>  Sun, 26 Mar 2017 22:44:34 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..294a892
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-calibrate (1.7.2-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Dylan Aïssi <bob.dybian at gmail.com>  Sun, 26 Mar 2017 22:44:34 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..646373e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: r-cran-calibrate
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Dylan Aïssi <bob.dybian at gmail.com>
+Build-Depends: debhelper (>= 10),
+ dh-r,
+ r-base-dev,
+ r-cran-mass
+Standards-Version: 3.9.8
+Homepage: https://cran.r-project.org/package=calibrate
+Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-calibrate.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-calibrate.git
+
+Package: r-cran-calibrate
+Architecture: all
+Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Calibration of Scatterplot and Biplot Axes
+ This package provides functions for drawing calibrated scales
+ with tick marks on (non-orthogonal) variable vectors in scatterplots
+ and biplots.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..61ded52
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: calibrate
+Upstream-Contact: Jan Graffelman <jan.graffelman at upc.edu>
+Source: https://cran.r-project.org/package=calibrate
+
+Files: *
+Copyright: 2004-2013 Jan Graffelman <jan.graffelman at upc.edu>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2017 Dylan Aïssi <bob.dybian at gmail.com>
+License: GPL-2
+
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License in version
+ 2 of the license as published by the Free Software Foundation.
+ .
+ This package 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 package; 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 General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+
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..f6d374c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,14 @@
+Archive: CRAN
+Contact: Jan Graffelman <jan.graffelman at upc.edu>
+Name: calibrate
+Reference:
+  - Author: Jan Graffelman and Fred van Eeuwijk
+    Title: "Calibration of Multivariate Scatter plots for Exploratory Analysis of Relations Within and Between Sets of Variables in Genomic Research"
+    Journal: Biometrical Journal
+    Volume: 47
+    Number: 6
+    Pages: 863-879
+    Year: 2005
+    DOI: 10.1002/bimj.200510177
+    URL: http://onlinelibrary.wiley.com/doi/10.1002/bimj.200510177/abstract
+    eprint: http://onlinelibrary.wiley.com/doi/10.1002/bimj.200510177/pdf
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..94aca00
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/calibrate_([-\d.]*)\.tar\.gz

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



More information about the debian-med-commit mailing list