[med-svn] [r-cran-bit64] 01/08: Inject r-cran-bit64

Andreas Tille tille at debian.org
Wed Nov 29 14:37:53 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-bit64.

commit 31b24820e205e648104428e0cb563f788a3abd45
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 25 21:48:04 2017 +0000

    Inject r-cran-bit64
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 32 ++++++++++++++++++++++++++++++++
 debian/copyright     | 16 ++++++++++++++++
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 62 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0a30032
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-bit64 (0.9-7-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 25 Aug 2017 23:12:40 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..85e165c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: r-cran-bit64
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev,
+               r-cran-bit
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bit64/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bit64/trunk/
+Homepage: https://cran.r-project.org/package=bit64
+
+Package: r-cran-bit64
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: GNU R S3 Class for Vectors of 64bit Integers
+ Package 'bit64' provides serializable S3 atomic 64bit (signed) integers.
+ These are useful for handling database keys and exact counting in +-2^63.
+ WARNING: do not use them as replacement for 32bit integers, integer64 are not
+ supported for subscripting by R-core and they have different semantics when
+ combined with double, e.g. integer64 + double => integer64.
+ Class integer64 can be used in vectors, matrices, arrays and data.frames.
+ Methods are available for coercion from and to logicals, integers, doubles,
+ characters and factors as well as many elementwise and summary functions.
+ Many fast algorithmic operations such as 'match' and 'order' support inter-
+ active data exploration and manipulation and optionally leverage caching.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9b51f9f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bit64
+Upstream-Contact: Jens Oehlschlägel <Jens.Oehlschlaegel at truecluster.com>
+Source: https://cran.r-project.org/package=bit64
+
+Files: *
+Copyright: Jens Oehlschlägel <Jens.Oehlschlaegel at truecluster.com>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems you can find the full text of the GNU General Public
+ License at /usr/share/common-licenses/GPL-2.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+
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..dbf2d2a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/bit64_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bit64.git



More information about the debian-med-commit mailing list