[med-svn] [r-other-valdar-bagpipe.backend] 02/07: Normalised packaging and removed cut-n-pastos from r-cran-curl
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 cfae60f8f9d12a61f6e9f5f8fd8ff8db02d59850
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 3 08:46:06 2017 +0000
Normalised packaging and removed cut-n-pastos from r-cran-curl
---
debian/changelog | 6 +++---
debian/compat | 2 +-
debian/control | 34 +++++++++++++++++-----------------
debian/rules | 6 ++----
4 files changed, 23 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3607527..894b533 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <debian at alteholz.de> Tue, 09 Apr 2013 18:00:07 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 76dfaeb..3d3036c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
-Source: bagpipe.backend
-Section: gnu-r
-Priority: optional
+Source: r-other-valdar-bagpipe.backend
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
+Section: gnu-r
+Priority: optional
+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 @@ Description: GNU R package for network access
.
The package has its origin at omegahat.org and it is also found at
bioconductor.org.
-
diff --git a/debian/rules b/debian/rules
index 608c7d4..134dad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
-debRreposname=other-valdar
-
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
get-orig-source:
mkdir -p ../tarballs
uscan --verbose --force-download --destdir=../tarballs
-
--
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