r39556 - in /trunk/libfile-bom-perl/debian: ./ changelog compat control copyright libfile-bom-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 9 16:58:01 UTC 2009


Author: jawnsy-guest
Date: Thu Jul  9 16:57:47 2009
New Revision: 39556

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

Added:
    trunk/libfile-bom-perl/debian/
    trunk/libfile-bom-perl/debian/changelog
    trunk/libfile-bom-perl/debian/compat
    trunk/libfile-bom-perl/debian/control
    trunk/libfile-bom-perl/debian/copyright
    trunk/libfile-bom-perl/debian/libfile-bom-perl.docs
    trunk/libfile-bom-perl/debian/rules   (with props)
    trunk/libfile-bom-perl/debian/watch

Added: trunk/libfile-bom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/changelog?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/changelog (added)
+++ trunk/libfile-bom-perl/debian/changelog Thu Jul  9 16:57:47 2009
@@ -1,0 +1,5 @@
+libfile-bom-perl (0.14-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 9 Jul 2009 08:22:36 -0400

Added: trunk/libfile-bom-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/compat?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/compat (added)
+++ trunk/libfile-bom-perl/debian/compat Thu Jul  9 16:57:47 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-bom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/control?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/control (added)
+++ trunk/libfile-bom-perl/debian/control Thu Jul  9 16:57:47 2009
@@ -1,0 +1,28 @@
+Source: libfile-bom-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.300), libtest-exception-perl (>= 0.20),
+ libreadonly-perl (>= 0.06)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+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.

Added: trunk/libfile-bom-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/copyright?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/copyright (added)
+++ trunk/libfile-bom-perl/debian/copyright Thu Jul  9 16:57:47 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Matt Lawrence <mattlaw at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/File-BOM/
+Upstream-Name: File-BOM
+
+Files: *
+Copyright: 2005, Matt Lawrence <mattlaw at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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'

Added: trunk/libfile-bom-perl/debian/libfile-bom-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/libfile-bom-perl.docs?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/libfile-bom-perl.docs (added)
+++ trunk/libfile-bom-perl/debian/libfile-bom-perl.docs Thu Jul  9 16:57:47 2009
@@ -1,0 +1,2 @@
+README-cygwin
+TODO

Added: trunk/libfile-bom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/rules?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/rules (added)
+++ trunk/libfile-bom-perl/debian/rules Thu Jul  9 16:57:47 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libfile-bom-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-bom-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-bom-perl/debian/watch?rev=39556&op=file
==============================================================================
--- trunk/libfile-bom-perl/debian/watch (added)
+++ trunk/libfile-bom-perl/debian/watch Thu Jul  9 16:57:47 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-BOM/   .*/File-BOM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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