[med-svn] r23959 - in trunk/packages/R: . r-cran-bit64 r-cran-bit64/trunk r-cran-bit64/trunk/debian r-cran-bit64/trunk/debian/source
Andreas Tille
tille at moszumanska.debian.org
Fri Aug 25 21:48:04 UTC 2017
Author: tille
Date: 2017-08-25 21:48:04 +0000 (Fri, 25 Aug 2017)
New Revision: 23959
Added:
trunk/packages/R/r-cran-bit64/
trunk/packages/R/r-cran-bit64/trunk/
trunk/packages/R/r-cran-bit64/trunk/debian/
trunk/packages/R/r-cran-bit64/trunk/debian/changelog
trunk/packages/R/r-cran-bit64/trunk/debian/compat
trunk/packages/R/r-cran-bit64/trunk/debian/control
trunk/packages/R/r-cran-bit64/trunk/debian/copyright
trunk/packages/R/r-cran-bit64/trunk/debian/rules
trunk/packages/R/r-cran-bit64/trunk/debian/source/
trunk/packages/R/r-cran-bit64/trunk/debian/source/format
trunk/packages/R/r-cran-bit64/trunk/debian/watch
Log:
Inject r-cran-bit64
Added: trunk/packages/R/r-cran-bit64/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/changelog 2017-08-25 21:48:04 UTC (rev 23959)
@@ -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
Added: trunk/packages/R/r-cran-bit64/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/compat 2017-08-25 21:48:04 UTC (rev 23959)
@@ -0,0 +1 @@
+10
Added: trunk/packages/R/r-cran-bit64/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/control 2017-08-25 21:48:04 UTC (rev 23959)
@@ -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.
Added: trunk/packages/R/r-cran-bit64/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/copyright 2017-08-25 21:48:04 UTC (rev 23959)
@@ -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.
Added: trunk/packages/R/r-cran-bit64/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/rules 2017-08-25 21:48:04 UTC (rev 23959)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem R
+
Property changes on: trunk/packages/R/r-cran-bit64/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-bit64/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/source/format 2017-08-25 21:48:04 UTC (rev 23959)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-bit64/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-bit64/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-bit64/trunk/debian/watch 2017-08-25 21:48:04 UTC (rev 23959)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/bit64_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list