[med-svn] [r-cran-httpcode] 01/04: Inject r-cran-httpcode

Andreas Tille tille at debian.org
Thu Sep 28 20:41:27 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-httpcode.

commit 8024608e14fc3b7e49c896a3f26f9f2ab9df121e
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jan 16 16:06:41 2017 +0000

    Inject r-cran-httpcode
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 25 +++++++++++++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 71 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..314d5de
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-httpcode (0.2.0-1) unstable; urgency=medium
+
+  * Initial release (closes: #851563)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Jan 2017 17:05:24 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..67f0933
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: r-cran-httpcode
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-httpcode/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-httpcode/
+Homepage: https://cran.r-project.org/package=httpcode
+
+Package: r-cran-httpcode
+Architecture: all
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: GNU R HTTP Status Code Helper
+ Find and explain the meaning of 'HTTP' status codes.
+ Functions included for searching for codes by full or partial number,
+ by message, and get appropriate dog and cat images for many
+ status codes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..66394f2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: httpcode
+Upstream-Contact: Scott Chamberlain <myrmecocystus at gmail.com>
+Source: https://cran.r-project.org/package=httpcode
+
+Files: *
+Copyright: 2015-2017 Scott Chamberlain
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..013cc04
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/httpcode_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-httpcode.git



More information about the debian-med-commit mailing list