[Pkg-erlang-commits] r1141 - in yaws/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Dec 11 16:37:36 UTC 2009
Author: sgolovan
Date: 2009-12-11 16:37:36 +0000 (Fri, 11 Dec 2009)
New Revision: 1141
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/patches/clean.diff
yaws/trunk/debian/patches/ctl.diff
yaws/trunk/debian/patches/docs.diff
yaws/trunk/debian/patches/gnu.diff
yaws/trunk/debian/patches/install.diff
yaws/trunk/debian/patches/installapps.diff
yaws/trunk/debian/patches/installdocs.diff
yaws/trunk/debian/patches/man.diff
yaws/trunk/debian/patches/mime.diff
yaws/trunk/debian/rules
Log:
[yaws]
* New upstream release.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/changelog 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
-yaws (1.85-2) UNRELEASED; urgency=low
+yaws (1.86-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 30 Oct 2009 22:48:47 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 11 Dec 2009 19:37:09 +0300
yaws (1.85-1) unstable; urgency=low
Modified: yaws/trunk/debian/patches/clean.diff
===================================================================
--- yaws/trunk/debian/patches/clean.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/clean.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,7 +1,7 @@
Patch fixes cleaning up after build process.
---- yaws-1.85.orig/Makefile
-+++ yaws-1.85/Makefile
+--- yaws-1.86.orig/Makefile
++++ yaws-1.86/Makefile
@@ -37,6 +37,7 @@
conf_clean:
@@ -10,8 +10,8 @@
local_install: all
(cd scripts && $(MAKE) local_install)
---- yaws-1.85.orig/doc/Makefile
-+++ yaws-1.85/doc/Makefile
+--- yaws-1.86.orig/doc/Makefile
++++ yaws-1.86/doc/Makefile
@@ -41,6 +41,7 @@
clean:
@@ -20,8 +20,8 @@
install:
-install -d $(DESTDIR)$(PREFIX)/share/doc/yaws-$(YAWS_VSN)
---- yaws-1.85.orig/applications/wiki/scripts/Makefile
-+++ yaws-1.85/applications/wiki/scripts/Makefile
+--- yaws-1.86.orig/applications/wiki/scripts/Makefile
++++ yaws-1.86/applications/wiki/scripts/Makefile
@@ -27,7 +27,7 @@
chmod +x $@
@@ -31,8 +31,8 @@
install:
---- yaws-1.85.orig/applications/yapp/Makefile
-+++ yaws-1.85/applications/yapp/Makefile
+--- yaws-1.86.orig/applications/yapp/Makefile
++++ yaws-1.86/applications/yapp/Makefile
@@ -21,7 +21,7 @@
$(ERL) -noshell -run edoc_run application "'$(APPNAME)'" '"."' '$(DOC_OPTS)' -s init stop
Modified: yaws/trunk/debian/patches/ctl.diff
===================================================================
--- yaws/trunk/debian/patches/ctl.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/ctl.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch adds processing the case when ctlfile is parsable but its
content is invalid.
---- yaws-1.85.orig/src/yaws_ctl.erl
-+++ yaws-1.85/src/yaws_ctl.erl
+--- yaws-1.86.orig/src/yaws_ctl.erl
++++ yaws-1.86/src/yaws_ctl.erl
@@ -384,6 +384,8 @@
Err ->
Err
Modified: yaws/trunk/debian/patches/docs.diff
===================================================================
--- yaws/trunk/debian/patches/docs.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/docs.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch removes dependency om non-free latex2html package when building
docs.
---- yaws-1.85.orig/doc/Makefile
-+++ yaws-1.85/doc/Makefile
+--- yaws-1.86.orig/doc/Makefile
++++ yaws-1.86/doc/Makefile
@@ -17,9 +17,6 @@
@if [ -z "$(PDFLATEX)" ]; then \
echo "Need pdflatex"; exit 1; \
@@ -13,8 +13,8 @@
---- yaws-1.85.orig/doc/yaws.tex
-+++ yaws-1.85/doc/yaws.tex
+--- yaws-1.86.orig/doc/yaws.tex
++++ yaws-1.86/doc/yaws.tex
@@ -44,7 +44,7 @@
\usepackage[T1]{fontenc}
Modified: yaws/trunk/debian/patches/gnu.diff
===================================================================
--- yaws/trunk/debian/patches/gnu.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/gnu.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch by Sergei Golovan allows YWAS to build on hurd-i386 architecture.
---- yaws-1.85.orig/configure
-+++ yaws-1.85/configure
-@@ -4255,6 +4255,16 @@
+--- yaws-1.86.orig/configure
++++ yaws-1.86/configure
+@@ -4073,6 +4073,16 @@
FPIC=-fPIC
;;
@@ -19,8 +19,8 @@
*cygwin*)
# Extract the first word of "werl", so it can be a program name with args.
set dummy werl; ac_word=$2
---- yaws-1.85.orig/configure.in
-+++ yaws-1.85/configure.in
+--- yaws-1.86.orig/configure.in
++++ yaws-1.86/configure.in
@@ -258,6 +258,13 @@
FPIC=-fPIC
AC_SUBST(FPIC)
Modified: yaws/trunk/debian/patches/install.diff
===================================================================
--- yaws/trunk/debian/patches/install.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/install.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -2,10 +2,10 @@
make its use more convenient. Also yaws paths in the examples are
corrected.
---- yaws-1.85.orig/src/Makefile
-+++ yaws-1.85/src/Makefile
+--- yaws-1.86.orig/src/Makefile
++++ yaws-1.86/src/Makefile
@@ -101,15 +101,15 @@
- rm -f $(EBIN_FILES) yaws_generated.erl charset.def mime_types.erl yaws_configure.hrl
+ rm -f $(EBIN_FILES) yaws_generated.erl charset.def mime_types.erl yaws_configure.hrl ../ebin/*.beam
install: regen all docsinstall
- $(INSTALL) -d $(DESTDIR)$(PREFIX)/lib/yaws/examples/ebin
@@ -27,8 +27,8 @@
$(RM) yaws_generated.erl ../ebin/yaws_generated.beam 2>/dev/null || true
docsinstall:
---- yaws-1.85.orig/Makefile
-+++ yaws-1.85/Makefile
+--- yaws-1.86.orig/Makefile
++++ yaws-1.86/Makefile
@@ -25,7 +25,7 @@
@echo
@echo "** etc files went into ${ETCDIR}"
@@ -47,8 +47,8 @@
@echo "** var files will go into ${VARDIR}"
@echo
@echo "--------------------------------"
---- yaws-1.85.orig/c_src/Makefile
-+++ yaws-1.85/c_src/Makefile
+--- yaws-1.86.orig/c_src/Makefile
++++ yaws-1.86/c_src/Makefile
@@ -1,5 +1,5 @@
include ../include.mk
-
@@ -74,8 +74,8 @@
fi
endif
---- yaws-1.85.orig/scripts/Makefile
-+++ yaws-1.85/scripts/Makefile
+--- yaws-1.86.orig/scripts/Makefile
++++ yaws-1.86/scripts/Makefile
@@ -1,5 +1,5 @@
include ../include.mk
-
@@ -94,8 +94,8 @@
./Subst %vardir% "$(VARDIR)" | \
./Subst %host% `hostname` | \
./Subst %port% 80 | \
---- yaws-1.85.orig/scripts/Install
-+++ yaws-1.85/scripts/Install
+--- yaws-1.86.orig/scripts/Install
++++ yaws-1.86/scripts/Install
@@ -19,11 +19,11 @@
v=${vardir}
@@ -121,8 +121,8 @@
## seems gentoo don't like to be installed in /usr/local/etc
## since /sbin/runscript still reads /etc/conf.d
---- yaws-1.85.orig/www/embed.yaws
-+++ yaws-1.85/www/embed.yaws
+--- yaws-1.86.orig/www/embed.yaws
++++ yaws-1.86/www/embed.yaws
@@ -186,7 +186,7 @@
</p>
<div class="box">
@@ -141,8 +141,8 @@
Erlang (BEAM) emulator version 5.3.b1 [source] [hipe]
Eshell V5.3.b1 (abort with ^G)
---- yaws-1.85.orig/www/ybed.erl
-+++ yaws-1.85/www/ybed.erl
+--- yaws-1.86.orig/www/ybed.erl
++++ yaws-1.86/www/ybed.erl
@@ -8,7 +8,7 @@
-module(ybed).
-compile(export_all).
Modified: yaws/trunk/debian/patches/installapps.diff
===================================================================
--- yaws/trunk/debian/patches/installapps.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/installapps.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch makes yaws applications installing under /usr/lib/yaws directory
and docs installing to /usr/share/doc/yaws directory.
---- yaws-1.85.orig/applications/yapp/Makefile
-+++ yaws-1.85/applications/yapp/Makefile
+--- yaws-1.86.orig/applications/yapp/Makefile
++++ yaws-1.86/applications/yapp/Makefile
@@ -24,8 +24,10 @@
rm -rf doc/*.html doc/edoc-info doc/stylesheet.css doc/*.png
Modified: yaws/trunk/debian/patches/installdocs.diff
===================================================================
--- yaws/trunk/debian/patches/installdocs.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/installdocs.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -2,8 +2,8 @@
yaws version number in directory name, see section 12.3 of
Debian Policy Manual).
---- yaws-1.85.orig/doc/Makefile
-+++ yaws-1.85/doc/Makefile
+--- yaws-1.86.orig/doc/Makefile
++++ yaws-1.86/doc/Makefile
@@ -44,6 +44,5 @@
rm -f *.out ../www/yaws.ps ../www/yaws.pdf 2> /dev/null || true
Modified: yaws/trunk/debian/patches/man.diff
===================================================================
--- yaws/trunk/debian/patches/man.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/man.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch fixes erros in yaws manual pages.
---- yaws-1.85.orig/man/yaws.conf.5
-+++ yaws-1.85/man/yaws.conf.5
-@@ -184,11 +184,11 @@
+--- yaws-1.86.orig/man/yaws.conf.5
++++ yaws-1.86/man/yaws.conf.5
+@@ -198,11 +198,11 @@
.SH SERVER PART
Yaws can virthost several webservers on the same ip address as well
as several webservers on different ip addresses. This includes SSL servers.
@@ -16,7 +16,7 @@
The following directives are allowed inside a server definition.
.TP
\fBport = Port \fR
-@@ -242,7 +242,7 @@
+@@ -256,7 +256,7 @@
<extra_cgi_vars dir='/path/to/some/scripts'>
var = val
@@ -25,7 +25,7 @@
</extra_cgi_vars>
.fi
-@@ -613,7 +613,7 @@
+@@ -646,7 +646,7 @@
</server>
.fi
@@ -34,8 +34,8 @@
And this example shows a similar setup but two webservers on the same ip address
.nf
---- yaws-1.85.orig/man/yaws_api.5
-+++ yaws-1.85/man/yaws_api.5
+--- yaws-1.86.orig/man/yaws_api.5
++++ yaws-1.86/man/yaws_api.5
@@ -197,8 +197,8 @@
from a process. The other process can call this function to deliver
these chunks. It requires the \fBout/1\fR function to return the
Modified: yaws/trunk/debian/patches/mime.diff
===================================================================
--- yaws/trunk/debian/patches/mime.diff 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/patches/mime.diff 2009-12-11 16:37:36 UTC (rev 1141)
@@ -1,8 +1,8 @@
Patch makes using system wide mime.types instead of possibly outdated
mime.types, supplied by upstream.
---- yaws-1.85.orig/src/mime_type_c.erl
-+++ yaws-1.85/src/mime_type_c.erl
+--- yaws-1.86.orig/src/mime_type_c.erl
++++ yaws-1.86/src/mime_type_c.erl
@@ -21,7 +21,7 @@
Modified: yaws/trunk/debian/rules
===================================================================
--- yaws/trunk/debian/rules 2009-11-27 17:51:53 UTC (rev 1140)
+++ yaws/trunk/debian/rules 2009-12-11 16:37:36 UTC (rev 1141)
@@ -6,7 +6,7 @@
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
-VSN=1.85
+VSN=1.86
export HOME := $(CURDIR)/debian
More information about the Pkg-erlang-commits
mailing list