From 5039c1ac0f8a45e479d413b0657c048bc249333f Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 5 Dec 2008 08:30:31 +0000 Subject: [PATCH] More cleanup for unstable setups git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13166 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/Changelog | 4 ++++ gosa-core/dh-make-gosa | 5 ++++- gosa-core/update-locale | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gosa-core/Changelog b/gosa-core/Changelog index 8187ff6bc..13621fc2b 100644 --- a/gosa-core/Changelog +++ b/gosa-core/Changelog @@ -14,6 +14,10 @@ GOsa2 changelog - Added local delivery flag to group mail - Fixed problem with sudoers creation - Fixed accidentally remove of non GOsa user accounts + - Simplified FAI management + - Fixed detection issues with password methods + - Fixed issues with user templates and storing password methods + - Removed forced dependency on GOsa-SI * gosa 2.6 - Redesign of ACL handling diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index 5dddf8e44..e1a826234 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -216,13 +216,16 @@ if [ -d html ]; then fi # Fix copyright +sed -i '/^### OR ###/,/^########/d' debian/copyright sed -i '/^#/d;/^.*likewise for another author.*$/d' debian/copyright year=$(date +%Y) -sed -i "s/.Copyright (C) YYYY Name OfAuthor./Copyright (C) $year $PL_AUTHOR/g" debian/copyright +sed -i "s/.Copyright (C) YYYY Name OfAuthor./Copyright \(C) $year $PL_AUTHOR/g" debian/copyright +sed -i "s//Copyright \(C) $year $PL_AUTHOR/g" debian/copyright sed -i "s/.url:\/\/example.com./http:\/\/www.gosa-project.org/g" debian/copyright sed -i "/.put author's name and email here.\ /d" debian/copyright sed -i '/^Upstream/,/^$/d' debian/copyright +sed -i 's/ C)/ (C)/g' debian/copyright # Adapt control sed -i "s#^Section: unknown#Section: $SECTION#g" debian/control diff --git a/gosa-core/update-locale b/gosa-core/update-locale index 033ba84a3..8c38ab65d 100755 --- a/gosa-core/update-locale +++ b/gosa-core/update-locale @@ -46,10 +46,10 @@ generate_po() { DICT="" [ -r $DICT_FILE_ALL ] && DICT="-C $DICT_FILE_ALL" [ ${#DICT} -eq 0 ] && [ -r $DICT_FILE_CORE ] && DICT="-C $DICT_FILE_CORE" - msgmerge $DICT $f/messages.po locale/${l_path}messages.po --output-file=$f/messages.po.tmp &> /dev/null + msgmerge $DICT $f/messages.po locale/${l_path}messages.po --output-file=$f/messages.po.tmp # Filter out duplicates - msguniq $f/messages.po.tmp --output-file=$f/messages.po.new &> /dev/null + msguniq $f/messages.po.tmp --output-file=$f/messages.po.new rm $f/messages.po.tmp # Do an extra check for dummy dir 'locale/en/LC_MESSAGES' -- 2.30.2