r71019 - in /trunk/libjson-perl/debian: changelog compat control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Mar 10 00:28:03 UTC 2011


Author: jawnsy-guest
Date: Thu Mar 10 00:27:54 2011
New Revision: 71019

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71019
Log:
builds clean, dch -r

Modified:
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/debian/compat
    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=71019&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Thu Mar 10 00:27:54 2011
@@ -1,14 +1,10 @@
-libjson-perl (2.51-1) UNRELEASED; urgency=low
-
-  WAITS-FOR: libjson-pp-perl
+libjson-perl (2.51-1) unstable; urgency=low
 
   * New upstream release
     + Updates bundled PP implementation to 2.27105
-  * 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>  Tue, 08 Mar 2011 21:18:22 -0500
+  * Bump debhelper compat to 8
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 09 Mar 2011 19:52:29 -0500
 
 libjson-perl (2.50-1) unstable; urgency=low
 

Modified: trunk/libjson-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/compat?rev=71019&op=diff
==============================================================================
--- trunk/libjson-perl/debian/compat (original)
+++ trunk/libjson-perl/debian/compat Thu Mar 10 00:27:54 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libjson-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/control?rev=71019&op=diff
==============================================================================
--- trunk/libjson-perl/debian/control (original)
+++ trunk/libjson-perl/debian/control Thu Mar 10 00:27:54 2011
@@ -1,7 +1,7 @@
 Source: libjson-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libjson-xs-perl (>= 2.270),
  libtest-pod-perl
@@ -18,13 +18,15 @@
 
 Package: libjson-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libjson-pp-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 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 JSON::XS (see libjson-xs-perl) and will fall back
- to JSON::PP (see libjson-pp-perl) otherwise.
+ 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.




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