debian/0000755000000000000000000000000012216153317007167 5ustar debian/libjnlp-servlet-java.poms0000644000000000000000000000014312216153317014120 0ustar debian/jnlp-servlet-pom.xml --usj-name=jnlp-servlet debian/jardiff-pom.xml --usj-name=jnlp-jardiff debian/jardiff-pom.xml0000644000000000000000000000101412216153317012103 0ustar 4.0.0 jnlp.sample jardiff JarDiff 20120126 BSD http://www.opensource.org/licenses/bsd-license.php debian/libjnlp-servlet-java.jlibs0000644000000000000000000000005212216153317014244 0ustar lib/jnlp-servlet.jar lib/jnlp-jardiff.jar debian/watch0000644000000000000000000000043412216153317010221 0ustar #Nothing to watch yet because upstream does not tag the releases #version=3 #opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/ \ #https://github.com/psndcsrv/jnlp-servlet/tags \ #.*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz debian/rules0000755000000000000000000000032012216153317010242 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java # Put depended upon jars in here export CLASSPATH=/usr/share/java/servlet-api-3.0.jar %: dh $@ --with javahelper --with jh_maven_repo_helper debian/changelog0000644000000000000000000000066012216153317011043 0ustar jnlp-servlet (20120126-2) unstable; urgency=low * Rename jardiff.jar to jnlp-jardiff.jar to avoid conflict with jardiff package (Closes: #723606) * Build against libservlet3.0-java. -- Andrew Ross Tue, 17 Sep 2013 18:06:11 -0400 jnlp-servlet (20120126-1) unstable; urgency=low * Initial release. (Closes: #720101) -- Andrew Ross Sun, 18 Aug 2013 16:47:45 +0100 debian/patches/0000755000000000000000000000000012216153317010616 5ustar debian/patches/series0000644000000000000000000000001412216153317012026 0ustar build.patch debian/patches/build.patch0000644000000000000000000000214412216153317012737 0ustar Description: Fix the classpath for building in Debian. The fix is only needed in Debian, no changes required upstream. Forwarded: not-needed Author: Andrew Ross --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,8 @@ # environment variable FILE_SEPARATOR variable for file separator (; on win32 and : on unix) FILE_SEPARATOR = : # environment variable CLASS_PATH should contain path to javaws.jar and servlet.jar -CLASS_PATH = $(JAVA_HOME)/lib/javaws.jar$(FILE_SEPARATOR)deplib/servlet-api.jar +CLASS_PATH = $(JAVA_HOME)/lib/javaws.jar$(FILE_SEPARATOR)/usr/share/java/servlet-api-3.0.jar +TMPDIR = . # environment variable TMPDIR should point to tmp directory # environment variable SDK_HOME should point to SDK directory SDK_HOME = $(JAVA_HOME) @@ -72,7 +73,7 @@ jardiff-jar: $(ECHO) 'Main-Class:' jnlp.sample.jardiff.JarDiff > $(TMPDIR)/jardiff.manifest - $(JAR) cvfm $(OUTPUT_DIR)/jardiff.jar $(TMPDIR)/jardiff.manifest -C $(CLASSDESTDIR) . + $(JAR) cvfm $(OUTPUT_DIR)/jnlp-jardiff.jar $(TMPDIR)/jardiff.manifest -C $(CLASSDESTDIR) . $(RM) $(TMPDIR)/jardiff.manifest servlet-jar: debian/source/0000755000000000000000000000000012216153317010467 5ustar debian/source/format0000644000000000000000000000001412216153317011675 0ustar 3.0 (quilt) debian/jnlp-servlet-pom.xml0000644000000000000000000000156112216153317013132 0ustar 4.0.0 jnlp.sample jnlp-servlet JNLP Servlet 20120126 JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license. BSD http://www.opensource.org/licenses/bsd-license.php javax.servlet servlet-api provided debian/compat0000644000000000000000000000000212216153317010365 0ustar 9 debian/copyright0000644000000000000000000000373512216153317011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JNLP Servlet Source: https://github.com/psndcsrv/jnlp-servlet/ Files: * Copyright: Copyright 2006 Sun Microsystems, Inc. License: BSD-3-clause Files: debian/* Copyright: Copyright 2013 Andrew Ross License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . -Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . -Redistribution in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . Neither the name of Sun Microsystems, Inc. or the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. . You acknowledge that this software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility. debian/control0000644000000000000000000000203212216153317010567 0ustar Source: jnlp-servlet Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andrew Ross Build-Depends: debhelper (>= 9), javahelper, maven-repo-helper Build-Depends-Indep: default-jdk, libservlet3.0-java Standards-Version: 3.9.4 Homepage: https://github.com/psndcsrv/jnlp-servlet Vcs-Git: git://anonscm.debian.org/pkg-java/jnlp-servlet.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnlp-servlet.git Package: libjnlp-servlet-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: simple and convenient packaging format for JNLP applications JNLPDownloadServlet can be used to package a JNLP file and its associated resources in a Web Archive (.war) file. The purpose of the servlet is to provide a simple and convenient packaging format for JNLP applications, so they can be easily deployed in a Web Container, such as Tomcat or a J2EE-compliant Application Server.