--- liblocale-hebrew-perl-1.04.orig/debian/watch +++ liblocale-hebrew-perl-1.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Locale-Hebrew/ .*/Locale-Hebrew-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liblocale-hebrew-perl-1.04.orig/debian/rules +++ liblocale-hebrew-perl-1.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- liblocale-hebrew-perl-1.04.orig/debian/copyright +++ liblocale-hebrew-perl-1.04/debian/copyright @@ -0,0 +1,95 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Autrijus Tang +Source: http://search.cpan.org/dist/Locale-Hebrew/ +Name: Locale-Hebrew + +Files: * +Copyright: 2003-2004, Autrijus Tang + 2001-2002, Ariel Brosh +License: Artistic or GPL-1+ + +Files: bidi.c +Copyright: 1999, ASMUS, Inc. +License: Unicode +X-Comment: this file was derived from bidi.cpp, which is available + at http://unicode.org/Public/PROGRAMS/BidiReferenceCpp/bidi.cpp and + is licensed under the Unicode Consortium Terms of Use. + +Files: debian/* +Copyright: 2010, Jonathan Yu +License: Artistic or 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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + +License: Unicode + Unicode Data Files include all data files under the directories + http://www.unicode.org/Public/, http://www.unicode.org/reports/, + and http://www.unicode.org/cldr/data/ . Unicode Software includes + any source code published in the Unicode Standard or under the + directories http://www.unicode.org/Public/, + http://www.unicode.org/reports/, and + http://www.unicode.org/cldr/data/. + . + NOTICE TO USER: Carefully read the following legal agreement. BY + DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S + DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU + UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS + AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT + DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR + SOFTWARE. + . + COPYRIGHT AND PERMISSION NOTICE + . + Copyright © 1991-2009 Unicode, Inc. All rights reserved. + Distributed under the Terms of Use in + http://www.unicode.org/copyright.html. + . + Permission is hereby granted, free of charge, to any person + obtaining a copy of the Unicode data files and any associated + documentation (the "Data Files") or Unicode software and any + associated documentation (the "Software") to deal in the Data + Files or Software without restriction, including without + limitation the rights to use, copy, modify, merge, publish, + distribute, and/or sell copies of the Data Files or Software, + and to permit persons to whom the Data Files or Software are + furnished to do so, provided that + . + (a) the above copyright notice(s) and this permission notice + appear with all copies of the Data Files or Software, + (b) both the above copyright notice(s) and this permission + notice appear in associated documentation, and + (c) there is clear notice in each modified Data File or in + the Software as well as in the documentation associated + with the Data File(s) or Software that the data or + software has been modified. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT + WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT + LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN + THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT + OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING + FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF + CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES + OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright + holder shall not be used in advertising or otherwise to promote + the sale, use or other dealings in these Data Files or Software + without prior written authorization of the copyright holder. --- liblocale-hebrew-perl-1.04.orig/debian/compat +++ liblocale-hebrew-perl-1.04/debian/compat @@ -0,0 +1 @@ +7 --- liblocale-hebrew-perl-1.04.orig/debian/control +++ liblocale-hebrew-perl-1.04/debian/control @@ -0,0 +1,19 @@ +Source: liblocale-hebrew-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +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/ + +Package: liblocale-hebrew-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: module providing bidirectional Hebrew support + Locale::Hebrew is a Perl module based on code from the Unicode Consortium. + This module works the real Hebrew character set from scratch, because the + Unicode Consortium's character set was invalid; as a result, there may be + some errata. --- liblocale-hebrew-perl-1.04.orig/debian/changelog +++ liblocale-hebrew-perl-1.04/debian/changelog @@ -0,0 +1,23 @@ +liblocale-hebrew-perl (1.04-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:19:08 +0100 + +liblocale-hebrew-perl (1.04-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:03:06 +0000 + +liblocale-hebrew-perl (1.04-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:15:12 +0100 + +liblocale-hebrew-perl (1.04-1) unstable; urgency=low + + * Initial Release (Closes: #482472) + + -- Jonathan Yu Mon, 04 Jan 2010 16:07:07 -0500