[SCM] Debian packaging of libthread-serialize-perl branch, master, updated. debian/0.12-1-7-g1420bff

gregor herrmann gregoa at debian.org
Thu Jun 14 23:14:52 UTC 2012


The following commit has been merged in the master branch:
commit 8f0c90934cc573422620d4174b07dfab5741b9b2
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 15 01:04:02 2012 +0200

    Drop (build) depenendecy in libload-perl.

diff --git a/debian/control b/debian/control
index c079746..5540475 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libthread-serialize-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libload-perl
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>,
  Nicholas Bamber <nicholas at periapt.co.uk>,
@@ -14,7 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libthread-ser
 
 Package: libthread-serialize-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libload-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: module to serialize data-structures between threads
  The Thread::Serialize module is a library for centralizing the routines used
  to serialize data-structures between threads. Because of this central

-- 
Debian packaging of libthread-serialize-perl



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