[SCM] Debian packaging of libio-string-perl branch, master, updated. 434ed9862f0982abd13d5ba2b9965447d5b1e297

gregor herrmann gregoa at debian.org
Thu Jul 5 20:34:32 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index c33d8fb..793ab77 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libio-string-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0-17)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/IO-String/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-string-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-string-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-string-perl.git
+Homepage: http://search.cpan.org/dist/IO-String/
 
 Package: libio-string-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Emulate IO::File interface for in-core strings
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Emulate IO::File interface for in-core strings
  The IO::String module provide the IO::File interface for in-core
  strings.  An IO::String object can be attached to a string, and
  will make it possible to use the normal file operations for reading or
@@ -27,3 +28,4 @@ Description:  Emulate IO::File interface for in-core strings
  are not available; new_from_fd, fdopen, format_write,
  format_page_number, format_lines_per_page, format_lines_left,
  format_name, format_top_name.
+

-- 
Debian packaging of libio-string-perl



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