[SCM] Debian packaging of libfile-bom-perl branch, master, updated. 470bbce55b0287140341226d5e18d6d5c851d7e1

gregor herrmann gregoa at debian.org
Thu Jul 5 20:26:55 UTC 2012


The following commit has been merged in the master branch:
commit 398ae6c85d5b0a6277efade4a8a85685e15bc89d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:29:21 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index fcbf408..4afad69 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libfile-bom-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.10)
-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 <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libtest-exception-perl,
+                     libreadonly-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/File-BOM/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-bom-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-bom-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-bom-perl.git
+Homepage: http://search.cpan.org/dist/File-BOM/
 
 Package: libfile-bom-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libreadonly-perl (>= 0.06),
- perl (>= 5.8.300)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libreadonly-perl,
+         perl
 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
@@ -26,3 +31,4 @@ Description: Perl module for handling Byte Order Marks
  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.
+

-- 
Debian packaging of libfile-bom-perl



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