[SCM] Debian packaging of libswitch-perl branch, master, updated. 6457990fc2cabe7b4a1b56da90acd4bbf1a2bee1

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


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

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

diff --git a/debian/control b/debian/control
index 79505d8..d72fd56 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,20 @@
 Source: libswitch-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: standard
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Switch/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libswitch-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libswitch-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libswitch-perl.git
+Homepage: http://search.cpan.org/dist/Switch/
 
 Package: libswitch-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl, perl-modules
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl-modules
 Description: switch statement for Perl
  Switch.pm implements a generalized case mechanism that covers many
  possible combinations of switch and case values.
@@ -20,3 +22,4 @@ Description: switch statement for Perl
  This is an obsolete module provided for compatiblity since it is being
  removed from the core. For perl 5.10 and above the "given/when" builtins
  are much preferred.
+

-- 
Debian packaging of libswitch-perl



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