[med-svn] [r-cran-httr] 06/09: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Andreas Tille
tille at debian.org
Fri Sep 29 19:39:13 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-httr.
commit fc0e7a06f8f215918acc90656722132de726be3b
Author: Andreas Tille <tille at debian.org>
Date: Sat Oct 29 07:26:29 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 15 ++++++---------
debian/copyright | 4 ++--
debian/rules | 3 ++-
4 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 36b3c08..544f3f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-httr (1.2.1-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Sat, 29 Oct 2016 09:21:28 +0200
+
r-cran-httr (1.1.0-1) unstable; urgency=low
* Initial release (Closes: #819086)
diff --git a/debian/control b/debian/control
index 15d0cc5..622219a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,27 +4,24 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-jsonlite,
r-cran-mime,
r-cran-curl,
r-cran-openssl,
r-cran-r6
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-httr/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-httr/trunk/
-Homepage: https://cran.r-project.org/web/packages/httr/
+Homepage: https://cran.r-project.org/package=httr
Package: r-cran-httr
Architecture: all
Depends: ${misc:Depends},
- ${R:Depends},
- r-cran-jsonlite,
- r-cran-mime,
- r-cran-curl,
- r-cran-openssl,
- r-cran-r6
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R tools for working with URLs and HTTP
Useful tools for working with HTTP organised by HTTP verbs (GET(),
POST(), etc). Configuration functions make it easy to control additional
diff --git a/debian/copyright b/debian/copyright
index fa1cbb9..de059f2 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-Contact: Hadley Wickham <hadley at rstudio.com>
-Source: https://cran.r-project.org/web/packages/httr/
+Source: https://cran.r-project.org/package=httr
Files: *
Copyright: 2013-2016 Hadley Wickham <hadley at rstudio.com>,
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-httr.git
More information about the debian-med-commit
mailing list