[r-cran-httpuv] 01/01: Imported Debian patch 1.3.3-1
Joost van Baal
joostvb at moszumanska.debian.org
Tue Nov 17 09:16:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository r-cran-httpuv.
commit 44a0287148abf6528317dd2fae8586b7910c070a
Author: Joost van Baal-Ilić <joostvb+shiny at uvt.nl>
Date: Tue Nov 10 09:51:23 2015 +0100
Imported Debian patch 1.3.3-1
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 22 ++++++++++++++++++++++
debian/copyright | 6 ++++++
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 46 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7c25354
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-httpuv (1.3.3-1) unstable; urgency=low
+
+ * UNRELEASED
+ * Initial release. (Closes: #FIXME)
+
+ -- Joost van Baal-Ilić <joostvb+shiny at uvt.nl> Tue, 10 Nov 2015 09:51:23 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..58cd91a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: r-cran-httpuv
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal-Ilić <joostvb+shiny at uvt.nl>
+Build-Depends: debhelper (>= 9), r-base-dev, cdbs, dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.6
+Homepage: https://cran.r-project.org/web/packages/httpuv/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-httpuv.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-httpuv.git
+
+Package: r-cran-httpuv
+Architecture: any
+Depends: ${shlibs:Depends}, ${R:Depends}
+Description: GNU R package of HTTP and WebSocket Server Library
+ The R package httpuv provides low-level socket and protocol support for
+ handling HTTP and WebSocket requests directly from within R. It is primarily
+ intended as a building block for other packages, rather than making it
+ particularly easy to create complete web applications using httpuv alone.
+ httpuv is built on top of the libuv and http-parser C libraries, both of which
+ were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser
+ license information.)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bf7eda6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,6 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: httpuv
+Upstream-Contact: Joe Cheng <joe at rstudio.com>
+Source: https://cran.r-project.org/web/packages/httpuv
+
+FIXME
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..451258e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Use hardening flags for linking
+include /usr/share/dpkg/buildflags.mk
+makeFlags="LDFLAGS=$(LDFLAGS)"
+
+include /usr/share/R/debian/r-cran.mk
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..934929a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/\./" \
+ http://cran.r-project.org/src/contrib/httpuv_([-\d\.]*)\.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-httpuv.git
More information about the debian-science-commits
mailing list