r66320 - in /trunk/liblocale-hebrew-perl: Changes Hebrew.pm MANIFEST MANIFEST.SKIP META.yml Makefile.PL SIGNATURE debian/changelog debian/control debian/copyright debian/source/ debian/source/format inc/ t/0-signature.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 25 15:14:55 UTC 2010


Author: jawnsy-guest
Date: Sat Dec 25 15:14:43 2010
New Revision: 66320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66320
Log:
Only documentation changes
IGNORE-VERSION: 1.05-1
* New upstream release
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)

Added:
    trunk/liblocale-hebrew-perl/debian/source/
    trunk/liblocale-hebrew-perl/debian/source/format
    trunk/liblocale-hebrew-perl/inc/
      - copied from r66311, branches/upstream/liblocale-hebrew-perl/current/inc/
Modified:
    trunk/liblocale-hebrew-perl/Changes
    trunk/liblocale-hebrew-perl/Hebrew.pm
    trunk/liblocale-hebrew-perl/MANIFEST
    trunk/liblocale-hebrew-perl/MANIFEST.SKIP
    trunk/liblocale-hebrew-perl/META.yml
    trunk/liblocale-hebrew-perl/Makefile.PL
    trunk/liblocale-hebrew-perl/SIGNATURE
    trunk/liblocale-hebrew-perl/debian/changelog
    trunk/liblocale-hebrew-perl/debian/control
    trunk/liblocale-hebrew-perl/debian/copyright
    trunk/liblocale-hebrew-perl/t/0-signature.t

Modified: trunk/liblocale-hebrew-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/Changes?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/Changes (original)
+++ trunk/liblocale-hebrew-perl/Changes Sat Dec 25 15:14:43 2010
@@ -1,37 +1,21 @@
-____________________________________________________________________________
-[ 11169] By: autrijus                              on 2004/09/18  09:21:22
-        Log: * This be 1.04.
-             * Add VERSION to POD; reorder things a bit; fix manifest.
-	   ! Hebrew.pm
-____________________________________________________________________________
-[ 11167] By: autrijus                              on 2004/09/17  21:19:15
-        Log: * Modernise Makefile.PL a bit. 
-	   ! Makefile.PL
-____________________________________________________________________________
-[ 11166] By: autrijus                              on 2004/09/17  21:16:27
-        Log: * This be 1.03.
-             * hebrewflip() is now exported by default.
-             * Unicode support for Perl 5.8.1+.
-             (Both suggested by Oded S. Resnik)
-             * Revampted tests.
-	   + t/2-utf8.t
-	   ! Hebrew.pm Hebrew.xs Makefile.PL README bidi.c
-	   ! t/0-signature.t t/1-basic.t
-____________________________________________________________________________
-[  3548] By: autrijus                              on 2003/01/14  22:10:01
-        Log: * This be 1.02.
-	   ! Hebrew.pm
-____________________________________________________________________________
-[  3547] By: autrijus                              on 2003/01/14  22:08:16
-        Log: * main() should be int not void.
-	   ! bidi.c
-____________________________________________________________________________
-[  3546] By: autrijus                              on 2003/01/14  22:08:10
-        Log: * adding README and tests.
-	   + README t/0-signature.t t/1-basic.t
-	   ! MANIFEST
-____________________________________________________________________________
-[  3544] By: autrijus                              on 2003/01/14  22:05:50
-        Log: * update manifest since Locale::Hebrew::Calendar is now
-             distributed separately.
-	   ! MANIFEST Makefile.PL
+[Changes for 1.05 - 2010-05-27]
+
+* Fix MANIFEST.SKIP so the signatures test won't cause bogus fail on Win32.
+* Adds a "See Also" link to Text::Bidi. (Shlomi Fish)
+
+[Changes for 1.04 - 2004-09-18]
+
+* Add VERSION to POD; reorder things a bit; fix manifest.
+* Modernise Makefile.PL a bit. 
+
+[Changes for 1.03 - 2004-09-17]
+
+* Revamped tests.
+* hebrewflip() is now exported by default.  (Oded S. Resnik)
+* Unicode support for Perl 5.8.1+.  (Oded S. Resnik)
+
+[Changes for 1.02 - 2003-01-14]
+
+* Added README and tests.
+* Update MANIFEST, since Locale::Hebrew::Calendar is now distributed separately.
+* main() should be int not void.

Modified: trunk/liblocale-hebrew-perl/Hebrew.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/Hebrew.pm?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/Hebrew.pm (original)
+++ trunk/liblocale-hebrew-perl/Hebrew.pm Sat Dec 25 15:14:43 2010
@@ -1,8 +1,6 @@
-# $File: //member/autrijus/Locale-Hebrew/Hebrew.pm $ $Author: autrijus $
-# $Revision: #4 $ $Change: 11169 $ $DateTime: 2004/09/18 09:21:22 $
-
 package Locale::Hebrew;
 
+use 5.005;
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 use Exporter;
@@ -11,7 +9,7 @@
 
 @ISA = qw(Exporter DynaLoader);
 @EXPORT = @EXPORT_OK = qw(hebrewflip);
-$VERSION = '1.04';
+$VERSION = '1.05';
 
 __PACKAGE__->bootstrap($VERSION);
 
@@ -21,8 +19,8 @@
 
 =head1 VERSION
 
-This document describes version 1.04 of Locale::Hebrew, released
-September 18, 2004.
+This document describes version 1.05 of Locale::Hebrew, released
+May 27, 2010.
 
 =head1 SYNOPSIS
 
@@ -45,6 +43,10 @@
 On Perl version 5.8.1 and above, this module can handle Unicode strings
 by transparently encoding and decoding it as C<iso-8859-8>.  The return
 value should still be a Unicode string.
+
+=head1 SEE ALSO
+
+L<Text::Bidi>, which implements related algorithms based on the C<fribidi> library.
 
 =cut
 
@@ -70,16 +72,17 @@
 
 =head1 AUTHORS
 
-Ariel Brosh E<lt>schop at cpan.orgE<gt> is the original author, now passed
-away.
+Audrey Tang E<lt>cpan at audreyt.orgE<gt>
+is the current maintainer.
 
-Autrijus Tang E<lt>autrijus at autrijus.orgE<gt> is the current maintainer.
+Ariel Brosh E<lt>schop at cpan.orgE<gt> 
+is the original author, now passed away.
 
 =head1 COPYRIGHT
 
 Copyright 2001, 2002 by Ariel Brosh.
 
-Copyright 2003, 2004 by Autrijus Tang.
+Copyright 2003-2010 by Audrey Tang.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/liblocale-hebrew-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/MANIFEST?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/MANIFEST (original)
+++ trunk/liblocale-hebrew-perl/MANIFEST Sat Dec 25 15:14:43 2010
@@ -2,12 +2,20 @@
 Changes
 Hebrew.pm
 Hebrew.xs
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
 Makefile.PL
 MANIFEST
 MANIFEST.SKIP
+META.yml			Module meta-data (added by MakeMaker)
 README
 SIGNATURE
 t/0-signature.t
 t/1-basic.t
 t/2-utf8.t
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/liblocale-hebrew-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/MANIFEST.SKIP?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/MANIFEST.SKIP (original)
+++ trunk/liblocale-hebrew-perl/MANIFEST.SKIP Sat Dec 25 15:14:43 2010
@@ -7,3 +7,4 @@
 ^blibdirs$
 ^Hebrew.(?!pm$|xs$).*$
 ^bidi.(?!c$).*$
+^dll

Modified: trunk/liblocale-hebrew-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/META.yml?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/META.yml (original)
+++ trunk/liblocale-hebrew-perl/META.yml Sat Dec 25 15:14:43 2010
@@ -1,10 +1,24 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Locale-Hebrew
-version:      1.04
-version_from: Hebrew.pm
-installdirs:  site
+---
+abstract: 'Bidirectional Hebrew support'
+author:
+  - 'Audrey Tang <cpan at audreyt.org>'
+build_requires:
+  ExtUtils::MakeMaker: 6.42
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
+distribution_type: module
+generated_by: 'Module::Install version 0.95'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Locale-Hebrew
+no_index:
+  directory:
+    - inc
+    - t
 requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.21
+  perl: 5.005
+resources:
+  license: http://dev.perl.org/licenses/
+version: 1.05

Modified: trunk/liblocale-hebrew-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/Makefile.PL?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/Makefile.PL (original)
+++ trunk/liblocale-hebrew-perl/Makefile.PL Sat Dec 25 15:14:43 2010
@@ -1,17 +1,12 @@
 #!/usr/bin/perl
-# $File: //member/autrijus/Locale-Hebrew/Makefile.PL $ $Author: autrijus $
-# $Revision: #4 $ $Change: 11167 $ $DateTime: 2004/09/17 21:19:15 $
 
 use Config;
-use ExtUtils::MakeMaker;
+use inc::Module::Install;
 
-WriteMakefile(
-    'NAME'	    => 'Locale::Hebrew',
-    'VERSION_FROM'  => 'Hebrew.pm',
-    'AUTHOR'        => 'Autrijus Tang <autrijus at autrijus.org>',
-    'ABSTRACT'      => 'Bidirectional Hebrew support',
-    'OBJECT'	    => join(' ', map "$_$Config{obj_ext}", qw(Hebrew bidi)),
-    'SIGN'          => (ExtUtils::MakeMaker->VERSION >= 6.21),
+name 'Locale-Hebrew';
+all_from 'Hebrew.pm';
+makemaker_args(
+    OBJECT=> join(' ', map "$_$Config{obj_ext}", qw(Hebrew bidi)),
 );
 
-1;
+sign; WriteAll;

Modified: trunk/liblocale-hebrew-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/SIGNATURE?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/SIGNATURE (original)
+++ trunk/liblocale-hebrew-perl/SIGNATURE Sat Dec 25 15:14:43 2010
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.41.
+signed via the Module::Signature module, version 0.61.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,22 +14,30 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 dd5b62ac51d1948516ae06b27d18bc3a1d1e4991 Changes
-SHA1 ccb27996fbeea9abeab3f86e0cfa53d4a689c563 Hebrew.pm
+SHA1 29f543ac8d8857f3b382b10c9b03aecd3020e033 Changes
+SHA1 3b10b88adfb275defab278496c5da79564943268 Hebrew.pm
 SHA1 870900166e2f7b9f56019acdbbc56b24467fc823 Hebrew.xs
-SHA1 3d0b3739eb4a845a2474e163dc6392eeb32808bb MANIFEST
-SHA1 7d843fdd38bc53590033b1e295f2b896805fa2a0 MANIFEST.SKIP
-SHA1 007ffb1ef6da88988cde348f02b01f84be465101 META.yml
-SHA1 799ac61d4c3d1b58504a18259912926bf7c8a16a Makefile.PL
+SHA1 3b7ddd9f4e749b68570039df9b6c61f59d96a1d9 MANIFEST
+SHA1 f54b318e644c2f3432fa464a872e1593fd9b0511 MANIFEST.SKIP
+SHA1 3fc70b336ea2c42e624bd94848c8c6060449e4a0 META.yml
+SHA1 33870470e55bc9761557a0e9da76957ea2be741b Makefile.PL
 SHA1 4b86614dd4eac92ff2f259c9c32badd9645e44fe README
 SHA1 cc6ded44327f42601c2616e418a6037a35c877ce bidi.c
-SHA1 ffe4c2e8d7be7f8c8bd964865d61f411454f344e t/0-signature.t
+SHA1 1ebec4119486a032a5612a403e8d7b7be973e938 inc/Module/Install.pm
+SHA1 24038af925a69df41972971356ccce885b0fe2ad inc/Module/Install/Base.pm
+SHA1 8f96eddfef548c9328457fbb17a121631cda356b inc/Module/Install/Can.pm
+SHA1 ec29048e48edd9c9c55f9de7b773bd7c904335ad inc/Module/Install/Fetch.pm
+SHA1 0384525d85d51e99532e3ad8729d870113646d14 inc/Module/Install/Makefile.pm
+SHA1 38c657de4d91f5a60ff8e6c6f6a5547daf7c4ab2 inc/Module/Install/Metadata.pm
+SHA1 5c25f1104c0038041e3b93e0660c39171e4caf2b inc/Module/Install/Win32.pm
+SHA1 94d47349c803c4bd2a9230d25e4db0b6aaf1acd8 inc/Module/Install/WriteAll.pm
+SHA1 4aeb184c9bed26ab6c3be1ebdb8470c0cb353b1f t/0-signature.t
 SHA1 58f1588eba68af8d1fe37623808615c79efe1b04 t/1-basic.t
 SHA1 cad4e3de1e561a681ab7cb7a7f7145fad22f50d6 t/2-utf8.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.3 (FreeBSD)
+Version: GnuPG v1.4.10 (Darwin)
 
-iD8DBQFBS+LptLPdNzw1AaARAhevAJ4+1GklAKPk69AOBzUUo19FOW1YegCeLoTt
-GpuyUrIolYdeLwHJ9u4wq6U=
-=JEy5
+iEYEARECAAYFAkv91UoACgkQtLPdNzw1AaCs7gCgg8tqDfnFsIM2Hvllxu6aIK6e
+jC8AoJnw6Tinxh4qTGHmxlLbqcWmld8n
+=lhmq
 -----END PGP SIGNATURE-----

Modified: trunk/liblocale-hebrew-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/debian/changelog?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/debian/changelog (original)
+++ trunk/liblocale-hebrew-perl/debian/changelog Sat Dec 25 15:14:43 2010
@@ -1,3 +1,14 @@
+liblocale-hebrew-perl (1.05-1) UNRELEASED; urgency=low
+
+  Only documentation changes
+  IGNORE-VERSION: 1.05-1
+
+  * New upstream release
+  * Use new 3.0 (quilt) source format
+  * Standards-Version 3.9.1 (no changes)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 10:29:15 -0500
+
 liblocale-hebrew-perl (1.04-1) unstable; urgency=low
 
   * Initial Release (Closes: #482472)

Modified: trunk/liblocale-hebrew-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/debian/control?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/debian/control (original)
+++ trunk/liblocale-hebrew-perl/debian/control Sat Dec 25 15:14:43 2010
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Locale-Hebrew/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-hebrew-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblocale-hebrew-perl/

Modified: trunk/liblocale-hebrew-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/debian/copyright?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/debian/copyright (original)
+++ trunk/liblocale-hebrew-perl/debian/copyright Sat Dec 25 15:14:43 2010
@@ -1,5 +1,5 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: Autrijus Tang <autrijus at autrijus.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Audrey Tang <cpan at audreyt.org>
 Source: http://search.cpan.org/dist/Locale-Hebrew/
 Name: Locale-Hebrew
 
@@ -15,6 +15,12 @@
  at http://unicode.org/Public/PROGRAMS/BidiReferenceCpp/bidi.cpp and
  is licensed under the Unicode Consortium Terms of Use.
 
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
@@ -23,8 +29,8 @@
  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'
+ On Debian 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
@@ -32,8 +38,8 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
 License: Unicode
  Unicode Data Files include all data files under the directories

Added: trunk/liblocale-hebrew-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/debian/source/format?rev=66320&op=file
==============================================================================
--- trunk/liblocale-hebrew-perl/debian/source/format (added)
+++ trunk/liblocale-hebrew-perl/debian/source/format Sat Dec 25 15:14:43 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/liblocale-hebrew-perl/t/0-signature.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-hebrew-perl/t/0-signature.t?rev=66320&op=diff
==============================================================================
--- trunk/liblocale-hebrew-perl/t/0-signature.t (original)
+++ trunk/liblocale-hebrew-perl/t/0-signature.t Sat Dec 25 15:14:43 2010
@@ -1,26 +1,35 @@
 #!/usr/bin/perl
-# $File: //member/autrijus/Locale-Hebrew/t/0-signature.t $ $Author: autrijus $
-# $Revision: #2 $ $Change: 11166 $ $DateTime: 2004/09/17 21:16:27 $
 
 use strict;
-print "1..1\n";
+use Test::More;
 
-if (!-s 'SIGNATURE') {
-    print "ok 1 # skip No signature file found\n";
+if (!$ENV{TEST_SIGNATURE}) {
+    plan skip_all => 
+      "Set the environment variable TEST_SIGNATURE to enable this test.";
 }
 elsif (!eval { require Module::Signature; 1 }) {
-    print "ok 1 # skip ",
-	    "Next time around, consider installing Module::Signature, ",
-	    "so you can verify the integrity of this distribution.\n";
+    plan skip_all => 
+      "Next time around, consider installing Module::Signature, ".
+      "so you can verify the integrity of this distribution.";
+}
+elsif ( !-e 'SIGNATURE' ) {
+    plan skip_all => "SIGNATURE not found";
+}
+elsif ( -s 'SIGNATURE' == 0 ) {
+    plan skip_all => "SIGNATURE file empty";
 }
 elsif (!eval { require Socket; Socket::inet_aton('pgp.mit.edu') }) {
-    print "ok 1 # skip ",
-	    "Cannot connect to the keyserver\n";
+    plan skip_all => "Cannot connect to the keyserver to check module ".
+                     "signature";
 }
 else {
-    (Module::Signature::verify() == Module::Signature::SIGNATURE_OK())
-	or print "not ";
-    print "ok 1 # Valid signature\n";
+    plan tests => 1;
 }
 
-__END__
+my $ret = Module::Signature::verify();
+SKIP: {
+    skip "Module::Signature cannot verify", 1 
+      if $ret eq Module::Signature::CANNOT_VERIFY();
+
+    cmp_ok $ret, '==', Module::Signature::SIGNATURE_OK(), "Valid signature";
+}




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