r44373 - in /trunk/libhtml-template-pro-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 20 01:58:30 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 20 01:58:24 2009
New Revision: 44373

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44373
Log:
* Now requires JSON 2 or later.
* Drop perl version dependency as permitted by SV 3.8.3

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=44373&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun Sep 20 01:58:24 2009
@@ -1,4 +1,4 @@
-libhtml-template-pro-perl (0.90-1) UNRELEASED; urgency=low
+libhtml-template-pro-perl (0.90-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -7,11 +7,13 @@
     + Fix to support magic arrays and hashes
     + Void context output writes to built-in stdout
     + Add support for template tags decorated as XML
+  * Now requires JSON 2 or later.
+  * Drop perl version dependency as permitted by SV 3.8.3
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Sep 2009 17:29:20 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Sep 2009 18:01:12 -0400
 
 libhtml-template-pro-perl (0.87-1) unstable; urgency=low
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=44373&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Sun Sep 20 01:58:24 2009
@@ -1,8 +1,8 @@
 Source: libhtml-template-pro-perl
 Section: perl
 Priority: optional
-Build-Depends: perl (>= 5.8.8-12), debhelper (>= 7.0.50~), libtest-pod-perl,
- libpcre3-dev
+Build-Depends: perl, debhelper (>= 7.0.50), libtest-pod-perl, libpcre3-dev,
+ libjson-perl (>= 2)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
  Vincent Danjean <vdanjean at debian.org>, Jose Luis Rivas <ghostbar38 at gmail.com>,




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