Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-10 Thread Ansgar Burchardt
reassign 653868 ftp.debian.org
retitle 653868 RM: libversion-requirements-perl -- RoM: deprecated, superseded
thanks

gregor herrmann gre...@debian.org writes:
 So I guess we can remove libversion-requirements-perl tomorrow.

It has no longer any reverse dependencies in unstable so I reassigned
it today.

Regards,
Ansgar



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-06 Thread Alessandro Ghedini
On Mon, Jan 02, 2012 at 06:41:53PM +0100, gregor herrmann wrote:
 On Mon, 02 Jan 2012 15:51:32 +0100, Alessandro Ghedini wrote:
 
   Are there plans to remove the package from Perl core again now that it
   has been deprecated?  Seems like bad timing.
  It is stil there in perl v5.15.6, but I think that cpanminus (the only 
  reverse dep as of now) will be already updated by the time perl v5.16 comes
  out (the problem has been already reported upstream by Salvatore), so it
  shouldn't be a problem if it gets removed.
 
 Ack.
  
  Btw, cpanminus already Depends on
perl (= 5.14) | libversion-requirements-perl
  So it should be possible to remove libversion-requirements-perl now, right?
 
 Yup, but that means an unconditional dependency on perl 5.14. I'm not
 sure if we want this?

I have noticed that cpanminus does not really use part of its Depends (they
were bundled upstream because of other modules, but since we dis-bundled
them they are not needed) among which Version::Requirements. I have removed 
them now.

Cheers

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-06 Thread gregor herrmann
On Fri, 06 Jan 2012 23:30:46 +0100, Alessandro Ghedini wrote:

   Btw, cpanminus already Depends on
 perl (= 5.14) | libversion-requirements-perl
   So it should be possible to remove libversion-requirements-perl now, 
   right?
  Yup, but that means an unconditional dependency on perl 5.14. I'm not
  sure if we want this?
 I have noticed that cpanminus does not really use part of its Depends (they
 were bundled upstream because of other modules, but since we dis-bundled
 them they are not needed) among which Version::Requirements. 

Oh, cool, thanks for digging into this!

 I have removed 
 them now.

And uploaded.

So I guess we can remove libversion-requirements-perl tomorrow.

Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ | OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin,  developer   |   http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: U2: All I Want Is You


signature.asc
Description: Digital signature


Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-02 Thread Salvatore Bonaccorso
Hi Gregor

On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
 Package: libversion-requirements-perl
 Severity: normal
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 From upstream Changes:
 
   DEPRECATED DEPRECATED DEPRECATED DEPRECATED
   Version::Requirements is now DEPRECATED
   Use CPAN::Meta::Requirements, which is a drop-in replacement.
 
 CPAN::Meta::Requirements is available in
 libcpan-meta-perl (= 2.113640).
 
 At the moment there are two remaining rdeps in unstable:
 - - libperl-prereqscanner-perl

This is now fixed too. There was a new usptream version switching to
CPAN::Meta::Requirements, which I have uploaded.

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-02 Thread gregor herrmann
On Mon, 02 Jan 2012 11:22:17 +0100, Salvatore Bonaccorso wrote:

  At the moment there are two remaining rdeps in unstable:
  - - libperl-prereqscanner-perl
 This is now fixed too. There was a new usptream version switching to
 CPAN::Meta::Requirements, which I have uploaded.

Nice, thank you!

Cheers,
gregor

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Flying Pickets: Blue Money


signature.asc
Description: Digital signature


Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-02 Thread Alessandro Ghedini
On Sun, Jan 01, 2012 at 07:21:15PM +0100, Ansgar Burchardt wrote:
 Alessandro Ghedini al3x...@gmail.com writes:
  On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
  From upstream Changes:
  
DEPRECATED DEPRECATED DEPRECATED DEPRECATED
Version::Requirements is now DEPRECATED
Use CPAN::Meta::Requirements, which is a drop-in replacement.
  
 [...]
  After they are either fixed upstream or patched in Debian, we can RM
  libversion-requirements-perl.
 
  Since Version::Requirements is also in Perl core (since 5.13.10) this might
  be easier. It would just make backporting those packages a little harder
  (they would need the depends to be re-added in order to be backported), and
  would be only a temporary fix until they get updated.
 
 We can have perl (= 5.14) | libversion-requirements-perl in the
 dependencies if we want to make backports easy.
 
 Are there plans to remove the package from Perl core again now that it
 has been deprecated?  Seems like bad timing.

It is stil there in perl v5.15.6, but I think that cpanminus (the only 
reverse dep as of now) will be already updated by the time perl v5.16 comes
out (the problem has been already reported upstream by Salvatore), so it
shouldn't be a problem if it gets removed.

Btw, cpanminus already Depends on
  
  perl (= 5.14) | libversion-requirements-perl

So it should be possible to remove libversion-requirements-perl now, right?

Cheers

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-02 Thread Alessandro Ghedini
On Mon, Jan 02, 2012 at 03:51:32PM +0100, Alessandro Ghedini wrote:
 On Sun, Jan 01, 2012 at 07:21:15PM +0100, Ansgar Burchardt wrote:
  Alessandro Ghedini al3x...@gmail.com writes:
   On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
   From upstream Changes:
   
 DEPRECATED DEPRECATED DEPRECATED DEPRECATED
 Version::Requirements is now DEPRECATED
 Use CPAN::Meta::Requirements, which is a drop-in replacement.
   
  [...]
   After they are either fixed upstream or patched in Debian, we can RM
   libversion-requirements-perl.
  
   Since Version::Requirements is also in Perl core (since 5.13.10) this 
   might
   be easier. It would just make backporting those packages a little harder
   (they would need the depends to be re-added in order to be backported), 
   and
   would be only a temporary fix until they get updated.
  
  We can have perl (= 5.14) | libversion-requirements-perl in the
  dependencies if we want to make backports easy.
  
  Are there plans to remove the package from Perl core again now that it
  has been deprecated?  Seems like bad timing.
 
 It is stil there in perl v5.15.6

Just checked in git, according to perldelta [0], it will be removed in v5.17.0.

Cheers

[0] 
http://perl5.git.perl.org/perl.git/blobdiff/36a6a1..ef337e:/pod/perldelta.pod

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-02 Thread gregor herrmann
On Mon, 02 Jan 2012 15:51:32 +0100, Alessandro Ghedini wrote:

  Are there plans to remove the package from Perl core again now that it
  has been deprecated?  Seems like bad timing.
 It is stil there in perl v5.15.6, but I think that cpanminus (the only 
 reverse dep as of now) will be already updated by the time perl v5.16 comes
 out (the problem has been already reported upstream by Salvatore), so it
 shouldn't be a problem if it gets removed.

Ack.
 
 Btw, cpanminus already Depends on
   perl (= 5.14) | libversion-requirements-perl
 So it should be possible to remove libversion-requirements-perl now, right?

Yup, but that means an unconditional dependency on perl 5.14. I'm not
sure if we want this?


Cheers,
gregor
 
-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Gloria Gaynor: I Am What I Am (Gay Pride Mix)


signature.asc
Description: Digital signature


Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-01 Thread Alessandro Ghedini
On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
 Package: libversion-requirements-perl
 Severity: normal
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 From upstream Changes:
 
   DEPRECATED DEPRECATED DEPRECATED DEPRECATED
   Version::Requirements is now DEPRECATED
   Use CPAN::Meta::Requirements, which is a drop-in replacement.
 
 CPAN::Meta::Requirements is available in
 libcpan-meta-perl (= 2.113640).
 
 At the moment there are two remaining rdeps in unstable:
 - - libperl-prereqscanner-perl
 - - cpanminus

There is also libdist-zilla-perl (I forgot to remove the (build) depends in
the last update, it should be fixed now).

 After they are either fixed upstream or patched in Debian, we can RM
 libversion-requirements-perl.

Since Version::Requirements is also in Perl core (since 5.13.10) this might
be easier. It would just make backporting those packages a little harder
(they would need the depends to be re-added in order to be backported), and
would be only a temporary fix until they get updated.

Cheers

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-01 Thread Ansgar Burchardt
Alessandro Ghedini al3x...@gmail.com writes:
 On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
 From upstream Changes:
 
   DEPRECATED DEPRECATED DEPRECATED DEPRECATED
   Version::Requirements is now DEPRECATED
   Use CPAN::Meta::Requirements, which is a drop-in replacement.
 
[...]
 After they are either fixed upstream or patched in Debian, we can RM
 libversion-requirements-perl.

 Since Version::Requirements is also in Perl core (since 5.13.10) this might
 be easier. It would just make backporting those packages a little harder
 (they would need the depends to be re-added in order to be backported), and
 would be only a temporary fix until they get updated.

We can have perl (= 5.14) | libversion-requirements-perl in the
dependencies if we want to make backports easy.

Are there plans to remove the package from Perl core again now that it
has been deprecated?  Seems like bad timing.

Regards,
Ansgar



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2011-12-31 Thread gregor herrmann
Package: libversion-requirements-perl
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

From upstream Changes:

  DEPRECATED DEPRECATED DEPRECATED DEPRECATED
  Version::Requirements is now DEPRECATED
  Use CPAN::Meta::Requirements, which is a drop-in replacement.

CPAN::Meta::Requirements is available in
libcpan-meta-perl (= 2.113640).

At the moment there are two remaining rdeps in unstable:
- - libperl-prereqscanner-perl
- - cpanminus

After they are either fixed upstream or patched in Debian, we can RM
libversion-requirements-perl.


Cheers,
gregor

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO/01uAAoJELs6aAGGSaoG7C4P/2XMRARjrsFmJsO/1FrvoXN8
XeeGU9dl8R2pyeUK0wda1BhjCPltP4nwotpltFOl583X8TtNaqL5oCsYXQzplRDS
0MgleRh3ofkhrheDnIilAWdxewDu1trJD93SGxZwTGDxRhPtkjTWKIdl1ESL0iyx
OsXZ7hq3drztERukVmvi92rCrWizvsxgfsReRGJy2w4XX5c1qmOaoH0Q1SC9zWgA
RiuLLRwh1qp5KVwH9ibbr1rhj27i02DN370Oyortq4PF5NmDcnYZ4Raf0nPoMEuI
XWuUuMRSOZk/+19g5+FSCXVJPYKsBHoi13vQOTWRFDdcOiJH0bJAR0m6qkGwDl9z
WAkdRrSydi7jAmWN8YUR/6HqD+rRWG6+k01HdmSOWZuTf/ihimVvK/1vtM92+TIc
yCthUvm1TPXm1adjTWa1WqbnqAWByc9jMuZ98Dt2RPy9YOqH+/0dkdwRW8eb63VN
DYXRO7Y4FogLmL06QprMu6qcEaWTGiIFGFRB351g1LQQXlI6dG4sIO93yb2Xd2sj
sEbL/TIc94pfB6/77OSMBDR9O5KYPePCUCdYQH6X3VYZtEYs5vkK/gFapglGh9y9
c4OttLcD7UbQDKvBHwtmUQ4q98IqZE/sn7+3CJNBWR8DlHBmar8Hchn8eajnEr6+
8dUjUdF8jdNuvZFB7qM9
=P1+k
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org