debian/0000755000000000000000000000000011414446443007173 5ustar debian/copyright0000644000000000000000000000333111412456767011136 0ustar This package is not a part of Debian, since part of it is under a license that is considered non-free by Debian. Copyright 2007-2008 The jabsorb team Copyright Metaparadigm Pte. Ltd. 2004. Michael Clark webapps/jsonrpc/jsonrpc.js: Copyright 2007 The jabsorb team Copyright 2005 Michael Clark, Metaparadigm Pte. Ltd. Copyright 2003-2004 Jan-Klaas Kollhof src/org/jabsorb/client: Copyright CodeBistro, Sasha Ovsankin, 2007. Licensed under the Apache License, Version 2.0 (/usr/share/common-licenses/Apache-2.0) Based on original code from JSON-RPC-Java - a JSON-RPC to Java Bridge with dynamic invocation src/org/json: Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. The Software shall be used for Good, not Evil. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/patches/0000755000000000000000000000000011412456767010632 5ustar debian/patches/01_ignore_lib.patch0000644000000000000000000001030311412456767014261 0ustar Description: Disable the maven rules. Author: Kalle Kivimaa diff -urNad a/build.xml b/build.xml --- a/build.xml 2008-12-20 18:49:40.000000000 +0200 +++ b/build.xml 2008-12-20 18:49:41.000000000 +0200 @@ -27,7 +27,7 @@ --> - + @@ -46,17 +46,13 @@ - - + @@ -79,10 +75,6 @@ - - - - - - - - - - - - ${dependencies.string} @@ -177,7 +160,7 @@ - + - - - Creating jsonrpc-min.js from jsonrpc.js using the YUI compressor. - - - - - - @@ -391,11 +364,6 @@ - - - - - debian/patches/series0000644000000000000000000000002411412456767012043 0ustar 01_ignore_lib.patch debian/rules0000755000000000000000000000032711412456767010265 0ustar #!/usr/bin/make -f export JAVA_HOME := /usr/lib/jvm/default-java %: dh $@ --with javahelper override_dh_auto_build: dh_auto_build -- -Dlib=/usr/share/java override_dh_auto_clean: dh_auto_clean mkdir lib-ext debian/changelog0000644000000000000000000000307011412456767011055 0ustar jabsorb (1.3-2) unstable; urgency=low [ Niels Thykier ] * Put package under the Java Team Maintainership with original maintainer's permission. * Added myself to Uploaders. * Converted build to debhelper and bumped compat to 7. * Removed unused Build-Depends and added missing depends. * Corrected some typos in description. (Closes: #547964) * Bumped B-D on servlet to libservlet2.5-java (Closes: #576904) * Converted source to 3.0 (quilt) format. * Bumped Standards-Version to 3.9.0 - no changes required. * Added notice in the copyright file to explain that this package is not a part of Debian. * Added Vcs-* fields. * Removed Depends on JREs. [ Torsten Werner ] * Move package to non-free due to non-free json license 'The Software shall be used for Good, not Evil.' - see http://issues.jabsorb.org/show_bug.cgi?id=72 for details. (Closes: #580856) -- Niels Thykier Thu, 20 May 2010 22:24:00 +0200 jabsorb (1.3-1.1) unstable; urgency=low * Non-maintainer upload. * Adding missing Build-Depends on libservlet2.3-java and libcommons-httpclient-java, thanks to Damien Raude-Morvan (Closes: #521942) * Fixed package section from 'libs' to 'java' -- David Paleino Fri, 18 Sep 2009 09:56:55 +0200 jabsorb (1.3-1) unstable; urgency=low * Initial release (Closes: #503305). * The orig.tar.gz has been repackaged not to include binary jars or pre-compiled classes. * No extra jars are downloaded. -- Kalle Kivimaa Fri, 24 Oct 2008 17:35:01 +0300 debian/libjabsorb-java.jlibs0000644000000000000000000000002411412456767013254 0ustar build/jabsorb-*.jar debian/control0000644000000000000000000000315211412456767010607 0ustar Source: jabsorb Section: non-free/java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Kalle Kivimaa , Niels Thykier Build-Depends: ant, debhelper (>= 7.0.50~), default-jdk, javahelper, libservlet2.5-java, libslf4j-java, libcommons-httpclient-java Standards-Version: 3.9.0 Homepage: http://jabsorb.org Vcs-Git: git://git.debian.org/pkg-java/jabsorb.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jabsorb.git Package: libjabsorb-java Architecture: all Depends: libservlet2.5-java, libslf4j-java, libcommons-httpclient-java, ${misc:Depends} Description: Java to Javascript object request broker Simple and lightweight Ajax/Web 2.0 framework that allows you to call methods in a Java web application from JavaScript code running in a web browser as if they were local objects residing directly in the browser. . Jabsorb handles all the details of marshalling and unmarshalling objects back and forth between the client and server so that you can focus on writing your application features. . Jabsorb makes use of the JSON-RPC protocol for it's transport mechanism. JSON-RPC is a standard protocol and jabsorb can interoperate with other standard JSON-RPC clients and servers that may be written in other languages. . Starting with jabsorb 1.2, additional ORB functionality has been added, and it extends the basic JSON-RPC protocol to allow for passing data structures that contain Circular References. debian/source/0000755000000000000000000000000011412456767010503 5ustar debian/source/format0000644000000000000000000000001411412456767011711 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211412456767010401 0ustar 7