1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## module.dpatch by Enrico Tassi <gareuselesinge@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad trunk~/soap.lua trunk/soap.lua
--- trunk~/soap.lua 2004-12-02 18:39:36.000000000 +0100
+++ trunk/soap.lua 2007-07-21 18:46:34.000000000 +0200
@@ -12,7 +12,7 @@
local max = math.max
local parse = lxp.lom.parse
-module (arg and arg[1])
+module ("soap")
_COPYRIGHT = "Copyright (C) 2004 Kepler Project"
_DESCRIPTION = "LuaSOAP provides a very simple API that convert Lua tables to and from XML documents"
|