Author: varun-guest Date: 2007-11-16 22:04:11 +0000 (Fri, 16 Nov 2007) New Revision: 4772
Added: trunk/libnetx-java/ trunk/libnetx-java/debian/ trunk/libnetx-java/debian/README.Debian-source trunk/libnetx-java/debian/changelog trunk/libnetx-java/debian/compat trunk/libnetx-java/debian/control trunk/libnetx-java/debian/copyright trunk/libnetx-java/debian/doc-base trunk/libnetx-java/debian/install trunk/libnetx-java/debian/orig-tar.sh trunk/libnetx-java/debian/patches/ trunk/libnetx-java/debian/patches/ambiguous_Proxy.diff trunk/libnetx-java/debian/patches/protected.diff trunk/libnetx-java/debian/patches/series trunk/libnetx-java/debian/rules trunk/libnetx-java/debian/watch Log: * Initial inject of libnetx-java Property changes on: trunk/libnetx-java/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: trunk/libnetx-java/debian/README.Debian-source =================================================================== --- trunk/libnetx-java/debian/README.Debian-source (rev 0) +++ trunk/libnetx-java/debian/README.Debian-source 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,13 @@ +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 <[EMAIL PROTECTED]>, Sat, 17 Nov 2007 02:36:58 +0530 Added: trunk/libnetx-java/debian/changelog =================================================================== --- trunk/libnetx-java/debian/changelog (rev 0) +++ trunk/libnetx-java/debian/changelog 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,5 @@ +libnetx-java (0.5-1) unstable; urgency=low + + * Initial release (Closes: #451555) + + -- Varun Hiremath <[EMAIL PROTECTED]> Tue, 24 Apr 2007 17:19:10 +0530 Added: trunk/libnetx-java/debian/compat =================================================================== --- trunk/libnetx-java/debian/compat (rev 0) +++ trunk/libnetx-java/debian/compat 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1 @@ +5 Added: trunk/libnetx-java/debian/control =================================================================== --- trunk/libnetx-java/debian/control (rev 0) +++ trunk/libnetx-java/debian/control 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,32 @@ +Source: libnetx-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> +Uploaders: Varun Hiremath <[EMAIL PROTECTED]>, + Torsten Werner <[EMAIL PROTECTED]> +Build-Depends: cdbs, debhelper (>= 5), quilt +Build-Depends-Indep: ant, java-gcj-compat-dev +Standards-Version: 3.7.2 +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}, + java-gcj-compat | java1-runtime | 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 Added: trunk/libnetx-java/debian/copyright =================================================================== --- trunk/libnetx-java/debian/copyright (rev 0) +++ trunk/libnetx-java/debian/copyright 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,53 @@ +This package was debianized by Varun Hiremath <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Added: trunk/libnetx-java/debian/doc-base =================================================================== --- trunk/libnetx-java/debian/doc-base (rev 0) +++ trunk/libnetx-java/debian/doc-base 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,9 @@ +Document: libnetx-java +Title: API for netx +Authors: 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 Added: trunk/libnetx-java/debian/install =================================================================== --- trunk/libnetx-java/debian/install (rev 0) +++ trunk/libnetx-java/debian/install 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1 @@ +javadoc/* /usr/share/doc/libnetx-java/api/ Added: trunk/libnetx-java/debian/orig-tar.sh =================================================================== --- trunk/libnetx-java/debian/orig-tar.sh (rev 0) +++ trunk/libnetx-java/debian/orig-tar.sh 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,18 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> +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 Property changes on: trunk/libnetx-java/debian/orig-tar.sh ___________________________________________________________________ Name: svn:executable + * Added: trunk/libnetx-java/debian/patches/ambiguous_Proxy.diff =================================================================== --- trunk/libnetx-java/debian/patches/ambiguous_Proxy.diff (rev 0) +++ trunk/libnetx-java/debian/patches/ambiguous_Proxy.diff 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,12 @@ +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.*; Added: trunk/libnetx-java/debian/patches/protected.diff =================================================================== --- trunk/libnetx-java/debian/patches/protected.diff (rev 0) +++ trunk/libnetx-java/debian/patches/protected.diff 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,13 @@ +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; + Added: trunk/libnetx-java/debian/patches/series =================================================================== --- trunk/libnetx-java/debian/patches/series (rev 0) +++ trunk/libnetx-java/debian/patches/series 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,2 @@ +protected.diff +ambiguous_Proxy.diff Added: trunk/libnetx-java/debian/rules =================================================================== --- trunk/libnetx-java/debian/rules (rev 0) +++ trunk/libnetx-java/debian/rules 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +JAVA_HOME := /usr/lib/jvm/java-gcj +DEB_ANT_BUILD_TARGET := jar javadoc + +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 Property changes on: trunk/libnetx-java/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/libnetx-java/debian/watch =================================================================== --- trunk/libnetx-java/debian/watch (rev 0) +++ trunk/libnetx-java/debian/watch 2007-11-16 22:04:11 UTC (rev 4772) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jnlp/ netx-(.*)\.zip debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

