[scatterplot3d] 01/01: Update Debian packaging
Philip Rinn
rinni-guest at moszumanska.debian.org
Mon Nov 28 18:04:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
rinni-guest pushed a commit to branch master
in repository scatterplot3d.
commit a28557037c7ebcccb14998b4dad713311df47d91
Author: Philip Rinn <rinni at inventati.org>
Date: Mon Nov 28 19:04:27 2016 +0100
Update Debian packaging
---
debian/changelog | 10 ++++++++++
debian/compat | 2 +-
debian/control | 6 +++---
debian/rules | 13 ++-----------
4 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38ff2c3..38fc044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+scatterplot3d (0.3-37-2) unstable; urgency=medium
+
+ * Bump debhelper compat to 10
+ * Switch packaging to dh-r:
+ - add build dependency dh-r
+ - drop build dependency cdbs
+ * Add dependency {misc:depends} to make Lintian happy
+
+ -- Philip Rinn <rinni at inventati.org> Mon, 28 Nov 2016 18:57:12 +0100
+
scatterplot3d (0.3-37-1) unstable; urgency=medium
* New upstream release
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 9ec13ed..8077f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
Uploaders:
Philip Rinn <rinni at inventati.org>,
Build-Depends:
- cdbs,
- debhelper (>= 9),
+ debhelper (>= 10),
+ dh-r,
r-base-dev (>= 2.7.0),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/scatterplot3d.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/scatterplot3d.git
-Homepage: http://cran.r-project.org/web/packages/scatterplot3d
+Homepage: https://cran.r-project.org/package=scatterplot3d
Package: r-cran-scatterplot3d
Architecture: all
diff --git a/debian/rules b/debian/rules
index 7b1b8ef..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
-
-install/r-cran-scatterplot3d::
- ## remove compiled documentation
- rm $(debRlib)/$(cranName)/doc/s3d.pdf
- ## additional chmod
- chmod 0644 $(debRlib)/$(cranName)/doc/*.*
- chmod 0644 $(debRlib)/$(cranName)/CITATION
- chmod 0644 $(debRlib)/$(cranName)/po/en/LC_MESSAGES/R-scatterplot3d.mo
- chmod 0644 $(debRlib)/$(cranName)/po/de/LC_MESSAGES/R-scatterplot3d.mo
-
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scatterplot3d.git
More information about the debian-science-commits
mailing list