r69962 - in /trunk/libjson-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 27 18:16:33 UTC 2011


Author: jawnsy-guest
Date: Sun Feb 27 18:16:03 2011
New Revision: 69962

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69962
Log:
WAITS-FOR: libjson-pp-perl
* Upgraded libjson-pp-perl from a Suggests to a Depends, as the
backportPP module was an interim measure in case serious problems
prevented the installation of JSON::PP (Closes: #615605)

Modified:
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/debian/control

Modified: trunk/libjson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/changelog?rev=69962&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Sun Feb 27 18:16:03 2011
@@ -1,3 +1,13 @@
+libjson-perl (2.50-2) UNRELEASED; urgency=low
+
+  WAITS-FOR: libjson-pp-perl
+
+  * Upgraded libjson-pp-perl from a Suggests to a Depends, as the
+    backportPP module was an interim measure in case serious problems
+    prevented the installation of JSON::PP (Closes: #615605)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Feb 2011 13:23:53 -0500
+
 libjson-perl (2.50-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libjson-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/control?rev=69962&op=diff
==============================================================================
--- trunk/libjson-perl/debian/control (original)
+++ trunk/libjson-perl/debian/control Sun Feb 27 18:16:03 2011
@@ -18,15 +18,13 @@
 
 Package: libjson-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, libjson-pp-perl
 Recommends: libjson-xs-perl (>= 2.270)
-Suggests: libjson-pp-perl
 Description: module for manipulating JSON-formatted data
  JSON is a Perl module for manipulating data stored in the format of the same
  name. JavaScript Object Notation (JSON) is a simple data serialization format
  (defined in RFC 4627) that serves as an alternative to XML.
  .
  The primary purpose of this module is to select an appropriate backend JSON
- implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
- (see libjson-pp-perl), but will fall back on a backport implementation if
- neither are available.
+ implementation. It prefers JSON::XS (see libjson-xs-perl) and will fall back
+ to JSON::PP (see libjson-pp-perl) otherwise.




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