[med-svn] r21562 - in trunk/packages/R: . r-cran-openssl r-cran-openssl/trunk r-cran-openssl/trunk/debian r-cran-openssl/trunk/debian/source r-cran-openssl/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Tue Mar 22 20:11:18 UTC 2016
Author: tille
Date: 2016-03-22 20:11:17 +0000 (Tue, 22 Mar 2016)
New Revision: 21562
Added:
trunk/packages/R/r-cran-openssl/
trunk/packages/R/r-cran-openssl/trunk/
trunk/packages/R/r-cran-openssl/trunk/debian/
trunk/packages/R/r-cran-openssl/trunk/debian/README.test
trunk/packages/R/r-cran-openssl/trunk/debian/changelog
trunk/packages/R/r-cran-openssl/trunk/debian/compat
trunk/packages/R/r-cran-openssl/trunk/debian/control
trunk/packages/R/r-cran-openssl/trunk/debian/copyright
trunk/packages/R/r-cran-openssl/trunk/debian/docs
trunk/packages/R/r-cran-openssl/trunk/debian/rules
trunk/packages/R/r-cran-openssl/trunk/debian/source/
trunk/packages/R/r-cran-openssl/trunk/debian/source/format
trunk/packages/R/r-cran-openssl/trunk/debian/tests/
trunk/packages/R/r-cran-openssl/trunk/debian/tests/control
trunk/packages/R/r-cran-openssl/trunk/debian/tests/run-unit-test
trunk/packages/R/r-cran-openssl/trunk/debian/watch
Log:
Inject r-cran-openssl
Added: trunk/packages/R/r-cran-openssl/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/README.test (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/README.test 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,9 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by running the provided test:
+
+cd tests
+LC_ALL=C R --no-save < testthat.R
+
+in order to confirm its integrity.
Added: trunk/packages/R/r-cran-openssl/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/changelog 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,5 @@
+r-cran-openssl (0.9.2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org> Tue, 22 Mar 2016 12:05:59 +0100
Added: trunk/packages/R/r-cran-openssl/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/compat 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1 @@
+9
Added: trunk/packages/R/r-cran-openssl/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/control 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,30 @@
+Source: r-cran-openssl
+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 (>= 9),
+ cdbs,
+ r-base-dev,
+ libssl-dev
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-openssl/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-openssl/trunk/
+Homepage: https://cran.r-project.org/web/packages/openssl/
+
+Package: r-cran-openssl
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${R:Depends}
+Description: GNU R toolkit for encryption, signatures and certificates based on OpenSSL
+ Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey
+ parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521.
+ Cryptographic signatures can either be created and verified manually or
+ via x509 certificates. AES block cipher is used in CBC mode for
+ symmetric encryption; RSA for asymmetric (public key) encryption. High-
+ level envelope functions combine RSA and AES for encrypting arbitrary
+ sized data. Other utilities include key generators, hash functions (md5,
+ sha1, sha256, etc), base64 encoder, a secure random number generator,
+ and 'bignum' math methods for manually performing crypto calculations on
+ large multibyte integers.
Added: trunk/packages/R/r-cran-openssl/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/copyright 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Jeroen Ooms <jeroen.ooms at stat.ucla.edu>
+Source: https://cran.r-project.org/web/packages/curl/
+
+Files: *
+Copyright: 2013-2016 Jeroen Ooms <jeroen.ooms at stat.ucla.edu>,
+ Oliver Keyes
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Added: trunk/packages/R/r-cran-openssl/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/docs (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/docs 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test
Added: trunk/packages/R/r-cran-openssl/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/rules 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+ rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
Property changes on: trunk/packages/R/r-cran-openssl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-openssl/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/source/format 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-openssl/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/tests/control (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/tests/control 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat
+Restrictions: allow-stderr
Added: trunk/packages/R/r-cran-openssl/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/tests/run-unit-test (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/tests/run-unit-test 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+oname=openssl
+pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
+
+if [ "$ADTTMP" = "" ] ; then
+ ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+LC_ALL=C R --no-save < testthat.R
+rm -fr $ADTTMP/*
Added: trunk/packages/R/r-cran-openssl/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-openssl/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-openssl/trunk/debian/watch 2016-03-22 20:11:17 UTC (rev 21562)
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/openssl_([-0-9\.]*).tar.gz
+
More information about the debian-med-commit
mailing list