[r-cran-conting] 01/01: Added debian/ directory
Jonathon Love
jon at thon.cc
Sun Sep 20 23:07:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
jonathon-guest pushed a commit to branch master
in repository r-cran-conting.
commit 7167870ed7a422f52e69557b395bf5774c643145
Author: Jonathon Love <jon at thon.cc>
Date: Mon Sep 21 01:00:19 2015 +0200
Added debian/ directory
---
debian/README.source | 40 ++++++++++++++++++++++++++++++++++++++++
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 31 +++++++++++++++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 120 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..1e7d662
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,40 @@
+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/AOH.rda
+Documentation: man/AOH.Rd
+ Example data set:
+ 491 subjects are cross-classified according to the three factors:
+ hypertension (hyp; 2 levels), obesity (obe; 3 levels) and alcohol (alc;
+ 4 levels). There are a total of 24 cells in the table.
+
+Files: data/heart.rda
+Documentation: man/heart.Rd
+ Example data set:
+ 1841 men are cross-classified according to six risk factors for
+ coronary heart disease: smoking (A; 2 levels), strenuous mental
+ work (B; 2 levels), strenuous physical work (C; 2 levels),
+ systolic blood pressure (D; 2 levels), ratio of alpha and beta
+ lipoproteins (E; 2 levels) and family anamnesis of coronary
+ heart disease (F; 2 levels).
+
+Files: data/ScotPWID.rda
+Documentation: man/ScotPWID.Rd
+ Example data set:
+ 5670 people who inject drugs (PWID) in Scotland in 2006 are osberved by
+ four sources: social enquiry reports (S1), hospital records (S2),
+ Scottish drug misuse database (S3) and Hepatitis C virus (HCV) diagnosis
+ database (S4). The PWID are further cross-classified according to three
+ additional factors: region (Region; 2 levels), gender (Gender; 2
+ levels) and age (Age; 2 levels).
+
+Files: data/spina.rda
+Documentation: man/spina.Rd
+ Example data set:
+ 621 people born with Spina Bifida (a congenital disorder) in the state
+ of New York between 1969 and 1974 are observed by three sources:
+ birth certificates (S1); death certificates (S2); and medical
+ rehabilitation lists (S3). The people are also cross-classified
+ according to their ethnicity (eth; 3 levels).
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..66aa63b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-conting (1.5-1) unstable; urgency=low
+
+ * Initial release. (Closes: #799618)
+
+ -- Jonathon Love <jon at thon.cc> Mon, 21 Sep 2015 00:45:14 +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..bd4d3eb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: r-cran-conting
+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,
+ r-cran-mvtnorm,
+ r-cran-bms,
+ r-cran-gtools,
+ r-cran-tseries,
+ r-cran-coda
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-conting.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-conting.git
+Homepage: http://cran.r-project.org/package=conting
+
+Package: r-cran-conting
+Architecture: all
+Depends: ${R:Depends},
+ ${misc:Depends},
+ r-base,
+ r-cran-mvtnorm,
+ r-cran-bms,
+ r-cran-gtools,
+ r-cran-tseries,
+ r-cran-coda
+Description: GNU R package for Bayesian analysis of contingency tables
+ r-cran-conting is a GNU Package for Bayesian analysis of complete and
+ incomplete contingency tables.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b29e891
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: conting
+Upstream-Contact: Antony M. Overstall <antony.overstall at glasgow.ac.uk>
+Source: http://cran.r-project.org/web/packages/conting
+
+Files: *
+Copyright: 2012-2015 Antony M. Overstall
+License: GPL-2
+
+Files: debian/*
+Copyright: 2015 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'.
+
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..0238c57
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/conting_([\d\.-]*).tar.gz
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-conting.git
More information about the debian-science-commits
mailing list