[debian-edu-commits] debian-edu/pkg-team/ 01/01: another fix-up for patch 1013

Mike Gabriel sunweaver at debian.org
Tue Sep 1 12:43:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit a97eef2e4bed66a13f74ea265fa079955a2ecf19
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 1 14:42:44 2015 +0200

    another fix-up for patch 1013
---
 debian/patches/1013_fix-smarty-gettext-tags-recognition.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/1013_fix-smarty-gettext-tags-recognition.patch b/debian/patches/1013_fix-smarty-gettext-tags-recognition.patch
index efb9a61..7a6d7ef 100644
--- a/debian/patches/1013_fix-smarty-gettext-tags-recognition.patch
+++ b/debian/patches/1013_fix-smarty-gettext-tags-recognition.patch
@@ -11,7 +11,7 @@ Abstract:
    for template in $(find . -name '*.tpl'); do
      echo "* converting .tpl files: $(basename $template)"
 -    sed -e 's/{t}/<?php $t= _("/g;s!{/t}!");?>!g' $template > $template.new
-+    sed -re 's!\{t(|\ [a-z0-9]+=.*)\}([^\{.]*)\{/t\}!<?php $t=_("\2{/t}!g;s!\{/t\}!");?>!g' $template > $template.new
++    sed -re 's!\{t(|\ [a-z0-9]+=.*)\}([^\{]*)\{/t\}!<?php $t=_("\2{/t}!g;s!\{/t\}!");?>!g' $template > $template.new
      mv $template.new $template
    done
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list