debian/0000755000000000000000000000000011360260562007167 5ustar debian/README.Debian-source0000644000000000000000000000073110717411733012532 0ustar libnetx-java ============ The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath , Sat, 17 Nov 2007 02:36:58 +0530 debian/watch0000644000000000000000000000010710717411733010221 0ustar version=3 http://sf.net/jnlp/ netx-(.*)\.zip debian debian/orig-tar.sh debian/rules0000755000000000000000000000077211360201214010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar javadoc ANT_OPTS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 install/libnetx-java:: install -m 644 -D netx.jar $(DEB_DESTDIR)/usr/share/java/netx-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/netx-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/netx.jar get-orig-source: -uscan --upstream-version 0 debian/copyright0000644000000000000000000000407610717411733011134 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://jnlp.sourceforge.net/netx/ Upstream Authors: Jon A. Maxwell (JAM) Copyright: (C) 2001-2003 Jon A. Maxwell (JAM) License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. On Debian systems, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL'. ------ NanoXML Files: src/nanoxml/XMLElement.java src/nanoxml/XMLParseException.java Copyright: (C) 2000-2002 Marc De Scheemaecker, All Rights Reserved. License: This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011360260562010467 5ustar debian/source/format0000644000000000000000000000001411360260667011703 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000064710717411733011264 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libnetx-java_$2.orig.tar.gz DIR=libnetx-java-$2.orig # clean up the upstream tarball unzip $3 mv netx-$2 $DIR GZIP=--best tar -c -z -f $TAR --exclude '*/javadoc/*' --exclude '*.jar' $DIR rm -rf $3 $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/doc-base0000644000000000000000000000036011360260556010571 0ustar Document: libnetx-java Title: API for netx Author: Jon A. Maxwell (JAM) Abstract: An open-source JNLP client Section: Programming Format: HTML Index: /usr/share/doc/libnetx-java/api/index.html Files: /usr/share/doc/libnetx-java/api/*.html debian/changelog0000644000000000000000000000073111360201223011027 0ustar libnetx-java (0.5-2) unstable; urgency=low * Update my email address * Bump Standards-Version to 3.8.4 * Change Section to java * Switch to default-jdk * Switch to source format 3.0 * Set source version to 1.4 in debian/rules -- Varun Hiremath Sat, 10 Apr 2010 18:45:20 -0400 libnetx-java (0.5-1) unstable; urgency=low * Initial release (Closes: #451555) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/patches/0000755000000000000000000000000011360260564010620 5ustar debian/patches/protected.diff0000644000000000000000000000112310717411733013441 0ustar Index: libnetx-java-0.5/src/netx/jnlp/runtime/JNLPClassLoader.java =================================================================== --- libnetx-java-0.5.orig/src/netx/jnlp/runtime/JNLPClassLoader.java 2007-11-17 03:08:38.000000000 +0530 +++ libnetx-java-0.5/src/netx/jnlp/runtime/JNLPClassLoader.java 2007-11-17 03:09:00.000000000 +0530 @@ -398,7 +398,7 @@ /** * Return the absolute path to the native library. */ - protected String findLibrary(String lib) { + public String findLibrary(String lib) { if (nativeDir == null) return null; debian/patches/ambiguous_Proxy.diff0000644000000000000000000000075610717411733014657 0ustar Index: libnetx-java-0.5/src/netx/jnlp/services/ServiceUtil.java =================================================================== --- libnetx-java-0.5.orig/src/netx/jnlp/services/ServiceUtil.java 2007-11-17 02:44:57.000000000 +0530 +++ libnetx-java-0.5/src/netx/jnlp/services/ServiceUtil.java 2007-11-17 02:45:02.000000000 +0530 @@ -18,7 +18,6 @@ package netx.jnlp.services; import java.io.*; -import java.net.*; import java.util.*; import java.lang.reflect.*; import java.security.*; debian/patches/series0000644000000000000000000000004410717411733012034 0ustar protected.diff ambiguous_Proxy.diff debian/install0000644000000000000000000000005410717411733010562 0ustar javadoc/* /usr/share/doc/libnetx-java/api/ debian/control0000644000000000000000000000260611360177572010606 0ustar Source: libnetx-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, default-jdk Standards-Version: 3.8.4 Homepage: http://jnlp.sourceforge.net/netx/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libnetx-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libnetx-java Package: libnetx-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime Description: An open-source JNLP client Netx is a high-quality implementation of the Java Network Launching Protocol (JNLP). It downloads code over the network for applications and applets, caches it, and runs it in a secure environment. . General Features of netx and JNLP: * Quality: Highest quality open-source JNLP client. * Modular: Easily add JNLP capabilities to any applications. * Security: Run code in a sandbox or log its activities. * Small Size: Loads from a ~130K JAR file. * Auto-Update: No special code needed to auto-update apps. * Fast startup: Runs code from a cache for fast starting. * Saves Memory: Supports running apps in a shared JVM. * No Browser: Runs apps and applets without a browser. * Web Based: No installers needed to deploy an application debian/compat0000644000000000000000000000000211360177476010400 0ustar 7