[med-svn] [r-cran-rredlist] 04/11: * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 * New versioned Build-Depends: r-cran-jsonlite (>= 1.1)

Andreas Tille tille at debian.org
Mon Oct 2 10:52:50 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-rredlist.

commit 252db110f77e211c828ea6d2409ba2475be941eb
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 15 08:08:06 2016 +0000

      * New upstream version
      * Convert to dh-r
      * Canonical homepage for CRAN
      * d/watch: version=4
      * New versioned Build-Depends: r-cran-jsonlite (>= 1.1)
---
 debian/changelog | 10 ++++++++++
 debian/control   | 14 +++++++-------
 debian/copyright |  5 +++--
 debian/rules     |  8 +++++---
 debian/watch     |  2 +-
 5 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f97448..a82eed5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+r-cran-rredlist (0.2.0-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * d/watch: version=4
+  * New versioned Build-Depends: r-cran-jsonlite (>= 1.1)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 15 Nov 2016 09:02:46 +0100
+
 r-cran-rredlist (0.1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #819296)
diff --git a/debian/control b/debian/control
index 81d2aca..40917f9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,21 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
-               r-cran-jsonlite,
+               r-cran-jsonlite (>= 1.1),
                r-cran-httr
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rredlist/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rredlist/trunk/
-Homepage: https://cran.r-project.org/web/packages/rredlist/
+Homepage: https://cran.r-project.org/package=rredlist
 
 Package: r-cran-rredlist
 Architecture: all
 Depends: ${misc:Depends},
-         ${R:Depends},
-         r-cran-jsonlite,
-         r-cran-httr
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R IUCN Red List Client
  The IUCN Red List is a global list of threatened and endangered
  species. This GNU R package provides an IUCN Red List client to the Red
diff --git a/debian/copyright b/debian/copyright
index 1c567d8..df2f76b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +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-Contact: Scott Chamberlain <myrmecocystus at gmail.com>
-Source: https://cran.r-project.org/web/packages/rredlist/
+Upstream-Name: rredlist
+Source: https://cran.r-project.org/package=rredlist
 
 Files: *
 Copyright: 2013-2016 Scott Chamberlain <myrmecocystus at gmail.com>
diff --git a/debian/rules b/debian/rules
index 5000db0..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-install/$(package)::
-	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+	dh_install
+	find debian -name LICENSE -delete
diff --git a/debian/watch b/debian/watch
index b6c66ad..f0721f3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/rredlist_([-0-9\.]*).tar.gz
 

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



More information about the debian-med-commit mailing list