[SCM] Debian packaging of libhtml-stream-perl branch, master, updated. 5aa009a2c352b22a6ed38517994e1bf114d9d2d7

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


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

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

diff --git a/debian/control b/debian/control
index 2009755..f48cfbe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: libhtml-stream-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dominic Hargreaves <dom at earth.li>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/HTML-Stream/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-stream-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-stream-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-stream-perl.git
+Homepage: http://search.cpan.org/dist/HTML-Stream/
 
 Package: libhtml-stream-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: HTML output stream class, and some markup utilities
  The HTML::Stream module provides you with an object-oriented
  (and subclassable) way of outputting HTML.  Basically, you open up 
  an "HTML stream" on an existing filehandle, and then do all of your  
  output to the HTML stream.  You can intermix HTML-stream-output and 
  ordinary-print-output, if you like.
+

-- 
Debian packaging of libhtml-stream-perl



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