debian/0000775000000000000000000000000011767607776007220 5ustar debian/rules0000775000000000000000000000023211767603477010267 0ustar #!/usr/bin/make -f JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with maven_repo_helper --with javahelper override_dh_auto_build: ant build javadoc debian/pom.xml0000664000000000000000000000455011767603477010533 0ustar 4.0.0 org.simpleframework simple jar 4.1.21 Simple http://www.simpleframework.org Simple is a high performance asynchronous HTTP server for Java The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo http://simpleweb.svn.sourceforge.net/viewvc/simpleweb/trunk https://simpleweb.svn.sourceforge.net/svnroot/simpleweb/trunk junit junit 3.8.1 test org.codehaus.mojo cobertura-maven-plugin org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 org.apache.maven.plugins maven-source-plugin attach-sources jar src/main/resources true sourceforge Source Forge Repository scp://web.sourceforge.net/home/groups/s/si/simpleweb/htdocs/maven debian/control0000664000000000000000000000454311767604600010610 0ustar Source: simple-http Section: java Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Rich Lane Build-Depends: ant, debhelper (>= 7.0.50~), javahelper, maven-repo-helper (>= 1.5~) Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.3 Homepage: http://www.simpleframework.org/ Package: libsimple-http-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Suggests: libsimple-http-java-doc Description: high-performance, embeddable Java HTTP engine The goal of Simple is to bring the power of simplicity to the world of server side Java. The primary focus of the project is to provide a truly embeddable Java based HTTP engine capable of handling enormous loads. . Simple provides a truly asynchronous service model, request completion is driven using an internal, transparent, monitoring system. This allows Simple to vastly outperform most popular Java based servers in a multi-tier environment, as it requires only a very limited number of threads to handle very high quantities of concurrent clients. . Simple has consistently out performed both commercial and open source Java Servlet engines and has a fully comprehensive API that is as usable for experienced Java developers as it is for beginners. Package: libsimple-http-java-doc Section: doc Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Documentation for libsimple-http-java The goal of Simple is to bring the power of simplicity to the world of server side Java. The primary focus of the project is to provide a truly embeddable Java based HTTP engine capable of handling enormous loads. . Simple provides a truly asynchronous service model, request completion is driven using an internal, transparent, monitoring system. This allows Simple to vastly outperform most popular Java based servers in a multi-tier environment, as it requires only a very limited number of threads to handle very high quantities of concurrent clients. . Simple has consistently out performed both commercial and open source Java Servlet engines and has a fully comprehensive API that is as usable for experienced Java developers as it is for beginners. . This package provides the API documentation for libsimple-http-java. debian/copyright0000664000000000000000000000103111767603477011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: simple http server Source: http://simpleweb.sourceforge.net/ Files: * Copyright: 2001-2009 Niall Gallagher License: Apache-2.0 Files: debian/* Copyright: 2012 Big Switch Networks , Canonical Ltd (http://www.canonical.com) License: Apache-2.0 License: Apache-2.0 On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/libsimple-http-java-doc.javadoc0000664000000000000000000000005711767603477015164 0ustar javadoc /usr/share/doc/libsimple-http-java/api debian/orig-tar.sh0000775000000000000000000000060311767603477011274 0ustar #!/bin/sh -e VERSION="$2" TAR=../simple-http_$VERSION.orig.tar.gz DIR=simple-http-$VERSION mkdir -p $DIR # Unpack ready fo re-packing tar -xzf $TAR -C $DIR --strip-components=1 GZIP=--best tar -czf $TAR --exclude '*.jar' --exclude '*.swp' \ --exclude '*.class' --exclude 'CVS' --exclude '.svn' \ --exclude "$DIR/javadoc" --exclude "$DIR/test/report" $DIR rm -rf $DIR debian/watch0000664000000000000000000000013411767603477010241 0ustar version=3 http://sf.net/simpleweb/simple-(\d+\.\d+\.\d+)\.tar\.gz debian debian/orig-tar.sh debian/changelog0000664000000000000000000000021711767604375011062 0ustar simple-http (4.1.21-0ubuntu1) quantal; urgency=low * Initial release. -- Rich Lane Tue, 22 May 2012 16:05:33 -0700 debian/compat0000664000000000000000000000000211767603477010410 0ustar 7 debian/libsimple-http-java.poms0000664000000000000000000000007111767603477013764 0ustar debian/pom.xml --artifact=jar/simple-http.jar --java-lib debian/source/0000775000000000000000000000000011767607776010520 5ustar debian/source/format0000664000000000000000000000001411767603477011720 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011767607776010647 5ustar debian/patches/change-jar-name.patch0000664000000000000000000000070611767603477014602 0ustar --- a/build.xml +++ b/build.xml @@ -22,7 +22,7 @@ - + debian/patches/clean-javadoc.patch0000664000000000000000000000041711767603477014353 0ustar --- a/build.xml +++ b/build.xml @@ -13,6 +13,7 @@ + debian/patches/series0000664000000000000000000000005211767603477012053 0ustar clean-javadoc.patch change-jar-name.patch