[r-cran-msm] 29/31: * New upstream version * Convert to dh-r * Canonical homepage for CRAN

Sébastien Villemot sebastien at debian.org
Thu Nov 16 16:17:11 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 22206ac654e38799308844d5635e59f89658c71e
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 2 20:47:00 2016 +0000

      * New upstream version
      * Convert to dh-r
      * Canonical homepage for CRAN
---
 debian/changelog |  8 ++++++++
 debian/control   | 13 ++++++-------
 debian/copyright |  8 ++++----
 debian/rules     | 16 ++++++----------
 4 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ece749c..c75db56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-msm (1.6.4-1) unstable; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org>  Wed, 02 Nov 2016 21:21:01 +0100
+
 r-cran-msm (1.6.1-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 5a29d1b..fa57ae9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
 Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev (>= 3.0.0),
                r-cran-expm,
                r-cran-mvtnorm,
@@ -13,16 +13,15 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-msm/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-msm/trunk/
-Homepage: http://cran.r-project.org/web/packages/msm/
+Homepage: https://cran.r-project.org/package=msm
 
 Package: r-cran-msm
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${R:Depends},
-         r-cran-expm,
-         r-cran-mvtnorm,
-         r-cran-survival
-Recommends: r-cran-numderiv
+         ${misc:Depends},
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R Multi-state Markov and hidden Markov models in continuous time
  Functions for fitting general continuous-time Markov and hidden Markov
  multi-state models to longitudinal data. Both Markov transition rates and the
diff --git a/debian/copyright b/debian/copyright
index 12f112a..c720327 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: msm
 Upstream-Contact: Christopher Jackson <chris.jackson at mrc-bsu.cam.ac.uk>
-Source: http://cran.r-project.org/web/packages/msm/
+Source: https://cran.r-project.org/package=msm
 
 Files: *
-Copyright: 2008-2014 Christopher Jackson
+Copyright: 2008-2016 Christopher Jackson
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2009-2014 Andreas Tille <tille at debian.org>
+Copyright: 2009-2016 Andreas Tille <tille at debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/rules b/debian/rules
index d24acb7..2a822cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,9 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-msm package
-# Copyright 2009 by Andreas Tille <tille at debian.org>
 
-include /usr/share/R/debian/r-cran.mk
-
-clean::
-	rm -f src/msm.so
-
-install/$(package)::
-	chmod 644 debian/$(package)/usr/lib/R/site-library/msm/NEWS
+%:
+	dh $@ --buildsystem R
 
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name NEWS -exec chmod -x \{\} \;
+	find debian -name CITATION -exec chmod -x \{\} \;

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