libhtml-prototype-perl 1.48-3 source package in Ubuntu

Changelog

libhtml-prototype-perl (1.48-3) unstable; urgency=high

  * Set urgency to 'high' for security bug fix.
  * debian/control:
    + Add self to Uploaders.
    + Bump Standards-Version to 3.8.3.
    + Build-Depend on debhelper (>= 7.0.8) and quilt (>= 0.46-7).
    + Add Build-Depends-Indep and Depends on libjs-prototype and
      libjs-scriptaculous.
  * debian/rules: Add --with quilt.
  * debian/README.source: New standard quilt README.source.
  * debian/copyright: Add self to debian/* stanza.
  * debian/patches/use-system-prototype: New patch to make use of the
    prototype library provided by Debian, rather than the embedded copy.
    Addresses CVE-2007-2383 and CVE-2008-7720. (Closes: #558977)
  * debian/patches/use-system-scriptaculous-controls,
    debian/patches/use-system-scriptaculous-dragdrop,
    debian/patches/use-system-scriptaculous-effects: New patches to make
    use of the Debian libjs-scriptaculous library. (Closes: #538920)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Dec 2009 02:20:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-prototype-perl_1.48.orig.tar.gz 49.2 KiB 4da600ebc4184c866196bfca92dcc77388a4a8ae3e15bf599f896327671f90e0
libhtml-prototype-perl_1.48-3.diff.gz 31.3 KiB 98c60db643947328a50a8224edc14e55d581704e314f7f5e24bc7f626f5bb325
libhtml-prototype-perl_1.48-3.dsc 2.2 KiB 79dbb2ce47130ed2421a495fe6ca39a9cdae2771c95f86b8bd27351c9f993970

Available diffs

View changes file

Binary packages built by this source

libhtml-prototype-perl: module to generate HTML and Javascript for the Prototype library

 HTML::Prototype contains some code generators for Prototype, the famous
 JavaScript OO library and the script.aculous extensions.
 .
 The Prototype library (http://prototype.conio.net/) is designed to make
 AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the
 Prototype library.
 .
 This is mostly a port of the Ruby on Rails helper tags for JavaScript
 for use in Catalyst.