[med-svn] [r-cran-lazyeval] 03/12: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Andreas Tille
tille at debian.org
Fri Nov 10 09:20:43 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-lazyeval.
commit 16403ddfd47c029c9167ef7a32e6c27302777d17
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 8 11:32:52 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 8 +++++---
debian/copyright | 7 ++++---
debian/rules | 3 ++-
4 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9aa002a..fad9cf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-lazyeval (0.2.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Tue, 08 Nov 2016 12:29:15 +0100
+
r-cran-lazyeval (0.1.10-1) unstable; urgency=low
* Initial release (Closes: #818980)
diff --git a/debian/control b/debian/control
index 149c632..f5b724b 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),
- cdbs,
+ dh-r,
r-base-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-lazyeval/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-lazyeval/trunk/
-Homepage: https://cran.r-project.org/web/packages/lazyeval/
+Homepage: https://cran.r-project.org/package=lazyeval
Package: r-cran-lazyeval
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R lazy (non-standard) evaluation
This GNU R package provides A disciplined approach to non-standard
evaluation.
diff --git a/debian/copyright b/debian/copyright
index 717ad68..8eb9df3 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: Hadley Wickham <hadley at rstudio.com>
-Source: https://cran.r-project.org/web/packages/lazyeval/
+Upstream-Name: lazyeval
+Source: https://cran.r-project.org/package=lazyeval
Files: *
-Copyright: 2013-2015 Hadley Wickham <hadley at rstudio.com>
+Copyright: 2013-2016 Hadley Wickham <hadley at rstudio.com>
License: GPL-3
Files: debian/*
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-lazyeval.git
More information about the debian-med-commit
mailing list