r61275 - in /trunk/libdigest-jhash-perl/debian: ./ changelog compat control copyright libdigest-jhash-perl.examples rules source/ source/format watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Aug 6 03:42:59 UTC 2010


Author: emhn-guest
Date: Fri Aug  6 03:42:48 2010
New Revision: 61275

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61275
Log:
[svn-inject] Applying Debian modifications (0.06-1) to trunk

Added:
    trunk/libdigest-jhash-perl/debian/
    trunk/libdigest-jhash-perl/debian/changelog
    trunk/libdigest-jhash-perl/debian/compat
    trunk/libdigest-jhash-perl/debian/control
    trunk/libdigest-jhash-perl/debian/copyright
    trunk/libdigest-jhash-perl/debian/libdigest-jhash-perl.examples
    trunk/libdigest-jhash-perl/debian/rules   (with props)
    trunk/libdigest-jhash-perl/debian/source/
    trunk/libdigest-jhash-perl/debian/source/format
    trunk/libdigest-jhash-perl/debian/watch

Added: trunk/libdigest-jhash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/changelog?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/changelog (added)
+++ trunk/libdigest-jhash-perl/debian/changelog Fri Aug  6 03:42:48 2010
@@ -1,0 +1,5 @@
+libdigest-jhash-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (Closes: 591877).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 05 Aug 2010 23:06:58 -0430

Added: trunk/libdigest-jhash-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/compat?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/compat (added)
+++ trunk/libdigest-jhash-perl/debian/compat Fri Aug  6 03:42:48 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdigest-jhash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/control?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/control (added)
+++ trunk/libdigest-jhash-perl/debian/control Fri Aug  6 03:42:48 2010
@@ -1,0 +1,22 @@
+Source: libdigest-jhash-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl
+Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Digest-JHash/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-jhash-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-jhash-perl/
+
+Package: libdigest-jhash-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl extension for 32 bit Jenkins Hashing Algorithm
+ The Digest::JHash module allows you to use the fast JHash hashing algorithm
+ developed by Bob Jenkins from within Perl programs. The algorithm takes as
+ input a message of arbitrary length and produces as output a 32-bit "message
+ digest" of the input in the form of an unsigned long integer.
+ .
+ See http://burtleburtle.net/bob/hash/doobs.html for more information.

Added: trunk/libdigest-jhash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/copyright?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/copyright (added)
+++ trunk/libdigest-jhash-perl/debian/copyright Fri Aug  6 03:42:48 2010
@@ -1,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Authors: Bob Jenkins <bob_jenkins at burtleburtle.net>,
+ Andrew Towers <mariofrog at bigpond.com>,
+ Dr James Freeman <airmedical at gmail.com>
+Maintainer: Dr James Freeman <airmedical at gmail.com>
+Source: http://search.cpan.org/dist/Digest-JHash/
+Name: Digest-JHash
+
+Files: *
+Copyright: 2003-2008, Andrew Towers <mariofrog at bigpond.com>,
+ Dr James Freeman <airmedical at gmail.com>
+License: Artistic
+ This package is free software and is provided "as is" without express
+ or implied warranty. It may be used, redistributed and/or modified under
+ the terms of the Artistic License 2.0.
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libdigest-jhash-perl/debian/libdigest-jhash-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/libdigest-jhash-perl.examples?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/libdigest-jhash-perl.examples (added)
+++ trunk/libdigest-jhash-perl/debian/libdigest-jhash-perl.examples Fri Aug  6 03:42:48 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libdigest-jhash-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/rules?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/rules (added)
+++ trunk/libdigest-jhash-perl/debian/rules Fri Aug  6 03:42:48 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdigest-jhash-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdigest-jhash-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/source/format?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/source/format (added)
+++ trunk/libdigest-jhash-perl/debian/source/format Fri Aug  6 03:42:48 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdigest-jhash-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-jhash-perl/debian/watch?rev=61275&op=file
==============================================================================
--- trunk/libdigest-jhash-perl/debian/watch (added)
+++ trunk/libdigest-jhash-perl/debian/watch Fri Aug  6 03:42:48 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Digest-JHash/   .*/Digest-JHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list