[SCM] Debian packaging of libtext-formattable-perl branch, master, updated. 10e96a4f448c5cc271c87a4c3f710ae220717aab

gregor herrmann gregoa at debian.org
Thu Jul 5 21:03:16 UTC 2012


The following commit has been merged in the master branch:
commit a426380fc20d35d42e356ee5359021be06acd2d0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:01:44 2012 -0600

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

diff --git a/debian/control b/debian/control
index bf6a6b3..d00f4eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,24 @@
 Source: libtext-formattable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Text-FormatTable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-formattable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-formattable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-formattable-perl.git
+Homepage: http://search.cpan.org/dist/Text-FormatTable/
 
 Package: libtext-formattable-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to format text tables
  Text::FormatTable renders simple tables as text. You pass to the constructor
  (new) a table format specification similar to LaTeX (e.g. r|l|l) and you
  call methods to fill the table data and insert rules. After the data is filled,
  you call the render method and the table gets formatted as text.
+

-- 
Debian packaging of libtext-formattable-perl



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