debian/0000755000000000000000000000000011325122631007162 5ustar debian/control0000644000000000000000000000202611325107135010567 0ustar Source: libencode-arabic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) Standards-Version: 3.8.3 Homepage: http://search.cpan.org/dist/Encode-Arabic/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libencode-arabic-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libencode-arabic-perl/ Package: libencode-arabic-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: perl implementation for Arabic encodings Encode::Arabic is a wrapper for various implementations of the encoding systems used for the Arabic language and covering even some non-Arabic extensions to the Arabic script. The included modules fit in the philosophy of Encode::Encoding and can be used directly with the Encode module. debian/copyright0000644000000000000000000000225511325107135011123 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Otakar Smrz Upstream-Source: http://search.cpan.org/dist/Encode-Arabic/ Upstream-Name: Encode-Arabic Files: * Copyright: 2003-2009, Otakar Smrz License-Alias: Perl License: Artistic | GPL-1+ Files: debian/* Copyright: 2010, أحمد المحمودي (Ahmed El-Mahmoudy) License: Artistic | 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' debian/watch0000644000000000000000000000025711325107135010221 0ustar version=3 http://search.cpan.org/dist/Encode-Arabic/ .*/Encode-Arabic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ http://sf.net/encode-arabic/Encode-Arabic-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011325122536010615 5ustar debian/patches/typos.diff0000644000000000000000000000363011325107134012624 0ustar Description: Fix typos fuction -> function in bin/*.pl interchangable -> interchangable in lib/Encode/Arabic.pm Forwarded: https://sourceforge.net/apps/trac/encode-arabic/ticket/1 Author: أحمد المحمودي (Ahmed El-Mahmoudy) --- libencode-arabic-perl-1.8.orig/lib/Encode/Arabic.pm +++ libencode-arabic-perl-1.8/lib/Encode/Arabic.pm @@ -186,7 +186,7 @@ =back There are generic aliases to these provided by L. Case does not matter and all -characters of the class C<[ _-]> are interchangable. +characters of the class C<[ _-]> are interchangeable. Note that the standard L module already deals with several other single-byte encoding schemes for Arabic popular with whichever operating system, be it *n*x, Windows, DOS or Macintosh. --- libencode-arabic-perl-1.8.orig/bin/decode.pl +++ libencode-arabic-perl-1.8/bin/decode.pl @@ -61,7 +61,7 @@ The L library provides a unified interface for converting strings from different encodings into a common representation, and vice versa. -The L and L programs mimick the fuction calls to +The L and L programs mimick the function calls to the C and C methods, respectively. For the list of supported encoding schemes, please refer to L and --- libencode-arabic-perl-1.8.orig/bin/encode.pl +++ libencode-arabic-perl-1.8/bin/encode.pl @@ -61,7 +61,7 @@ The L library provides a unified interface for converting strings from different encodings into a common representation, and vice versa. -The L and L programs mimick the fuction calls to +The L and L programs mimick the function calls to the C and C methods, respectively. For the list of supported encoding schemes, please refer to L and debian/patches/series0000644000000000000000000000001311324643767012041 0ustar typos.diff debian/compat0000644000000000000000000000000211324643767010401 0ustar 7 debian/changelog0000644000000000000000000000032411325107135011035 0ustar libencode-arabic-perl (1.9-1) unstable; urgency=low * Initial Release (Closes: #565408). -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 18 Jan 2010 13:11:08 +0200 debian/source/0000755000000000000000000000000011325122536010466 5ustar debian/source/format0000644000000000000000000000001411325122627011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000077411325107135010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install # Remove the provided {encode,decode}.pl perl scripts and their manpages, # since the they will be installed as examples instead: rm -rf debian/libencode-arabic-perl/usr/bin/ rm -rf debian/libencode-arabic-perl/usr/share/man/man1/ override_dh_installexamples: dh_installexamples # Fix interpreter shebang lines: sed -i '1s|^#! perl|#!/usr/bin/perl|' debian/libencode-arabic-perl/usr/share/doc/libencode-arabic-perl/examples/* debian/libencode-arabic-perl.examples0000644000000000000000000000000611325107135015023 0ustar bin/*