[elbe-devel] [PATCH 1/2] debathena-transform-lighttpd: remove line escapes, which are not supported

Torben Hohn torben.hohn at linutronix.de
Wed Oct 2 22:17:17 CEST 2019


a .transform file does not support line escapes. it expects one filename
followed by sed commandlines.

------------------------------------------------------------------
Error: '/-e' does not contain '.debathena'
make: *** [debian/rules:4: binary] Error 2
------------------------------------------------------------------

remove the line escapes

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 .../debian/debathena-transform-lighttpd.transform          | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform b/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
index 7a404c8e9..cdd009bb8 100644
--- a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
+++ b/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
@@ -1,6 +1 @@
-/etc/lighttpd/lighttpd.conf.debathena sed \
--e 's/^server.bind.*//' \
--e 's/^\(server.\)port\(.*=\).*/\1port\2 8080\n\1bind\2 "127.0.0.1"\n$HTTP["url"] =~ "^\/var\/cache\/elbe\/" { url.access-deny = ( "disable" ) }/' \
--e 's/^\(server.document-root.*=\).*/\1 "\/"/' \
--e 's/^\(url.access-deny.*=\).*/\1 ( "" )/' \
--e 's/create-mime.assign.pl/create-mime.conf.pl/'
+/etc/lighttpd/lighttpd.conf.debathena sed -e 's/^server.bind.*//' -e 's/^\(server.\)port\(.*=\).*/\1port\2 8080\n\1bind\2 "127.0.0.1"\n$HTTP["url"] =~ "^\/var\/cache\/elbe\/" { url.access-deny = ( "disable" ) }/' -e 's/^\(server.document-root.*=\).*/\1 "\/"/' -e 's/^\(url.access-deny.*=\).*/\1 ( "" )/' -e 's/create-mime.assign.pl/create-mime.conf.pl/'
-- 
2.20.1




More information about the elbe-devel mailing list