[Pkg-erlang-commits] r1421 - in yaws/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Feb 22 06:41:37 UTC 2012
Author: sgolovan
Date: 2012-02-22 06:41:37 +0000 (Wed, 22 Feb 2012)
New Revision: 1421
Added:
yaws/trunk/debian/patches/yapp.diff
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/patches/series
Log:
[yaws]
* Added patch which fixes version and modules list in the yapp application
script yapp.app.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2012-02-13 20:33:13 UTC (rev 1420)
+++ yaws/trunk/debian/changelog 2012-02-22 06:41:37 UTC (rev 1421)
@@ -1,8 +1,9 @@
-yaws (1.92-2) UNRELEASED; urgency=low
+yaws (1.92-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Added patch which fixes version and modules list in the yapp application
+ script yapp.app.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 18 Jan 2012 10:03:14 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 22 Feb 2012 10:40:29 +0400
yaws (1.92-1) unstable; urgency=low
Modified: yaws/trunk/debian/patches/series
===================================================================
--- yaws/trunk/debian/patches/series 2012-02-13 20:33:13 UTC (rev 1420)
+++ yaws/trunk/debian/patches/series 2012-02-22 06:41:37 UTC (rev 1421)
@@ -9,3 +9,4 @@
mailr15.diff
wikir15.diff
cve-2011-5025.diff
+yapp.diff
Added: yaws/trunk/debian/patches/yapp.diff
===================================================================
--- yaws/trunk/debian/patches/yapp.diff (rev 0)
+++ yaws/trunk/debian/patches/yapp.diff 2012-02-22 06:41:37 UTC (rev 1421)
@@ -0,0 +1,18 @@
+Description: Patch makes yapp application script source file compatible
+ with processing command in include.mk.
+Author: Sergei Golovan
+Last-updated:Wed, 22 Feb 2012 10:39:08 +0400
+Forwarded: yes
+
+--- yaws-1.92.orig/applications/yapp/src/yapp.app.src
++++ yaws-1.92/applications/yapp/src/yapp.app.src
+@@ -1,7 +1,7 @@
+ {application, yapp,
+ [{description,"Yaws applications handler"},
+- {vsn,"%VSN%"},
+- {modules,[%MODULES%]},
++ {vsn, {cmd, ""}},
++ {modules,[]},
+ {registered, [yapp_handler]},
+ {mod,{yapp_app,[]}},
+ {env, [{yapp_registry_impl, yapp_mnesia_server}]},
More information about the Pkg-erlang-commits
mailing list