[r-cran-pbivnorm] 01/01: Added debian/ directory

Jonathon Love jon at thon.cc
Sun Aug 30 10:38:53 UTC 2015


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

jonathon-guest pushed a commit to branch master
in repository r-cran-pbivnorm.

commit 053e9ddcd73aa8e114be7c4005872a3613c25737
Author: Jonathon Love <jon at thon.cc>
Date:   Sun Aug 30 12:38:32 2015 +0200

    Added debian/ directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/copyright     | 34 ++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 71 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..978d00c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-pbivnorm (0.6.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #797390)
+
+ -- Jonathon Love <jon at thon.cc>  Sun, 30 Aug 2015 12:37:03 +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..a3238ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: r-cran-pbivnorm
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathon Love <jon at thon.cc>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-pbivnorm.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-pbivnorm.git
+Homepage: http://cran.r-project.org/package=pbivnorm
+
+Package: r-cran-pbivnorm
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         r-base
+Description: GNU R package providing a vectorized R function for calculating probabilities from a standard bivariate normal CDF
+ The r-cran-pbivnorm package is a GNU R package providing a vectorized
+ R function for calculating probabilities from a standard bivariate
+ normal CDF
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bbb84a6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pbivnorm
+Upstream-Contact: Brenton Kenkel <brenton.kenkel at gmail.com>
+Source: http://cran.r-project.org/web/packages/pbivnorm
+
+Files: *
+Copyright: 2012-2015 Brenton Kenkel, Alan Genz
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015 Jonathon Love <jon at thon.cc>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..935f37f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+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..0d33659
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/pbivnorm_([\d\.-]*).tar.gz
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-pbivnorm.git



More information about the debian-science-commits mailing list