[pkg-bioc] svn commit r380 r380 - in /trunk/packages/digest: ./ trunk/debian/changelog trunk/debian/control trunk/debian/copyright trunk/debian/watch

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Tue Aug 24 21:02:41 UTC 2010


Author: moeller
Date: Tue Aug 24 21:02:25 2010
New Revision: 380

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=380
Log:
A first attempt of a minimal packaging for r-cran-digest.

Added:
    trunk/packages/digest/
      - copied from r379, trunk/packages/ctv/
Modified:
    trunk/packages/digest/trunk/debian/changelog
    trunk/packages/digest/trunk/debian/control
    trunk/packages/digest/trunk/debian/copyright
    trunk/packages/digest/trunk/debian/watch

Modified: trunk/packages/digest/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/digest/trunk/debian/changelog?rev=380&op=diff
==============================================================================
--- trunk/packages/digest/trunk/debian/changelog (original)
+++ trunk/packages/digest/trunk/debian/changelog Tue Aug 24 21:02:25 2010
@@ -1,5 +1,5 @@
-r-cran-hwriter (1.2-1) unstable; urgency=low
+r-cran-digest (0.4.2-1) UNRELEASED; urgency=low
 
-  * Initial Debian Release (Closes: #594226).
+  * Initial Debian Release.
 
  -- Steffen Moeller <moeller at debian.org>  Tue, 24 Aug 2010 18:33:11 +0200

Modified: trunk/packages/digest/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/digest/trunk/debian/control?rev=380&op=diff
==============================================================================
--- trunk/packages/digest/trunk/debian/control (original)
+++ trunk/packages/digest/trunk/debian/control Tue Aug 24 21:02:25 2010
@@ -1,15 +1,28 @@
-Source: r-cran-hwriter
+Source: r-cran-digest
 Section: gnu-r
 Priority: optional
 Maintainer: Steffen Moeller <moeller at debian.org> 
 Build-Depends: debhelper (>> 7), r-base-dev (>= 2.10.0~1), cdbs
 Standards-Version: 3.9.1.0
-Homepage: http://cran.r-project.org/web/packages/hwriter
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/hwriter/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/pkg-bioc/trunk/packages/R/hwriter/trunk/
+Homepage: http://dirk.eddelbuettel.com/code/digest.html
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/digest/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-bioc/trunk/packages/R/digest/trunk/
 
-Package: r-cran-hwriter
-Architecture: all
+Package: r-cran-digest
+Architecture: any
 Depends: r-base-core (>= 2.11.0), ${misc:Depends}
-Description: GNU R Functions for HTML output of R objects
- HTML Writer - Outputs R objects in HTML format
+DDescription: GNU R cryptographic hash functions
+ The digest package provides functions 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. 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.

Modified: trunk/packages/digest/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/digest/trunk/debian/copyright?rev=380&op=diff
==============================================================================
--- trunk/packages/digest/trunk/debian/copyright (original)
+++ trunk/packages/digest/trunk/debian/copyright Tue Aug 24 21:02:25 2010
@@ -1,5 +1,7 @@
 This is the Debian package of the GNU R package known as "ctv".  The
-upstream authors is Gregoire Pau <gregoire.pau at ebi.ac.uk>.
+primary upstream author is Dirk Eddelbuettel <edd at debian.org> who
+received contributions by Antoine Lucas, Jarek Tuszynski, Henrik
+Bengtsson and Simon Urbanek.
 
 This package was created by Steffen Moeller <moeller at debian.org>,
 indirectly based on Dirk Eddelbuettel's packaging of r-cran-car.
@@ -7,15 +9,15 @@ indirectly based on Dirk Eddelbuettel's 
 The sources were downloaded from 
 	http://cran.us.r-project.org/src/contrib/
 
-The package was renamed from its upstream name 'hwriter' to 'r-cran-hwriter'
+The package was renamed from its upstream name 'digest' to 'r-cran-digest'
 to fit the pattern of CRAN (and non-CRAN) packages for R.
 
 This package is maintained and its copyright owned by Copyright (C)
-2010 of Gregoire Pau <gregoire.pau at ebi.ac.uk>.
-It has been placed under the Less GNU General Public License version 2.1.
+2010 of Dirk Eddelbuettel <edd at debian.org>.
+It has been placed under the GNU General Public License version 2.
 
 On Debian systems, the LGPL version 2.1 is included in the file
-/usr/share/common-licenses/LGPL-2.1.
+/usr/share/common-licenses/GPL-2.
 
 The upstream DESCRIPTION file for this package is available in
-/usr/lib/R/site-library/hwriter/ .
+/usr/lib/R/site-library/digest/ .

Modified: trunk/packages/digest/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/packages/digest/trunk/debian/watch?rev=380&op=diff
==============================================================================
--- trunk/packages/digest/trunk/debian/watch (original)
+++ trunk/packages/digest/trunk/debian/watch Tue Aug 24 21:02:25 2010
@@ -1,2 +1,2 @@
 version=3
-http://cran.us.r-project.org/src/contrib/hwriter_(.*)\.tar\.gz
+http://cran.us.r-project.org/src/contrib/digest_(.*)\.tar\.gz




More information about the pkg-bioc-devel mailing list