[med-svn] [r-cran-plyr] 04/05: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Andreas Tille
tille at debian.org
Sun Oct 30 06:18:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-plyr.
commit 7afee0f54282d2a0363dca03a16cf74678321903
Author: Andreas Tille <tille at debian.org>
Date: Sun Oct 30 07:11:11 2016 +0100
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 12 +++++-------
debian/copyright | 5 +++--
debian/rules | 8 +++++---
4 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bc7916d..676f66f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-plyr (1.8.4-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Sun, 30 Oct 2016 07:06:20 +0100
+
r-cran-plyr (1.8.3-2) unstable; urgency=medium
* Fix autopkgtest
diff --git a/debian/control b/debian/control
index eed7023..370a45f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,23 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Carlos Borroto <carlos.borroto at gmail.com>,
Andreas Tille <tille at debian.org>
Section: gnu-r
-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-rcpp
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-plyr.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-plyr.git
-Homepage: http://had.co.nz/plyr
+Homepage: https://cran.r-project.org/package=plyr
Package: r-cran-plyr
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${R:Depends},
- r-cran-rcpp
-Recommends: r-cran-domc,
- r-cran-abind
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: tools for splitting, applying and combining data
plyr is a set of tools that solves a common set of problems: you need to break
a big problem down into manageable pieces, operate on each pieces and then put
diff --git a/debian/copyright b/debian/copyright
index 7ea2216..160a148 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-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: plyr
-Source: http://cran.r-project.org/src/contrib/plyr_1.8.1.tar.gz
+Source: https://cran.r-project.org/package=plyr
Files: *
Copyright: Hadley Wickham <h.wickham at gmail.com>
@@ -26,6 +26,7 @@ License: MIT
Files: debian/*
Copyright: 2012 Carlos Borroto <carlos.borroto at gmail.com>
+ 2014-2016 Andreas Tille <tille at debian.org>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-plyr.git
More information about the debian-med-commit
mailing list