[SCM] Debian packaging of libmail-box-perl branch, master, updated. debian/2.103-1

Salvatore Bonaccorso carnil at debian.org
Sat Apr 21 07:55:05 UTC 2012


The following commit has been merged in the master branch:
commit 93cf090871bf5a000b2832e14f2b389d28b3cb80
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Apr 21 09:25:22 2012 +0200

    Simplify versioned dependencies
    
    Simplify versioned (Build-)Depends(-Indep) and Suggests already
    satisfied in stable to unversioned dependencies.

diff --git a/debian/control b/debian/control
index 4077f27..84d5092 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmail-box-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1), netbase,
+Build-Depends-Indep: perl, netbase,
  libdigest-hmac-perl,
  libemail-abstract-perl,
  libemail-simple-perl,
@@ -17,7 +17,7 @@ Build-Depends-Indep: perl (>= 5.10.1), netbase,
  libtext-autoformat-perl,
  libtimedate-perl,
  liburi-perl,
- libuser-identity-perl (>= 0.93)
+ libuser-identity-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gustavo Franco <stratus at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
@@ -31,7 +31,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmail-box-p
 
 Package: libmail-box-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1),
+Depends: ${misc:Depends}, ${perl:Depends},
  libdigest-hmac-perl,
  libfile-remove-perl,
  libio-stringy-perl,
@@ -40,9 +40,9 @@ Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1),
  libobject-realize-later-perl,
  libtimedate-perl,
  liburi-perl,
- libuser-identity-perl (>= 0.93)
+ libuser-identity-perl
 Suggests: libhtml-format-perl, libhtml-tree-perl,
- libmail-imapclient-perl (>= 3), libmime-tools-perl, spamassassin
+ libmail-imapclient-perl, libmime-tools-perl, spamassassin
 Description: message-folder management module
  Mail::Box is the base-class for accessing various types of mail-folder
  organizational structures in a uniform way.  The various folder types vary

-- 
Debian packaging of libmail-box-perl



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