Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . jclic (0.2.1.0-1+lliurex10) precise; urgency=low . * Fixed error in zmd Author: Jaime Munyoz Fayos --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ jclic-0.2.1.0/lliurex-po/zero-jclic/ca_ES@valencia.po @@ -0,0 +1,26 @@ +# Catalan translations for PACKAGE package. +# Copyright (C) 2013 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# lliurex , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-20 12:08+0200\n" +"PO-Revision-Date: 2013-09-20 12:15+0200\n" +"Last-Translator: lliurex \n" +"Language-Team: Lliurex\n" +"Language: ca_ES@valencia\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: zero-jclic.zmd:4 +msgid "You must install and run mysql" +msgstr "Caldria instal·lar i executar mysql" + +#: zero-jclic.zmd:5 +msgid "Leaving unconfigured" +msgstr "Es deixa sense configurar" --- jclic-0.2.1.0.orig/lliurex-po/zero-jclic/zero-jclic.pot +++ jclic-0.2.1.0/lliurex-po/zero-jclic/zero-jclic.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-24 10:25+0200\n" +"POT-Creation-Date: 2013-09-20 12:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,15 +22,5 @@ msgid "You must install and run mysql" msgstr "" #: zero-jclic.zmd:5 -msgid "" -"You need to install mysql to configure jclic reports. Do you want to " -"continue?" -msgstr "" - -#: zero-jclic.zmd:6 msgid "Leaving unconfigured" msgstr "" - -#: zero-jclic.zmd:7 -msgid "Can not get dependences. Leaving unconfigured" -msgstr "" --- jclic-0.2.1.0.orig/lliurex-po/zero-jclic/es.po +++ jclic-0.2.1.0/lliurex-po/zero-jclic/es.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-24 10:25+0200\n" -"PO-Revision-Date: 2013-06-24 11:27+0200\n" +"POT-Creation-Date: 2013-09-20 12:08+0200\n" +"PO-Revision-Date: 2013-09-20 12:15+0200\n" "Last-Translator: lliurex \n" "Language-Team: Spanish\n" "Language: es\n" @@ -19,19 +19,8 @@ msgstr "" #: zero-jclic.zmd:4 msgid "You must install and run mysql" -msgstr "Debería instalar y ejecutar mysql" +msgstr "Debe ejecutar y arrancar mysql" #: zero-jclic.zmd:5 -msgid "" -"You need to install mysql to configure jclic reports. Do you want to " -"continue?" -msgstr "" -"Necesita instalar mysql para configurar jclic reports. ¿Desea" -"continuar?" -#: zero-jclic.zmd:6 msgid "Leaving unconfigured" -msgstr "Se deja sin configurar." - -#: zero-jclic.zmd:7 -msgid "Can not get dependences. Leaving unconfigured" -msgstr "No se puede descargar. Se deja sin configurar" +msgstr "Se deja sin configurar" --- jclic-0.2.1.0.orig/zero-jclic.zlaunchers/zero-jclic.zmd +++ jclic-0.2.1.0/zero-jclic.zlaunchers/zero-jclic.zmd @@ -2,26 +2,19 @@ export TEXTDOMAIN="zero-jclic" MSG_ERROR_MYSQL=$(gettext "You must install and run mysql") -MSG_PRINCIPAL=$(gettext "You need to install mysql to configure jclic reports. Do you want to continue?") MSG_NOCONFIGURE=$(gettext "Leaving unconfigured") -MSG_NOCONFIGURE2=$(gettext "Can not get dependences. Leaving unconfigured") -# Es necesario mysql para configurar el jclic reports. Preguntar antes. -zenity --question --text="$MSG_PRINCIPAL" -if [ $? -ne 0 ]; then - zenity --info --text="$MSG_NOCONFIGURE" - exit 0 -fi -apt-get install lliurex-sgbd +apt-get update +apt-get -y install lliurex-sgbd + if [ $? -ne 0 ]; then zenity --info --text="$MSG_NOCONFIGURE" exit 0 fi - #Testear el mysql RESULT=$(mysql_root_passwd -a) -if [ $RESULT="NO" ] ; then +if [ $RESULT = "NO" ]; then zenity --error --text "$MSG_ERROR_MYSQL" exit 0 fi