[SCM] Debian packaging of libauthen-passphrase-perl branch, master, updated. debian/0.007-2-9-g9aec899

Salvatore Bonaccorso carnil at debian.org
Tue Feb 7 18:05:34 UTC 2012


The following commit has been merged in the master branch:
commit 104cd5647d939a6803d799d61d12ea96d8cdae80
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 7 18:51:57 2012 +0100

    Simplify dependencies already satisfied in Squeeze
    
    Make versioned (Build-)Depends(-Indep) on packages with versioned
    depends already satisfied in Squeeze unversioned dependencies as Lenny
    (oldstable) is now gone.

diff --git a/debian/control b/debian/control
index 1ef6dff..2c02d68 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                perl
-Build-Depends-Indep: libauthen-dechpwd-perl (>= 2.003),
+Build-Depends-Indep: libauthen-dechpwd-perl,
                      libcrypt-des-perl,
-                     libcrypt-eksblowfish-perl (>= 0.008),
+                     libcrypt-eksblowfish-perl,
                      libcrypt-mysql-perl,
                      libcrypt-passwdmd5-perl,
                      libcrypt-unixcrypt-xs-perl,
@@ -28,9 +28,9 @@ Package: libauthen-passphrase-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libauthen-dechpwd-perl (>= 2.003),
+         libauthen-dechpwd-perl,
          libcrypt-des-perl,
-         libcrypt-eksblowfish-perl (>= 0.008),
+         libcrypt-eksblowfish-perl,
          libcrypt-mysql-perl,
          libcrypt-passwdmd5-perl,
          libcrypt-unixcrypt-xs-perl,

-- 
Debian packaging of libauthen-passphrase-perl



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