[med-svn] [r-cran-bbmle] 03/11: * Add missing autopkgtest dependency: r-cran-testthat * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 * debhelper 10 * d/watch: version=4

Andreas Tille tille at debian.org
Fri Sep 29 18:15:34 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-bbmle.

commit 642774a30b87601cf379e3e7c8eaf61bb4a1e84b
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jan 15 21:09:17 2017 +0000

      * Add missing autopkgtest dependency: r-cran-testthat
      * Convert to dh-r
      * Canonical homepage for CRAN
      * d/watch: version=4
      * debhelper 10
      * d/watch: version=4
---
 debian/changelog     | 11 +++++++++++
 debian/compat        |  2 +-
 debian/control       | 13 ++++++-------
 debian/copyright     |  6 +++---
 debian/rules         | 15 +++++++++------
 debian/tests/control |  2 +-
 debian/watch         |  2 +-
 7 files changed, 32 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34925fc..cd1ee21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+r-cran-bbmle (1.0.18-2) unstable; urgency=medium
+
+  * Add missing autopkgtest dependency: r-cran-testthat
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * d/watch: version=4
+  * debhelper 10
+  * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org>  Sun, 15 Jan 2017 22:04:47 +0100
+
 r-cran-bbmle (1.0.18-1) unstable; urgency=low
 
   * Initial release (closes: #829567)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index e9d6c3b..7c0f4b3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-base-dev,
                r-cran-numderiv,
                r-cran-lattice,
@@ -12,15 +12,14 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bbmle/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bbmle/trunk/
-Homepage: https://cran.r-project.org/web/packages/bbmle
+Homepage: https://cran.r-project.org/package=bbmle
 
 Package: r-cran-bbmle
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends},
          ${R:Depends},
-         r-cran-numderiv,
-         r-cran-lattice,
-         r-cran-mass
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R tools for general maximum likelihood estimation
  This GNU R package provides methods and functions for fitting maximum
  likelihood models in R. This package modifies and extends the 'mle'
diff --git a/debian/copyright b/debian/copyright
index 143f497..b4a8e38 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-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: bbmle
 Upstream-Contact: Ben Bolker <bolker at mcmaster.ca>
-Source: https://cran.r-project.org/web/packages/bbmle
+Source: https://cran.r-project.org/package=bbmle
 
 Files: *
 Copyright: 2010-2016 Ben Bolker <bolker at mcmaster.ca>
@@ -9,7 +9,7 @@ Copyright: 2010-2016 Ben Bolker <bolker at mcmaster.ca>
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2016 Andreas Tille <tille at debian.org>
+Copyright: 2016-2017 Andreas Tille <tille at debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/rules b/debian/rules
index 4ee977a..64f61aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,12 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-install/$(package)::
-	chmod -x $(debRlib)/$(cranNameOrig)/unitTests/*
-	chmod -x $(debRlib)/$(cranNameOrig)/vignetteData/*
-	chmod -x $(debRlib)/$(cranNameOrig)/doc/*
-	chmod -x $(debRlib)/$(cranNameOrig)/NEWS.Rd
+override_dh_install:
+	dh_install
+	find debian -name "*.R" -exec chmod -x \{\} \;
+	find debian -iname "*.rda" -exec chmod -x \{\} \;
+	find debian -iname "*.Rnw" -exec chmod -x \{\} \;
+	find debian -iname "*.Rd" -exec chmod -x \{\} \;
+	find debian -name "Makefile" -exec chmod -x \{\} \;
diff --git a/debian/tests/control b/debian/tests/control
index 25377fc..bb53548 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, r-cran-runit
+Depends: @, r-cran-runit, r-cran-testthat
 Restrictions: allow-stderr
diff --git a/debian/watch b/debian/watch
index 71fcca2..d6dd599 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/bbmle_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bbmle.git



More information about the debian-med-commit mailing list