--- libfile-bom-perl-0.14.orig/debian/control +++ libfile-bom-perl-0.14/debian/control @@ -0,0 +1,28 @@ +Source: libfile-bom-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.10), perl-modules (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.300), libtest-exception-perl (>= 0.20), + libreadonly-perl (>= 0.06), libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/File-BOM/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-bom-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-bom-perl/ + +Package: libfile-bom-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libreadonly-perl (>= 0.06), + perl (>= 5.8.300) +Description: Perl module for handling Byte Order Marks + File::BOM provides functions for handling Unicode Byte Order Marks, which are + sometimes found at the beginning of some files and streams. It allows programs + to automatically determine the original byte ordering a file was written with; + in other words, whether the program was written in little-endian or big-endian + byte order. + . + This module provides a simple way to open a file, determine its byte ordering + and return the appropriate encoding style. Byte Order Marks are usually found + at the beginning of a file, but in the case of a stream where this is not the + case, this module also provides a utility to scan any filehandle for it. --- libfile-bom-perl-0.14.orig/debian/copyright +++ libfile-bom-perl-0.14/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Matt Lawrence +Upstream-Source: http://search.cpan.org/dist/File-BOM/ +Upstream-Name: File-BOM + +Files: * +Copyright: 2005, Matt Lawrence +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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' --- libfile-bom-perl-0.14.orig/debian/watch +++ libfile-bom-perl-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-BOM/ .*/File-BOM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfile-bom-perl-0.14.orig/debian/compat +++ libfile-bom-perl-0.14/debian/compat @@ -0,0 +1 @@ +7 --- libfile-bom-perl-0.14.orig/debian/changelog +++ libfile-bom-perl-0.14/debian/changelog @@ -0,0 +1,5 @@ +libfile-bom-perl (0.14-1) unstable; urgency=low + + * Initial Release (Closes: #536389) + + -- Jonathan Yu Thu, 9 Jul 2009 08:22:36 -0400 --- libfile-bom-perl-0.14.orig/debian/libfile-bom-perl.docs +++ libfile-bom-perl-0.14/debian/libfile-bom-perl.docs @@ -0,0 +1 @@ +TODO --- libfile-bom-perl-0.14.orig/debian/rules +++ libfile-bom-perl-0.14/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@