--- libcgi-ajax-perl-0.707.orig/debian/control
+++ libcgi-ajax-perl-0.707/debian/control
@@ -0,0 +1,38 @@
+Source: libcgi-ajax-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0), libclass-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
+ gregor herrmann <gregoa@debian.org>
+Homepage: http://www.perljax.us/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-ajax-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-ajax-perl/
+Standards-Version: 3.8.0
+
+Package: libcgi-ajax-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-accessor-perl
+Description: Perl-specific system for writing Asynchronous web applications
+ CGI::Ajax is an object-oriented module that provides a unique mechanism
+ for using Perl code asynchronously from JavaScript-enhanced HTML pages.
+ CGI::Ajax unburdens the user from having to write extensive JavaScript,
+ except for associating an exported method with a document-defined event
+ (such as onClick, onKeyUp, etc.). CGI::Ajax also mixes well with HTML
+ containing more complex JavaScript.
+ .
+ CGI::Ajax supports methods that return single results or multiple
+ results to the web page, and supports returning values to multiple
+ DIV elements on the HTML page.
+ .
+ Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically
+ generated based on HTML layout and events, and the page is then
+ dynamically updated with the output from the perl function. Additionally,
+ CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you
+ can separate your code processing over multiple scripts.
+ .
+ A primary goal of CGI::Ajax is to keep the module streamlined and
+ maximally flexible. We are trying to keep the generated javascript code
+ to a minimum, but still provide users with a variety of methods for
+ deploying CGI::Ajax. And VERY little user JavaScript.
--- libcgi-ajax-perl-0.707.orig/debian/copyright
+++ libcgi-ajax-perl-0.707/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Brian C. Thomas (bct.x42@gmail.com) Brent Pedersen (bpederse@gmail.com)
+Upstream-Source: http://search.cpan.org/dist/CGI-Ajax/
+Upstream-Name: CGI-Ajax
+
+Files: *
+Copyright: Brian C. Thomas (bct.x42@gmail.com) Brent Pedersen (bpederse@gmail.com)
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright: 2006-2008, Ernesto Hernández-Novich <emhn@telcel.net.ve>
+ 2008, gregor herrmann <gregoa@debian.org>
+License: GPL-1+ | Artistic
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in /usr/share/common-licenses/Artistic
--- libcgi-ajax-perl-0.707.orig/debian/watch
+++ libcgi-ajax-perl-0.707/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Ajax/ .*/CGI-Ajax-v?(\d[\d\._]*)\.(?:tar\.gz|tar|tgz)
--- libcgi-ajax-perl-0.707.orig/debian/libcgi-ajax-perl.examples
+++ libcgi-ajax-perl-0.707/debian/libcgi-ajax-perl.examples
@@ -0,0 +1 @@
+scripts/*
--- libcgi-ajax-perl-0.707.orig/debian/libcgi-ajax-perl.docs
+++ libcgi-ajax-perl-0.707/debian/libcgi-ajax-perl.docs
@@ -0,0 +1 @@
+Todo
--- libcgi-ajax-perl-0.707.orig/debian/compat
+++ libcgi-ajax-perl-0.707/debian/compat
@@ -0,0 +1 @@
+7
--- libcgi-ajax-perl-0.707.orig/debian/changelog
+++ libcgi-ajax-perl-0.707/debian/changelog
@@ -0,0 +1,104 @@
+libcgi-ajax-perl (0.707-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: remove leading article from short description.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 10 Oct 2008 13:55:05 +0200
+
+libcgi-ajax-perl (0.706-1) unstable; urgency=low
+
+ * New upstream release.
+ * Convert debian/copyright to the new format.
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}.
+ * Add /me to Uploaders.
+
+ -- gregor herrmann <gregoa@debian.org> Sat, 06 Sep 2008 18:47:14 +0200
+
+libcgi-ajax-perl (0.703-1) unstable; urgency=low
+
+ [ Ernesto Hernández-Novich (USB) ]
+ * New upstream release.
+ * Removed debian/patches, debian/README.source and the quilt
+ Build-Depends since it's not needed anymore as the patch saw
+ its way into upstream.
+ * Updated Standards-Version.
+
+ [ gregor herrmann ]
+ * Refresh debian/rules, no functional changes.
+ * Remove quilt fragments from debian/rules.
+ * debian/copyright: slightly reword copyright statement.
+
+ -- Ernesto Hernández-Novich (USB) <emhn@usb.ve> Thu, 21 Aug 2008 23:58:51 -0430
+
+libcgi-ajax-perl (0.701-3) unstable; urgency=low
+
+ [ gregor herrmann ]
+ * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #467705).
+
+ [ Ernesto Hernández-Novich (USB) ]
+ * Upgraded to debhelper 6
+ * Changed watch file to actually work
+
+ [ Damyan Ivanov ]
+ * debian/watch: allow "v" before the version, allow _ in version, require
+ that the version starts with a digit
+
+ [ Ernesto Hernández-Novich (USB) ]
+ * Updated to Standards-Version 3.7.3
+
+ -- Ernesto Hernández-Novich (USB) <emhn@usb.ve> Wed, 27 Feb 2008 07:57:34 -0430
+
+libcgi-ajax-perl (0.701-2) unstable; urgency=low
+
+ [ Ernesto Hernández-Novich (USB) ]
+ * Moved package into Debian Pkg Perl Project SVN.
+ * Cleanup debian/rules.
+ * Fixed watch file.
+ * Fixed copyright file with a better URL.
+ * Fixed Maintainer field in control file
+
+ [ Damyan Ivanov ]
+ * Use dist-based watch file
+ * Don't ship README, as it duplicated the POD
+ * Move shipment of examples from dedicated debian/$P.examples to
+ debian/rules
+ * Bump debhelper compatibility level to 5. Adjust build-dependencies
+ accordingly
+ * debian/control: use perljax.us for Homepage
+ * debian/copyright:
+ + use author-neutral upstream URL
+ + add years of copyright
+
+ -- Ernesto Hernández-Novich (USB) <emhn@usb.ve> Fri, 23 Nov 2007 09:47:48 -0400
+
+libcgi-ajax-perl (0.701-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ernesto Hernández-Novich <emhn@telcel.net.ve> Mon, 02 Jul 2007 11:02:23 -0400
+
+libcgi-ajax-perl (0.697-2) unstable; urgency=low
+
+ * Updated Standards Version.
+ * Clean up debian/rules.
+
+ -- Ernesto Hernández-Novich <emhn@telcel.net.ve> Fri, 03 Nov 2006 15:05:44 -0400
+
+libcgi-ajax-perl (0.697-1) unstable; urgency=low
+
+ * New upstream version (closes: #381287)
+
+ -- Ernesto Hernández-Novich <emhn@telcel.net.ve> Thu, 03 Aug 2006 09:13:07 -0400
+
+libcgi-ajax-perl (0.694-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Ernesto Hernández-Novich <emhn@telcel.net.ve> Fri, 14 Apr 2006 15:12:06 -0400
+
+libcgi-ajax-perl (0.692-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Ernesto Hernández-Novich <emhn@telcel.net.ve> Thu, 16 Mar 2006 09:37:54 -0400
--- libcgi-ajax-perl-0.707.orig/debian/rules
+++ libcgi-ajax-perl-0.707/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
+
+clean:
+ dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
+
+binary-arch:
+
+binary-indep: install
+ dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build