[r-cran-ca] 01/01: Added debian/* package info

Jonathon Love jon at thon.cc
Thu Apr 21 12:53:23 UTC 2016


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

jonathon-guest pushed a commit to branch master
in repository r-cran-ca.

commit a1aa9ab824281cb72f56acec42ea3883a1b343b9
Author: Jonathon Love <jon at thon.cc>
Date:   Thu Apr 21 22:44:29 2016 +1000

    Added debian/* package info
---
 debian/README.source | 28 +++++++++++++++++++
 debian/changelog     |  6 ++++
 debian/compat        |  1 +
 debian/control       | 21 ++++++++++++++
 debian/copyright     | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  4 +++
 debian/source/format |  1 +
 debian/watch         |  3 ++
 8 files changed, 141 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..302d337
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,28 @@
+
+Explanation for binary files inside source package according to
+  http://lists.debian.org/debian-devel/2013/09/msg00332.html
+
+This package contains several example data sets
+
+Files: data/author.rda
+Documentation: man/author.rd
+  This data matrix contains the counts of the 26 letters of the
+alphabet (columns of matrix) for 12 different novels (rows of
+matrix). Each row contains letter counts in a sample of text
+from each work, excluding proper nouns.
+
+
+Files: data/smoke.rda
+Documentation: man/smoke.rd
+  Table containing 5 rows (staff group) and 4 columns (smoking
+categories), giving the frequencies of smoking categories in
+each staff group in a fictional organization.
+
+
+Files: data/wg93.rda
+Documentation: man/wg93.rd
+  This data frame contains records of four questions on attitude
+towards science with responses on a five-point scale (1=agree
+strongly to 5=disagree strongly) and three demographic variables
+(sex, age and education).
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3fa91b5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-ca (0.64-1) unstable; urgency=low
+
+  * Initial release. (Closes: #822082)
+
+ -- Jonathon Love <jon at thon.cc>  Thu, 21 Apr 2016 22:08:12 +1000
+
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..ca7c405
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: r-cran-ca
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathon Love <jon at thon.cc>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-ca.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-ca.git
+Homepage: http://www.carme-n.org/
+
+Package: r-cran-ca
+Architecture: all
+Depends: ${R:Depends},
+         ${misc:Depends},
+         r-base
+Description: GNU R package for simple, multiple and joint correspondence analysis
+ r-cran-ca is a GNU R package for computation and visualization of
+ simple, multiple and joint correspondence analysis
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..acf1682
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,77 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ca
+Upstream-Contact: Oleg Nenadic <onenadi at uni-goettingen.de>
+Source: http://cran.r-project.org/web/packages/ca
+
+Files: *
+Copyright: 2007-2016 Michael Greenacre, Oleg Nenadic, Michael Friendly
+License: GPL-2 or GPL-3
+
+Files: debian/*
+Copyright: 2016 Jonathon Love <jon at thon.cc>
+License: GPL-2+
+
+License: GPL-2
+ 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;
+ version 2.
+ .
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2+
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3
+ 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;
+ version 3.
+ .
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..935f37f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/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..b26634d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/ca_([\d\.-]*).tar.gz
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-ca.git



More information about the debian-science-commits mailing list