[r-cran-deldir] 09/12: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Sébastien Villemot
sebastien at debian.org
Wed Nov 15 15:27:19 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-deldir.
commit 6e4081f5c16eb606d91e2df073c965ce8c0be819
Author: Andreas Tille <tille at debian.org>
Date: Sun Oct 30 15:06:15 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 12 +++++++-----
debian/copyright | 8 ++++----
debian/rules | 11 +++++------
4 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 500ae57..7886d03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-deldir (0.1-12-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Sun, 30 Oct 2016 16:00:54 +0100
+
r-cran-deldir (0.1-9-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/control b/debian/control
index fe71382..c4cd6bd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,20 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9.0),
- cdbs,
+ dh-r,
r-base-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-deldir/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-deldir/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-deldir/trunk/
-Homepage: http://cran.r-project.org/web/packages/deldir/
+Homepage: https://cran.r-project.org/package=deldir
Package: r-cran-deldir
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- r-base-core
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Enhances: r-cran-pbsmapping
Description: GNU R Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
This GNU R package calculates the Delaunay triangulation and the Dirichlet or
diff --git a/debian/copyright b/debian/copyright
index e5fc5ff..672507c 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: deldir
Upstream-Contact: Rolf Turner <r.turner at auckland.ac.nz>
-Source: http://cran.r-project.org/web/packages/deldir/
+Source: https://cran.r-project.org/package=deldir
Files: *
-Copyright: (C) 2008-2014 Rolf Turner
+Copyright: (C) 2008-2016 Rolf Turner
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 955f7cc..53c93de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-deldir package
-# Copyright 2009 by Andreas Tille <tille at debian.org>
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/deldir/ratfor
+override_dh_install:
+ dh_install
+ find debian -type f -name ratfor | xargs -r rm -r
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-deldir.git
More information about the debian-science-commits
mailing list