[med-svn] r13312 - in trunk/packages/R: . r-other-valdar-bagpipe.backend r-other-valdar-bagpipe.backend/trunk r-other-valdar-bagpipe.backend/trunk/debian r-other-valdar-bagpipe.backend/trunk/debian/source

Thorsten Alteholz alteholz at alioth.debian.org
Sat Apr 13 15:48:17 UTC 2013


Author: alteholz
Date: 2013-04-13 15:48:17 +0000 (Sat, 13 Apr 2013)
New Revision: 13312

Added:
   trunk/packages/R/r-other-valdar-bagpipe.backend/
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/source/
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/source/format
   trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/watch
Log:
R package for bagpipe (just the beginning)


Property changes on: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog	2013-04-13 15:48:17 UTC (rev 13312)
@@ -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
+

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat	2013-04-13 15:48:17 UTC (rev 13312)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control	2013-04-13 15:48:17 UTC (rev 13312)
@@ -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.
+

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules	2013-04-13 15:48:17 UTC (rev 13312)
@@ -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
+


Property changes on: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/source/format	2013-04-13 15:48:17 UTC (rev 13312)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/watch	2013-04-13 15:48:17 UTC (rev 13312)
@@ -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
+




More information about the debian-med-commit mailing list