[SCM] Debian packaging of Shell::Command branch, master, updated. debian/0.06-2-2-g006a376

Salvatore Bonaccorso carnil at debian.org
Sun Dec 2 08:08:22 UTC 2012


The following commit has been merged in the master branch:
commit 6c46754c7ae9abee1f3585d6c1cca4beb3f5cca0
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Dec 2 08:50:03 2012 +0100

    Make Breaks and Replaces on libextutils-command-perl versioned
    
    Need to make Breaks and Replaces on libextutils-command-perl versioned,
    as libextutils-command-perl is also a virtual package provided by
    perl-modules. If we do not add a versioned Breaks and Replaces on
    libextutils-command-perl (>= 0), libshell-command-perl is uninstallable.
    
    Thanks: Andreas Beckmann <debian at abeckmann.de> for the analysis.
    
    Closes: #694395

diff --git a/debian/control b/debian/control
index 5dab968..3c30681 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Homepage: http://search.cpan.org/dist/Shell-Command/
 Package: libshell-command-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Breaks: libextutils-command-perl
-Replaces: libextutils-command-perl
+Breaks: libextutils-command-perl (>= 0)
+Replaces: libextutils-command-perl (>= 0)
 Description: cross-platform functions emulating common shell commands
  Shell::Command is a thin wrapper around ExtUtils::Command. It is used to
  replace common UNIX commands in a tried-and-tested cross-platform way.

-- 
Debian packaging of Shell::Command



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