[r-cran-msm] 12/31: New upstream version

Sébastien Villemot sebastien at debian.org
Thu Nov 16 16:17:09 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 390abac331d6be9a81e2fbbb2858971e41ebd5d7
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 1 08:54:10 2010 +0000

    New upstream version
---
 debian/README.Debian | 11 +++++++----
 debian/changelog     |  9 +++++++++
 debian/control       |  2 +-
 debian/rules         | 10 ++++------
 debian/source/format |  1 +
 5 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 8b635d7..f5f49f9 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,10 +1,13 @@
 R msm for Debian
 ----------------
 
-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>
+This package can be tested by loading it into R with the command
+‘library(msm)’ in order to confirm its integrity.
+
+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
 
diff --git a/debian/changelog b/debian/changelog
index 19ff561..b849681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+r-cran-msm (1.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Standards-Version: 3.9.1
+  * debian/rules: use $(package) variable
+  * debian/source/format: 3.0 (quilt)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 01 Dec 2010 09:41:05 +0100
+
 r-cran-msm (0.9.7-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 5611a34..49427ea 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-mvtnorm, r-cran-survival
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://cran.r-project.org/web/packages/msm/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-msm/trunk/
diff --git a/debian/rules b/debian/rules
index aba3bcd..d26ff34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,13 @@
 
 include /usr/share/R/debian/r-cran.mk
 
-pkg:=r-$(debRreposname)-$(cranName)
-
 clean::
-	echo "Clean up for package $(pkg)"
+	echo "Clean up for package $(package)"
 	rm -f src/msm.so
 
-install/$(pkg)::
-	chmod 644 debian/$(pkg)/usr/lib/R/site-library/msm/NEWS
+install/$(package)::
+	chmod 644 debian/$(package)/usr/lib/R/site-library/msm/NEWS
 
 	# Require a number equal or superior than the R version the package was built with.
-	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/$(pkg).substvars
+	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/$(package).substvars
 
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)

-- 
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