[Pkg-erlang-commits] r1171 - in yaws/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Jan 15 20:46:32 UTC 2010
Author: sgolovan
Date: 2010-01-15 20:46:32 +0000 (Fri, 15 Jan 2010)
New Revision: 1171
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/control
yaws/trunk/debian/patches/man.diff
yaws/trunk/debian/yaws.lintian-overrides
Log:
* Fixed a few spelling errors in manpages.
* Added misc:Depends to yaws-doc dependency.
* Removed two lintian overrides
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2010-01-15 20:32:01 UTC (rev 1170)
+++ yaws/trunk/debian/changelog 2010-01-15 20:46:32 UTC (rev 1171)
@@ -13,8 +13,9 @@
no longer used. Also, change working dir to /var/cache/yaws before starting
the daemon because Erlang issues warnings about inaccessible modules if
the current dir isn't readable by yaws user.
+ * Fixed a few spelling errors in manpages.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 15 Jan 2010 23:27:01 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 15 Jan 2010 23:41:06 +0300
yaws (1.86-2) unstable; urgency=low
Modified: yaws/trunk/debian/control
===================================================================
--- yaws/trunk/debian/control 2010-01-15 20:32:01 UTC (rev 1170)
+++ yaws/trunk/debian/control 2010-01-15 20:46:32 UTC (rev 1171)
@@ -33,6 +33,7 @@
Package: yaws-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Suggests: yaws
Replaces: yaws (<< 1.87)
Description: Documentation and examples for Yaws web server
Modified: yaws/trunk/debian/patches/man.diff
===================================================================
--- yaws/trunk/debian/patches/man.diff 2010-01-15 20:32:01 UTC (rev 1170)
+++ yaws/trunk/debian/patches/man.diff 2010-01-15 20:46:32 UTC (rev 1171)
@@ -34,6 +34,15 @@
The TCP port number is not optional.
There is no default value.
+@@ -300,7 +300,7 @@
+ \fBpartial_post_size = Integer\fR
+ When a yaws file receives large POSTs, the amount of data received
+ in each chunk is determined by the this parameter.
+-The deafult value is 10240.
++The default value is 10240.
+
+ .TP
+ \fBdav = true | false\fR
@@ -420,7 +420,7 @@
At startup of the server, Module:start/1 will be called.
The #sconf{} record (defined in yaws.hrl) will be used
@@ -74,3 +83,12 @@
The Pid must typically be passed (somehow) to the producer of the stream.
.TP
+@@ -609,7 +609,7 @@
+
+ .TP
+ \fB{streamcontent_with_timeout, MimeType, FirstChunk, Timeout}\fR
+-Similar to above, but with an explicit timeout. The deafult timeout
++Similar to above, but with an explicit timeout. The default timeout
+ is 30 secs. I.e if the application fails to deliver data to the
+ Yaws process, the streaming will stop. This is often not the
+ desired behaviour in Comet/Ajax applications. It's possible to
Modified: yaws/trunk/debian/yaws.lintian-overrides
===================================================================
--- yaws/trunk/debian/yaws.lintian-overrides 2010-01-15 20:32:01 UTC (rev 1170)
+++ yaws/trunk/debian/yaws.lintian-overrides 2010-01-15 20:46:32 UTC (rev 1171)
@@ -1,3 +1 @@
-yaws: package-contains-empty-directory usr/lib/yaws/custom/ebin/
-yaws: package-contains-empty-directory usr/lib/yaws/custom/include/
yaws: virtual-package-depends-without-real-package-depends
More information about the Pkg-erlang-commits
mailing list