debian/ 0000775 0000000 0000000 00000000000 11767607776 007220 5 ustar debian/rules 0000775 0000000 0000000 00000000232 11767603477 010267 0 ustar #!/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.xml 0000664 0000000 0000000 00000004550 11767603477 010533 0 ustar 4.0.0org.simpleframeworksimplejar4.1.21Simplehttp://www.simpleframework.orgSimple is a high performance asynchronous HTTP server for JavaThe Apache Software License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0.txtrepohttp://simpleweb.svn.sourceforge.net/viewvc/simpleweb/trunkhttps://simpleweb.svn.sourceforge.net/svnroot/simpleweb/trunkjunitjunit3.8.1testorg.codehaus.mojocobertura-maven-pluginorg.apache.maven.pluginsmaven-compiler-plugin1.51.5org.apache.maven.pluginsmaven-source-pluginattach-sourcesjarsrc/main/resourcestruesourceforgeSource Forge Repositoryscp://web.sourceforge.net/home/groups/s/si/simpleweb/htdocs/maven
debian/control 0000664 0000000 0000000 00000004543 11767604600 010610 0 ustar 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/copyright 0000664 0000000 0000000 00000001031 11767603477 011140 0 ustar 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.javadoc 0000664 0000000 0000000 00000000057 11767603477 015164 0 ustar javadoc /usr/share/doc/libsimple-http-java/api
debian/orig-tar.sh 0000775 0000000 0000000 00000000603 11767603477 011274 0 ustar #!/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/watch 0000664 0000000 0000000 00000000134 11767603477 010241 0 ustar version=3
http://sf.net/simpleweb/simple-(\d+\.\d+\.\d+)\.tar\.gz debian debian/orig-tar.sh
debian/changelog 0000664 0000000 0000000 00000000217 11767604375 011062 0 ustar simple-http (4.1.21-0ubuntu1) quantal; urgency=low
* Initial release.
-- Rich Lane Tue, 22 May 2012 16:05:33 -0700
debian/compat 0000664 0000000 0000000 00000000002 11767603477 010410 0 ustar 7
debian/libsimple-http-java.poms 0000664 0000000 0000000 00000000071 11767603477 013764 0 ustar debian/pom.xml --artifact=jar/simple-http.jar --java-lib
debian/source/ 0000775 0000000 0000000 00000000000 11767607776 010520 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 11767603477 011720 0 ustar 3.0 (quilt)
debian/patches/ 0000775 0000000 0000000 00000000000 11767607776 010647 5 ustar debian/patches/change-jar-name.patch 0000664 0000000 0000000 00000000706 11767603477 014602 0 ustar --- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@
-
+
debian/patches/clean-javadoc.patch 0000664 0000000 0000000 00000000417 11767603477 014353 0 ustar --- a/build.xml
+++ b/build.xml
@@ -13,6 +13,7 @@
+
debian/patches/series 0000664 0000000 0000000 00000000052 11767603477 012053 0 ustar clean-javadoc.patch
change-jar-name.patch