[SCM] Debian packaging of libbrowser-open-perl branch, master, updated. b65648eab97dd522facebffb0c4532b084f89f00

Salvatore Bonaccorso carnil at debian.org
Tue Mar 13 18:56:06 UTC 2012


The following commit has been merged in the master branch:
commit 12ca6294e1f75d0ff632775d3703bc62c5b8963c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Mar 13 19:47:56 2012 +0100

    Simplify dependencies on versions satisfied in stable
    
    Drop alternative (Build-)Depends(-Indep) for dependencies already
    satisfied in stable.

diff --git a/debian/control b/debian/control
index c77b0c9..7a72f50 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,7 @@ Source: libbrowser-open-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- perl (>= 5.10.1) | libparent-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.3
@@ -14,8 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbrowser-op
 
 Package: libbrowser-open-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module to open a browser in a given URL
  The functions optionaly exported by Browser::Open allows you to open URLs in
  the user browser.

-- 
Debian packaging of libbrowser-open-perl



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