Code

Update debian build
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 15 Jun 2008 16:17:15 +0000 (16:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 15 Jun 2008 16:17:15 +0000 (16:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@11334 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/changelog
debian/control
debian/gosa.postrm
debian/po/cz.po [new file with mode: 0644]

index 2d65a85f9d2220747a694f0de21c2c4aa6f27488..8a68fb77b40b0f3ba92a9b8f24d7a41fee1b0e71 100644 (file)
@@ -1,3 +1,12 @@
+gosa (2.5.16.1-2) unstable; urgency=low
+
+  * Added czech translation (closes:#483300)
+  * Added upgrade information to the README.Debian (closes:#486121)
+  * Fixed bashisms in the rule file (again) (closes:#478388)
+  * Removed uneeded output from postrm (closes:##482016)
+
+ -- Cajus Pollmeier <cajus@debian.org>  Sun, 15 Jun 2008 15:44:59 +0000
+
 gosa (2.5.16.1-1) unstable; urgency=low
 
   * Fixed typo in printer class 
index 1dffc35a6eceb5129599fc74798d4a12236bf758..99c5c6bad4ad4d91d3c6a22e335469dba5fb56af 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2.2
 
 Package: gosa
 Architecture: all
-Depends: php5, apache2, exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mhash, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, fping, libcrypt-smbhash-perl, smarty, php5-recode, wwwconfig-common, smarty-gettext
+Depends: php5, php5-cli, apache2, exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mhash, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, fping, libcrypt-smbhash-perl, smarty, php5-recode, wwwconfig-common, smarty-gettext
 Suggests: cyrus22-imapd, postfix-ldap, etherwake, slapd, gosa-schema
 Description: Web Based LDAP Administration Program
  Provided is access to posix, shadow, samba, proxy, fax, pureftp and
@@ -20,7 +20,7 @@ Description: Web Based LDAP Administration Program
 Package: gosa-desktop
 Architecture: all
 Depends: iceweasel | mozilla | firefox, debconf, po-debconf
-Suggests: xbase-clients
+Suggests: x11-xserver-utils
 Description: Desktop integration for GOsa
  This package includes a menu definition for your desktop
  environment.
index 331f3adf651ece437146c4d0987e8643d1b3a6ab..777e1217b30c84a1a786d20d10bb756c20fceec6 100644 (file)
@@ -15,7 +15,7 @@ case "$1" in
         # Get apache versions running
         servers=""
         for srv in apache apache-ssl; do
-                dpkg -s $srv | grep -q "^Status:.*not-installed"
+                dpkg -s $srv 2>&1 | grep -q "^Status:.*not-installed"
                 if [ $? -eq 1 ]; then
                         servers="$srv $servers"
                 fi
diff --git a/debian/po/cz.po b/debian/po/cz.po
new file mode 100644 (file)
index 0000000..bb66999
--- /dev/null
@@ -0,0 +1,39 @@
+# Czech translation for GOsa desktop file installer debconf messages.
+# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
+# This file is distributed under the same license as the gosa-desktop package.
+# Cajus Pollmeier <cajus@debian.org>, 2007.
+# Daniel Kavan <kuan@maradan.org>, 2008
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gosa 2.5.16.1-1\n"
+"Report-Msgid-Bugs-To: cajus@debian.org\n"
+"POT-Creation-Date: 2007-06-27 10:59+0200\n"
+"PO-Revision-Date: 2008-05-27 17:49+0200\n"
+"Last-Translator: Daniel Kavan <kuan@maradan.org>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../gosa-desktop.templates:1001
+msgid "URL to your GOsa installation:"
+msgstr "URL k vaší instalaci GOsa:"
+
+#. Type: string
+#. Description
+#: ../gosa-desktop.templates:1001
+msgid ""
+"The gosa start script can automatically point your browser to a system wide "
+"default location of your GOsa instance."
+msgstr ""
+"Startovací skript gosa může automaticky nasměrovat váš prohlížeč na celosystémovou "
+"adresu vaší GOsa instance."
+
+#. Type: string
+#. Description
+#: ../gosa-desktop.templates:1001
+msgid "Enter the URL in order to set this default."
+msgstr "Chcete-li dané URL nastavit jako výchozí, zadejte je zde."