[SCM] Debian packaging of libmodule-optional-perl branch, master, updated. 1b1fba0423499fe111f7e2ec65d8db30a2261b55

gregor herrmann gregoa at debian.org
Thu Jul 5 20:40:02 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index a448626..7bfd499 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: libmodule-optional-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Standards-Version: 3.9.1
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-optional-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-optional-perl.git
 Homepage: http://search.cpan.org/dist/Module-Optional/
 
 Package: libmodule-optional-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Module::Optional - Breaking module dependency chains
  This module provides a way of using a module which may or may not be
  installed on the target machine. If the module is available it behaves
  as a straight use. If the module is not available, subs are repointed to
  their equivalents in a dummy namespace.
+

-- 
Debian packaging of libmodule-optional-perl



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