r47311 - in /trunk/libdigest-sha-pureperl-perl/debian: ./ README.source changelog compat control copyright patches/ patches/makefile_modifications.patch patches/series rules watch

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Nov 16 18:11:52 UTC 2009


Author: ceros-guest
Date: Mon Nov 16 18:11:46 2009
New Revision: 47311

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

Added:
    trunk/libdigest-sha-pureperl-perl/debian/
    trunk/libdigest-sha-pureperl-perl/debian/README.source
    trunk/libdigest-sha-pureperl-perl/debian/changelog
    trunk/libdigest-sha-pureperl-perl/debian/compat
    trunk/libdigest-sha-pureperl-perl/debian/control
    trunk/libdigest-sha-pureperl-perl/debian/copyright
    trunk/libdigest-sha-pureperl-perl/debian/patches/
    trunk/libdigest-sha-pureperl-perl/debian/patches/makefile_modifications.patch
    trunk/libdigest-sha-pureperl-perl/debian/patches/series
    trunk/libdigest-sha-pureperl-perl/debian/rules   (with props)
    trunk/libdigest-sha-pureperl-perl/debian/watch

Added: trunk/libdigest-sha-pureperl-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/README.source?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/README.source (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/README.source Mon Nov 16 18:11:46 2009
@@ -1,0 +1,2 @@
+This package uses quilt to handle patching. Please read
+/usr/share/doc/quilt/README.source for more information.

Added: trunk/libdigest-sha-pureperl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/changelog?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/changelog (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/changelog Mon Nov 16 18:11:46 2009
@@ -1,0 +1,5 @@
+libdigest-sha-pureperl-perl (5.47-1) unstable; urgency=low
+
+  * Initial release. (Closes: #556386)
+
+ -- Andres Mejia <mcitadel at gmail.com>  Sun, 15 Nov 2009 12:04:34 -0500

Added: trunk/libdigest-sha-pureperl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/compat?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/compat (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/compat Mon Nov 16 18:11:46 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdigest-sha-pureperl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/control?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/control (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/control Mon Nov 16 18:11:46 2009
@@ -1,0 +1,20 @@
+Source: libdigest-sha-pureperl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt (>= 0.47)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Andres Mejia <mcitadel at gmail.com>
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-sha-pureperl-perl/
+Vcs-Browser:
+ http://svn.debian.org/viewsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/
+Homepage: http://search.cpan.org/dist/Digest-SHA-PurePerl/
+
+Package: libdigest-sha-pureperl-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Pure Perl implementation of SHA-1/224/256/384/512
+ Digest::SHA::PurePerl is a complete implementation of the NIST Secure Hash
+ Standard written entirely in Perl. It gives Perl programmers a convenient way
+ to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. It
+ is functionally equivalent to the Digest::SHA module.

Added: trunk/libdigest-sha-pureperl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/copyright?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/copyright (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/copyright Mon Nov 16 18:11:46 2009
@@ -1,0 +1,23 @@
+This is the Debian GNU/Linux version of the Digest::SHA::PurePerl Perl module.
+
+This package is maintained by the Debian Perl Group. For further
+information see http://pkg-perl.alioth.debian.org/
+
+It was downloaded from http://search.cpan.org/dist/Digest-SHA-PurePerl/
+
+Upstream author is Mark Shelor <mshelor at cpan.org>.
+
+From the source:
+
+> Copyright (C) 2003-2008 Mark Shelor
+> 
+> This library is free software; you can redistribute it and/or modify
+> it under the same terms as Perl itself.
+
+Perl is distributed under either the Artistic licence or the GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.

Added: trunk/libdigest-sha-pureperl-perl/debian/patches/makefile_modifications.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/patches/makefile_modifications.patch?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/patches/makefile_modifications.patch (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/patches/makefile_modifications.patch Mon Nov 16 18:11:46 2009
@@ -1,0 +1,13 @@
+Don't install the shasum program from this module as it's included in the Perl
+distribution.
+==========================================================================
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -7,7 +7,6 @@
+ %att = (
+ 	'NAME'		=> 'Digest::SHA::PurePerl',
+ 	'VERSION_FROM'	=> $PM,
+-	'EXE_FILES'	=> [ 'shasum' ],
+ );
+ 
+ my $MMversion = $ExtUtils::MakeMaker::VERSION || 0;

Added: trunk/libdigest-sha-pureperl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/patches/series?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/patches/series (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/patches/series Mon Nov 16 18:11:46 2009
@@ -1,0 +1,1 @@
+makefile_modifications.patch

Added: trunk/libdigest-sha-pureperl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/rules?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/rules (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/rules Mon Nov 16 18:11:46 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

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

Added: trunk/libdigest-sha-pureperl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-pureperl-perl/debian/watch?rev=47311&op=file
==============================================================================
--- trunk/libdigest-sha-pureperl-perl/debian/watch (added)
+++ trunk/libdigest-sha-pureperl-perl/debian/watch Mon Nov 16 18:11:46 2009
@@ -1,0 +1,3 @@
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Digest-SHA-PurePerl/   .*/Digest-SHA-PurePerl-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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