[r-cran-msm] 03/31: Fixed arch all -> any issue, enhanced documentation

Sébastien Villemot sebastien at debian.org
Thu Nov 16 16:17:08 UTC 2017


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

sebastien pushed a commit to branch master
in repository r-cran-msm.

commit f2cbf7627243137b3d3a05e86abe81555778edf1
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 9 09:48:33 2009 +0000

    Fixed arch all -> any issue, enhanced documentation
---
 debian/README.Debian | 16 +++++++++++++++-
 debian/control       |  2 +-
 debian/links         |  2 ++
 debian/rules         |  5 +++++
 4 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index f8370c1..8b635d7 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,20 @@
 R msm for Debian
 ----------------
 
-This package was builded as precondiion for R survaillance.
+While this package was builded as precondition for R surveillance -
+a R package which supports epidemiological research - the authors
+are basically using msm also for this very purpose.  Please see the
+comment of Ross Boylan <ross at biostat.ucsf.edu>
+
+  http://lists.debian.org/debian-science/2009/03/msg00011.html
+
+which says:
+
+  I believe it came out of epidemiology, and the uses we
+  are making of it are epidemiological, under a rather expansive
+  definition of the term.
+
+  The statistical model in msm has many potential uses outside of
+  medicine; it is definitely not just for epidemiology.
 
  -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100
diff --git a/debian/control b/debian/control
index 3ca679c..426a8b6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/tru
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-msm/trunk/
 
 Package: r-cran-msm
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}, r-base-core
 Description: GNU R Multi-state Markov and hidden Markov models in continuous time
  Functions for fitting general continuous-time Markov and hidden Markov
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..1bd3c94
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+usr/lib/R/site-library/msm/NEWS usr/share/doc/r-cran-msm/NEWS
+
diff --git a/debian/rules b/debian/rules
index 5028d00..79f2f83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,10 @@
 
 include /usr/share/R/debian/r-cran.mk
 
+pkg:=r-cran-msm
+
 clean::
 	rm -f src/msm.so
+
+install/$(pkg)::
+	chmod 644 debian/$(pkg)/usr/lib/R/site-library/msm/NEWS

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



More information about the debian-science-commits mailing list