[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.10.8.1-2-1-gc934e01

Iain Lane laney at debian.org
Fri Mar 23 11:30:59 UTC 2012


The following commit has been merged in the master branch:
commit c934e0196e2b8e4b6960111feb4f702e30d742c0
Author: Iain Lane <laney at debian.org>
Date:   Fri Mar 23 11:23:24 2012 +0000

    Remove unused File::Basename import from runtime script
    
    Having this present causes failures on release upgrades where perl-base
    and perl-modules are not in a consistent state (e.g. this can happen
    when upgrading across major Perl versions).
    
    Closes: #665335
    LP: #948848

diff --git a/debian/mono.runtime-script b/debian/mono.runtime-script
index 645e221..f790413 100644
--- a/debian/mono.runtime-script
+++ b/debian/mono.runtime-script
@@ -8,9 +8,6 @@
 use strict;
 use warnings;
 
-# Modules
-use File::Basename;
-
 # Figure out the mode
 my $mode = shift @ARGV;
 

-- 
mono



More information about the Pkg-mono-svn-commits mailing list