[SCM] Debian packaging of libfile-queue-perl branch, master, updated. 249187dc1ab2ce2a52f0f05ae6e7e0abe777c5bb

gregor herrmann gregoa at debian.org
Thu Jul 5 20:27:42 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index a184623..960288a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libfile-queue-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)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl,
- libpod-coverage-perl (>= 0.18), libtest-pod-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-pod-coverage-perl,
+                     libpod-coverage-perl,
+                     libtest-pod-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/File-Queue/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-queue-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-queue-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-queue-perl.git
+Homepage: http://search.cpan.org/dist/File-Queue/
 
 Package: libfile-queue-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Perl module providing a persistent FIFO Queue using a file
  File::Queue allows for the creation of persistent First In, First Out (FIFO)
  queue objects, saving data in a file. Queue elements can only be scalars; if
  you want to work with references or other complex data structures, you have
  to serialize them first. This module was written with speed in mind, and is
  indeed very fast, but one should take care to understand its limitations.
+

-- 
Debian packaging of libfile-queue-perl



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