[SCM] Debian packaging of libformat-human-bytes-perl branch, master, updated. 20d24cae1af37d56ebb6ff91f2f3257949951da7

gregor herrmann gregoa at debian.org
Thu Jul 5 20:28:41 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 5f2352e..0642b45 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libformat-human-bytes-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
+           Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: perl, libtest-simple-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
- Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Format-Human-Bytes/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libformat-human-bytes-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libformat-human-bytes-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libformat-human-bytes-perl.git
+Homepage: http://search.cpan.org/dist/Format-Human-Bytes/
 
 Package: libformat-human-bytes-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Format a bytecount and make it human readable
  Format::Human::Bytes is used to convert bytecount values to human-readable
  strings. It will return you a printable string which is more readable by
@@ -32,3 +33,4 @@ Description: Format a bytecount and make it human readable
     $fhb = Format::Human::Bytes->new();
     $readable = $fhb->base2($bytecount[,$decimals]);
     $readable = $fhb->base10($bytecount[,$decimals]);
+

-- 
Debian packaging of libformat-human-bytes-perl



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