--- r-cran-digest-0.6.9.orig/debian/changelog +++ r-cran-digest-0.6.9/debian/changelog @@ -0,0 +1,92 @@ +r-cran-digest (0.6.9-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Fri, 08 Jan 2016 20:07:56 -0600 + +r-cran-digest (0.6.8-1) unstable; urgency=low + + * New upstream release + + * debian/control: Re-edit Description (Closes: #776210) + + -- Dirk Eddelbuettel Mon, 26 Jan 2015 06:52:09 -0600 + +r-cran-digest (0.6.7-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 20 Dec 2014 10:35:10 -0600 + +r-cran-digest (0.6.6-1) unstable; urgency=low + + * New upstream release (as a bugfix to 0.6.5 released day earlier) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 10 Dec 2014 06:42:26 -0600 + +r-cran-digest (0.6.4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 03 Dec 2013 06:35:30 -0600 + +r-cran-digest (0.6.3-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 08:15:04 -0500 + +r-cran-digest (0.6.3-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 16 Feb 2013 10:48:33 -0600 + +r-cran-digest (0.6.2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 25 Jan 2013 12:44:39 -0600 + +r-cran-digest (0.6.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Mon, 21 Jan 2013 16:31:54 -0600 + +r-cran-digest (0.6.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 25 Nov 2012 12:47:23 -0600 + +r-cran-digest (0.5.2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Thu, 15 Mar 2012 19:29:18 -0500 + +r-cran-digest (0.5.1-1) unstable; urgency=low + + * Initial Debian release of my digest CRAN package (Closes: #657919) + + -- Dirk Eddelbuettel Tue, 31 Jan 2012 20:42:18 -0600 + + --- r-cran-digest-0.6.9.orig/debian/control +++ r-cran-digest-0.6.9/debian/control @@ -0,0 +1,31 @@ +Source: r-cran-digest +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.3), cdbs +Standards-Version: 3.9.6 + +Package: r-cran-digest +Architecture: any +Depends: ${shlibs:Depends}, ${shlibs:Misc}, ${R:Depends} +Description: GNU R package for 'hash digest' of R data structures + Implementation of a function 'digest()' for the creation of hash + digests of arbitrary R objects (using the md5, sha-1, sha-256, + crc32, xxhash and murmurhash algorithms) permitting easy comparison of R + language objects, as well as a function 'hmac()' to create hash-based + message authentication code. + . + The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 + and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, + and the crc32 algorithm is described in + ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. + . + For md5, sha-1, sha-256 and aes, this package uses small standalone + implementations that were provided by Christophe Devine. For crc32, code + from the zlib library is used. For sha-512, an implementation by Aaron + D. Gifford is used. For xxHash, the implementation by Yann Collet is used. + For murmurhash, an implementation by Shane Day is used. + . + Please note that this package is not meant to be deployed for + cryptographic purposes for which more comprehensive (and widely + tested) libraries such as OpenSSL should be used. --- r-cran-digest-0.6.9.orig/debian/copyright +++ r-cran-digest-0.6.9/debian/copyright @@ -0,0 +1,67 @@ +This is the Debian GNU/Linux r-cran-digest package of digest, an R +package providing 'hash digests' of (serialized) R objects. The digest +package was was written by Dirk Eddelbuettel, with contributions by +Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek, Mario +Frasca and Bryan Lewis. + +This package was created by Dirk Eddelbuettel (who is +also the upstream author/maintainer). + +The sources were downloaded from the main CRAN site + http://cran.r-project.org/src/contrib/ +and are also available from all CRAN mirrors as e.g. + http://cran.us.r-project.org/src/contrib/ +as well as from + http://dirk.eddelbuettel.com/code/digest.html + +The package was renamed from its upstream name 'digest' to +'r-cran-digest' to fit the pattern of CRAN (and non-CRAN) Debian R +packages. + +Copyright (C) 2003 - 2011 Dirk Eddelbuettel + +Portions Copyright (C) 2001-2003 Christophe Devine +Portions Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler +Portions Copyright (C) 1995-2004 Jean-loup Gailly +Portions Copyright (C) 1995-2003 Mark Adler +Portions Copyright (C) 1995-2003 Jean-loup Gailly + +License: GPL (>= 2) + +On a Debian GNU/Linux system, the GPL license (v2) is included in the +file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: digest + Version: 0.5.1 + Date: $Date: 2011-09-20 17:15:07 -0500 (Tue, 20 Sep 2011) $ + Author: Dirk Eddelbuettel with contributions by + Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon + Urbanek, Mario Frasca and Bryan Lewis. + Maintainer: Dirk Eddelbuettel + Title: Create cryptographic hash digests of R objects + Description: The digest package provides a function 'digest()' for the + creation of hash digests of arbitrary R objects (using the md5, + sha-1, sha-256 and crc32 algorithms) permitting easy comparison + of R language objects, as well as a function 'hmac()' to create + hash-based message authentication code. + . + The md5 algorithm by Ron Rivest is specified in RFC 1321, the SHA-1 and + SHA-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, + and the crc32 algorithm is described in + ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For + md5, sha-1 and sha-256, this packages uses small standalone + implementations that were provided by Christophe Devine. For + crc32, code from the zlib library is used. + . + Please note that this package is not meant to be deployed for + cryptographic purposes for which more comprehensive (and widely + tested) libraries such as OpenSSL should be used. + Depends: R (>= 2.4.1) + License: GPL-2 + URL: http://dirk.eddelbuettel.com/code/digest.html + Packaged: 2011-09-20 22:15:29.511082 UTC; edd + Repository: CRAN + Date/Publication: 2011-09-21 19:07:31 + \ No newline at end of file --- r-cran-digest-0.6.9.orig/debian/overrides +++ r-cran-digest-0.6.9/debian/overrides @@ -0,0 +1 @@ +r-cran-digest: extra-license-file usr/lib/R/site-library/digest/GPL-2 --- r-cran-digest-0.6.9.orig/debian/rules +++ r-cran-digest-0.6.9/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-digest package +# Copyright 2003-2012 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-digest-0.6.9.orig/debian/watch +++ r-cran-digest-0.6.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/digest_([-\d\.]*)\.tar.gz