[pkg-java] r11988 - trunk/jetty/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Sun Apr 4 16:11:24 UTC 2010
Author: nthykier-guest
Date: 2010-04-04 16:11:22 +0000 (Sun, 04 Apr 2010)
New Revision: 11988
Modified:
trunk/jetty/debian/changelog
trunk/jetty/debian/control
trunk/jetty/debian/jetty.default
Log:
jetty (6.1.22-2) UNRELEASED; urgency=low
* Reduced Depends on libjetty-java-doc to a Suggests. (Closes: #569293)
* Clarified what JETTY_HOST should be set to in order to accept all
connections. (Closes: #554874)
* Bumped Standards-Version to 3.8.4 - no changes required.
-- Niels Thykier <niels at thykier.net> Sun, 04 Apr 2010 17:39:57 +0200
Modified: trunk/jetty/debian/changelog
===================================================================
--- trunk/jetty/debian/changelog 2010-04-03 18:02:05 UTC (rev 11987)
+++ trunk/jetty/debian/changelog 2010-04-04 16:11:22 UTC (rev 11988)
@@ -1,3 +1,12 @@
+jetty (6.1.22-2) UNRELEASED; urgency=low
+
+ * Reduced Depends on libjetty-java-doc to a Suggests. (Closes: #569293)
+ * Clarified what JETTY_HOST should be set to in order to accept all
+ connections. (Closes: #554874)
+ * Bumped Standards-Version to 3.8.4 - no changes required.
+
+ -- Niels Thykier <niels at thykier.net> Sun, 04 Apr 2010 17:39:57 +0200
+
jetty (6.1.22-1) unstable; urgency=medium
* New upstream release. (Closes: #553644)
Modified: trunk/jetty/debian/control
===================================================================
--- trunk/jetty/debian/control 2010-04-03 18:02:05 UTC (rev 11987)
+++ trunk/jetty/debian/control 2010-04-04 16:11:22 UTC (rev 11988)
@@ -8,7 +8,7 @@
Build-Depends: debhelper (>= 6), cdbs (>> 0.4.5.3), openjdk-6-jdk, ant, maven-repo-helper,
libservlet2.5-java, libslf4j-java, libmx4j-java, libgnumail-java,
libgnujaf-java, libcommons-daemon-java, quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jetty
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jetty
Homepage: http://jetty.mortbay.com/
@@ -71,8 +71,9 @@
Package: jetty
Architecture: all
Depends: ${misc:Depends}, libjetty-java (>= ${source:Version}),
- libjetty-java-doc (>= ${source:Version}), adduser, jsvc, apache2-utils
-Suggests: libjetty-extra-java (>= ${source:Version}), libjetty-extra (>= ${source:Version})
+ adduser, jsvc, apache2-utils
+Suggests: libjetty-extra-java (>= ${source:Version}), libjetty-extra (>= ${source:Version}),
+ libjetty-java-doc (>= ${source:Version})
Description: Java servlet engine and webserver
Jetty is an Open Source HTTP Servlet Server written in 100% Java.
It is designed to be light weight, high performance, embeddable,
Modified: trunk/jetty/debian/jetty.default
===================================================================
--- trunk/jetty/debian/jetty.default 2010-04-03 18:02:05 UTC (rev 11987)
+++ trunk/jetty/debian/jetty.default 2010-04-04 16:11:22 UTC (rev 11988)
@@ -10,8 +10,9 @@
# Set this to an empty string to prevent Jetty from starting automatically
#JETTY_USER=jetty
-# Listen to connections from this network host (leave empty to accept all connections)
-#Uncomment to restrict access to localhost
+# Listen to connections from this network host
+# Use 0.0.0.0 as host to accept all connections.
+# Uncomment to restrict access to localhost
#JETTY_HOST=$(uname -n)
# The network port used by Jetty
More information about the pkg-java-commits
mailing list