Author: tille Date: 2017-01-03 08:46:06 +0000 (Tue, 03 Jan 2017) New Revision: 23483
Modified: 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 Log: Normalised packaging and removed cut-n-pastos from r-cran-curl Modified: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog 2017-01-03 08:37:28 UTC (rev 23482) +++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/changelog 2017-01-03 08:46:06 UTC (rev 23483) @@ -1,8 +1,8 @@ -bagpipe.backend (0.28-1) UNRELEASED; urgency=low +r-other-valdar-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) + Since Download probably needs to be done via web.archive this should rather + be moved to Git -- Thorsten Alteholz <[email protected]> Tue, 09 Apr 2013 18:00:07 +0200 Modified: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat =================================================================== --- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat 2017-01-03 08:37:28 UTC (rev 23482) +++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/compat 2017-01-03 08:46:06 UTC (rev 23483) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control =================================================================== --- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control 2017-01-03 08:37:28 UTC (rev 23482) +++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/control 2017-01-03 08:46:06 UTC (rev 23483) @@ -1,24 +1,25 @@ -Source: bagpipe.backend +Source: r-other-valdar-bagpipe.backend +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Thorsten Alteholz <[email protected]> Section: gnu-r Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Thorsten Alteholz <[email protected]> -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 +Build-Depends: debhelper (>= 10), + r-base-dev, + r-cran-evd, + r-cran-bitops +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-other-valdar-bagpipe/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-other-valdar-bagpipe/trunk/ +Homepage: http://valdarlab.unc.edu/software/bagpipe/_build/html/bagpipe.html 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 +Depends: ${shlibs:Depends}, + ${R-Depends}, + ${misc:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} +Description: core R functions for fitting models in bagpipe 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 @@ -31,4 +32,3 @@ . The package has its origin at omegahat.org and it is also found at bioconductor.org. - Modified: trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules =================================================================== --- trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules 2017-01-03 08:37:28 UTC (rev 23482) +++ trunk/packages/R/r-other-valdar-bagpipe.backend/trunk/debian/rules 2017-01-03 08:46:06 UTC (rev 23483) @@ -1,10 +1,8 @@ #!/usr/bin/make -f -debRreposname=other-valdar +%: + dh $@ --buildsystem R -include /usr/share/R/debian/r-cran.mk - get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
