[libthread-tie-perl] 01/01: drop "perl 5.8" from debian control

gregor herrmann gregoa at debian.org
Sun Mar 1 23:16:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libthread-tie-perl.

commit 047b9eeee9eb49886ea9a4ac394cd123e001951a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 2 00:14:08 2015 +0100

    drop "perl 5.8" from debian control
    
    even oldstable has 5.10.1, and 'perl' will be inserted via dh_perl
    
    Git-Dch: Ignore
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index eecdcb4..0bf40d1 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,7 @@ Package: libthread-tie-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libload-perl,
- libthread-serialize-perl,
- perl (>=5.8.0)
+ libthread-serialize-perl
 Description: alternative separate thread implementation of shared variables
  The standard shared variable scheme used by Perl, is based on tie-ing the
  variable to some very special dark magic. This dark magic ensures that shared
@@ -59,4 +58,3 @@ Description: alternative separate thread implementation of shared variables
     more cpu than the standard shared variables implementation. Whether this 
     would still be true when re-implemented in XS or Inline::C, remains to be
     seen.
- .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libthread-tie-perl.git



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