r9354 - in /trunk/libcgi-ajax-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/libcgi-ajax-perl.examples debian/rules debian/watch scripts/pjx_JSON_out.pl

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Nov 15 19:31:19 UTC 2007


Author: emhn-guest
Date: Thu Nov 15 19:31:19 2007
New Revision: 9354

URL: http://svn.debian.org/wsvn/?sc=1&rev=9354
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcgi-ajax-perl/debian/
    trunk/libcgi-ajax-perl/debian/changelog
    trunk/libcgi-ajax-perl/debian/compat
    trunk/libcgi-ajax-perl/debian/control
    trunk/libcgi-ajax-perl/debian/copyright
    trunk/libcgi-ajax-perl/debian/docs
    trunk/libcgi-ajax-perl/debian/libcgi-ajax-perl.examples
    trunk/libcgi-ajax-perl/debian/rules   (with props)
    trunk/libcgi-ajax-perl/debian/watch
Modified:
    trunk/libcgi-ajax-perl/scripts/pjx_JSON_out.pl

Added: trunk/libcgi-ajax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/changelog?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/changelog (added)
+++ trunk/libcgi-ajax-perl/debian/changelog Thu Nov 15 19:31:19 2007
@@ -1,0 +1,39 @@
+libcgi-ajax-perl (0.701-2) unstable; urgency=low
+
+  * Moved package into Debian Pkg Perl Project SVN.
+  * Cleanup debian/rules.
+  * Fixed watch file.
+  * Fixed copyright file with a better URL.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 15:22:16 -0400
+
+libcgi-ajax-perl (0.701-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ernesto Hernández-Novich <emhn at 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 at 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 at 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 at 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 at telcel.net.ve>  Thu, 16 Mar 2006 09:37:54 -0400

Added: trunk/libcgi-ajax-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/compat?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/compat (added)
+++ trunk/libcgi-ajax-perl/debian/compat Thu Nov 15 19:31:19 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libcgi-ajax-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/control?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/control (added)
+++ trunk/libcgi-ajax-perl/debian/control Thu Nov 15 19:31:19 2007
@@ -1,0 +1,37 @@
+Source: libcgi-ajax-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0), libclass-accessor-perl
+Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Homepage: http://search.cpan.org/~bct/CGI-Ajax/
+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.7.2
+
+Package: libcgi-ajax-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-accessor-perl
+Description:  A 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.

Added: trunk/libcgi-ajax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/copyright?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/copyright (added)
+++ trunk/libcgi-ajax-perl/debian/copyright Thu Nov 15 19:31:19 2007
@@ -1,0 +1,21 @@
+This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
+on Thu, 16 Mar 2006 09:54:55 -0400
+
+It was downloaded from http://search.cpan.org/~bct/CGI-Ajax/
+
+Upstream Authors: 
+
+Brian C. Thomas, <bct.x42 at gmail.com>
+Brent Pedersen, <bpederse at gmail.com>
+
+Copyright:
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.
+
+The complete text of the GNU General Public License can be found in
+/usr/share/common-licenses/GPL and the Artistic License can be found
+in /usr/share/common-licenses/Artistic.

Added: trunk/libcgi-ajax-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/docs?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/docs (added)
+++ trunk/libcgi-ajax-perl/debian/docs Thu Nov 15 19:31:19 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libcgi-ajax-perl/debian/libcgi-ajax-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/libcgi-ajax-perl.examples?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/libcgi-ajax-perl.examples (added)
+++ trunk/libcgi-ajax-perl/debian/libcgi-ajax-perl.examples Thu Nov 15 19:31:19 2007
@@ -1,0 +1,27 @@
+scripts/CGI-Application-Ajax-ex01.pl
+scripts/CGI-Application-Ajax-ex02.pl
+scripts/CGI-Application-Ajax-ex03.pl
+scripts/convert_degrees.pl
+scripts/pjx_callback.pl
+scripts/pjx_chained.pl
+scripts/pjx_change_encoding.pl
+scripts/pjx_change_headers.pl
+scripts/pjx_checkbox.pl
+scripts/pjx_combo.pl
+scripts/pjx_cr.pl
+scripts/pjx_dynselect.pl
+scripts/pjx_formDump.pl
+scripts/pjx_from_span.pl
+scripts/pjx_JSON_out.pl
+scripts/pjx_JSON.pl
+scripts/pjx_loading.pl
+scripts/pjx_manyret.pl
+scripts/pjx_nobuild.pl
+scripts/pjx_NO_CACHE_callee.pl
+scripts/pjx_NO_CACHE_caller.pl
+scripts/pjx_objects_2_url.pl
+scripts/pjx_podex.pl
+scripts/pjx_radio.pl
+scripts/pjx_splitargs.pl
+scripts/pjx_subs.pl
+scripts/pjx_url.pl

Added: trunk/libcgi-ajax-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/rules?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/rules (added)
+++ trunk/libcgi-ajax-perl/debian/rules Thu Nov 15 19:31:19 2007
@@ -1,0 +1,66 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs Todo README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libcgi-ajax-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-ajax-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/watch?rev=9354&op=file
==============================================================================
--- trunk/libcgi-ajax-perl/debian/watch (added)
+++ trunk/libcgi-ajax-perl/debian/watch Thu Nov 15 19:31:19 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/CGI/CGI-Ajax-([\d\.]+)\.(?:tar\.gz|tar|tgz)

Modified: trunk/libcgi-ajax-perl/scripts/pjx_JSON_out.pl
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/scripts/pjx_JSON_out.pl?rev=9354&op=diff
==============================================================================
--- trunk/libcgi-ajax-perl/scripts/pjx_JSON_out.pl (original)
+++ trunk/libcgi-ajax-perl/scripts/pjx_JSON_out.pl Thu Nov 15 19:31:19 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 use strict;
 use CGI; 
 use JSON;




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