[SCM] Debian packaging of Data::Rmap branch, master, updated. bcfdeb29d60927a7aae37c819237286598ee1c0c

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Jun 7 22:33:51 UTC 2012


The following commit has been merged in the master branch:
commit bcfdeb29d60927a7aae37c819237286598ee1c0c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Jun 8 00:32:46 2012 +0200

    Test::Exception is not a runtime dependency, needed only during build testing
    
    thanks gregoa!

diff --git a/debian/control b/debian/control
index 90be2f9..b97dea7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Homepage: http://search.cpan.org/dist/Data-Rmap/
 
 Package: libdata-rmap-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-exception-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module implementing a recursive map, applying a block to a data structure
  Data::Rmap traverses HASH, ARRAY, SCALAR and GLOB reference types,
  evaluating a BLOCK for either only scalar values, arrays, hashes,

-- 
Debian packaging of Data::Rmap



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