[med-svn] [r-other-valdar-bagpipe.backend] 01/07: R package for bagpipe (just the beginning)

Andreas Tille tille at debian.org
Wed Dec 27 17:05:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-other-valdar-bagpipe.backend.

commit dbc4566c4a82bcf206dec8e5eb80532648e92bee
Author: Thorsten Alteholz <alteholz at debian.org>
Date:   Sat Apr 13 15:48:17 2013 +0000

    R package for bagpipe (just the beginning)
---
 debian/changelog     |  8 ++++++++
 debian/compat        |  1 +
 debian/control       | 34 ++++++++++++++++++++++++++++++++++
 debian/rules         | 10 ++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 6 files changed, 57 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3607527
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,8 @@
+bagpipe.backend (0.28-1) UNRELEASED; urgency=low
+
+  * TODO this package is needed for package bagpipe, 
+         but waiting for at least version 3 of r-cran-evd (but take it easy!!)
+  * initial version (Closes: #XXXXXX)
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Tue, 09 Apr 2013 18:00:07 +0200
+
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..76dfaeb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: bagpipe.backend
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <debian at alteholz.de>
+Build-Depends: debhelper (>= 9.0.0),
+ r-base-dev,
+ r-cran-evd,
+ r-cran-bitops,
+ dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.4
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-other-valdar-bagpipe/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-other-valdar-bagpipe/trunk/
+Homepage: http://www.omegahat.org/RCurl/XXX
+
+Package: r-other-valdar-bagpipe.backend
+Architecture: any
+Depends: ${shlibs:Depends}, ${R-Depends}, ${misc:Depends}
+Suggests: r-cran-xml,r-cran-rcompression
+Provides: r-omegahat-rcurl, r-bioc-rcurl
+Description: GNU R package for network access
+ The package allows one to compose general HTTP requests and provides
+ convenient functions to fetch URIs, get & post forms, etc. and process
+ the results returned by the Web server. This provides a great deal of
+ control over the HTTP/FTP/... connection and the form of the request
+ while providing a higher-level interface than is available just using
+ R socket connections. Additionally, the underlying implementation is
+ robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads),
+ SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects,
+ authentication, etc.
+ .
+ The package has its origin at omegahat.org and it is also found at
+ bioconductor.org.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..608c7d4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+debRreposname=other-valdar
+
+include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir=../tarballs
+
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..8c3a990
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://valdarlab.unc.edu/software/bagpipe/_build/html/bagpipe.html http://valdarlab.unc.edu/software/bagpipe/install/bagpipe.backend_([\d.]+)\.tar\.gz
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-other-valdar-bagpipe.backend.git



More information about the debian-med-commit mailing list