[med-svn] [r-cran-rncl] 04/10: * New upstream version * debhelper 10 * d/watch: version=4 * Convert to dh-r * Canonical homepage for CRAN Unable to upload since r-base-core is broken in pbuilder
Andreas Tille
tille at debian.org
Wed Nov 29 19:40:28 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-rncl.
commit 75fedcfbb789d66fc97351f1f9a055b815f93ece
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 18 08:00:28 2016 +0000
* New upstream version
* debhelper 10
* d/watch: version=4
* Convert to dh-r
* Canonical homepage for CRAN
Unable to upload since r-base-core is broken in pbuilder
---
debian/changelog | 10 ++++++++++
debian/compat | 2 +-
debian/control | 11 ++++++-----
debian/copyright | 7 ++++---
debian/rules | 13 +++++++++----
debian/watch | 2 +-
6 files changed, 31 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e66eff6..23df88f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+r-cran-rncl (0.8.2-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * debhelper 10
+ * d/watch: version=4
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Sun, 18 Dec 2016 08:18:13 +0100
+
r-cran-rncl (0.6.0-2) unstable; urgency=medium
* Add missing Dependency: r-cran-rcpp
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 60988f0..4f06dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,22 @@ 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-rcpp
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rncl/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rncl/trunk/
-Homepage: https://cran.r-project.org/web/packages/rncl/
+Homepage: https://cran.r-project.org/package=rncl
Package: r-cran-rncl
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${R:Depends},
- r-cran-rcpp
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R interface to the Nexus Class Library
This R package provides an interface to the Nexus Class Library which
allows parsing of NEXUS, Newick and other phylogenetic tree file
diff --git a/debian/copyright b/debian/copyright
index b2357fa..0cabc41 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,10 @@
-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: Francois Michonneau <francois.michonneau at gmail.com>
-Source: https://cran.r-project.org/web/packages/rncl/
+Upstream-Name: rncl
+Source: https://cran.r-project.org/package=rncl
Files: *
-Copyright: 2013-2015 Francois Michonneau, Ben Bolker, Mark Holder, Paul Lewis, Brian O'Meara
+Copyright: 2013-2016 Francois Michonneau, Ben Bolker, Mark Holder, Paul Lewis, Brian O'Meara
License: BSD-2-clause
Files: debian/*
diff --git a/debian/rules b/debian/rules
index 79e5e44..1205192 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,12 @@
#!/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
- chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/nexusfiles/co1.nex
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name "*.nex" -exec chmod -x \{\} \;
diff --git a/debian/watch b/debian/watch
index 3a80307..4beeae7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
http://cran.r-project.org/src/contrib/rncl_([-0-9\.]*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rncl.git
More information about the debian-med-commit
mailing list