--- glpi-0.72.3.orig/debian/dirs +++ glpi-0.72.3/debian/dirs @@ -0,0 +1,6 @@ +usr/share/glpi +usr/share/dbconfig-common/data/glpi/install +usr/share/dbconfig-common/data/glpi/upgrade/mysql +usr/share/doc/glpi +etc/glpi +var/lib/glpi --- glpi-0.72.3.orig/debian/rules +++ glpi-0.72.3/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +DESTDIR=$(CURDIR)/debian/glpi +GDIR=$(DESTDIR)/usr/share/glpi +GCONFDIR=$(DESTDIR)/etc/glpi +GVARDIR=$(DESTDIR)/var/lib/glpi + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/glpi. + install -m 755 -d $(GDIR) + install -m 755 -d $(GCONFDIR) + install -m 755 -d $(GVARDIR) + install -m 644 *.php $(GDIR) + install -m 644 *.js $(GDIR) + for dir in * ; do \ + if [ -d "$$dir" ]; then \ + case "$$dir" in \ + CVS|debian) \ + echo "skipping dir $$dir" \ + ;; \ + config) \ + cp -ar $$dir $(GCONFDIR)/$$dir ; \ + find $(GCONFDIR)/$$dir -type d -exec chmod 750 {} \; ;\ + ;; \ + files) \ + cp -ar $$dir $(GVARDIR)/$$dir ; \ + find $(GVARDIR)/$$dir -type d -exec chmod 750 {} \; ;\ + ;; \ + *) \ + cp -ar $$dir $(GDIR)/$$dir ; \ + find $(GDIR)/$$dir -type f -exec chmod 644 {} \; ;\ + esac \ + fi \ + done + install -m 644 debian/apache.conf $(GCONFDIR) + install -m 644 debian/mysql.conf $(DESTDIR)/usr/share/doc/glpi/ + chmod +x $(DESTDIR)/usr/share/glpi/scripts/*.sh + # dbconfig stuff + install -m 644 install/mysql/glpi-0.72.3-empty.sql $(DESTDIR)/usr/share/dbconfig-common/data/glpi/install/mysql + install -m 644 debian/sql/update072to0721.sql $(DESTDIR)/usr/share/dbconfig-common/data/glpi/upgrade/mysql/0.72.1 + install -m 644 debian/sql/update0721to0722.sql $(DESTDIR)/usr/share/dbconfig-common/data/glpi/upgrade/mysql/0.72.2 + # set default language to english + sed -i -e 's/fr_FR/en_GB/' \ + $(DESTDIR)/usr/share/dbconfig-common/data/glpi/install/mysql + # small fix: remove copy of LGPL in lib/phpmailer and lib/tiny_mce/license.txt + rm -f $(GDIR)/lib/scriptaculous/MIT-LICENSE + rm -f $(GDIR)/lib/phpmailer/LICENSE + rm -f $(GDIR)/lib/tiny_mce/license.txt + rm -f $(GDIR)/lib/cache_lite/LICENSE + rm -f $(GDIR)/lib/extjs/license.txt + # delete remove.txt files + find $(DESTDIR) -name remove.txt -exec rm -f {} \; + +build: +# Build architecture-dependent files here. +binary-arch: install + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG.txt + dh_installdocs -XCOPYING.txt -Xlicense.txt + dh_installexamples + dh_fixperms + dh_compress + dh_installdebconf -pglpi + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep +.PHONY: clean binary-indep install --- glpi-0.72.3.orig/debian/docs +++ glpi-0.72.3/debian/docs @@ -0,0 +1,4 @@ +CHANGELOG.txt +COPYING.txt +LISEZMOI.txt +README.txt --- glpi-0.72.3.orig/debian/mysql.conf +++ glpi-0.72.3/debian/mysql.conf @@ -0,0 +1,8 @@ + --- glpi-0.72.3.orig/debian/compat +++ glpi-0.72.3/debian/compat @@ -0,0 +1 @@ +5 --- glpi-0.72.3.orig/debian/apache.conf +++ glpi-0.72.3/debian/apache.conf @@ -0,0 +1,13 @@ +Alias /glpi /usr/share/glpi + + + DirectoryIndex index.php + Options FollowSymLinks + AllowOverride Limit Options FileInfo + + +# some people prefer a simple URL like http://glpi.example.com +# +# DocumentRoot /usr/share/glpi +# ServerName glpi.example.com +# --- glpi-0.72.3.orig/debian/glpi.config +++ glpi-0.72.3/debian/glpi.config @@ -0,0 +1,24 @@ +#!/bin/bash + +set -e + +action=$1 +version=$2 + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 || [ 0 -lt 30 ] + +db_input medium glpi/webserver || true +db_go + +dbc_first_version="0.72" + +if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then + . /usr/share/dbconfig-common/dpkg/config.mysql + dbc_go glpi $@ +fi + +db_input high glpi/configuration || true +db_go + --- glpi-0.72.3.orig/debian/glpi.postinst +++ glpi-0.72.3/debian/glpi.postinst @@ -0,0 +1,113 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 || [ $? -lt 30 ] + + +if [ "$1" = "configure" ]; then + + db_get glpi/webserver + webservers="$RET" + reload_servers="" + + for webserver in $webservers; do + webserver=${webserver%,} + test -x /usr/sbin/$webserver || continue + + case "$webserver" in + apache|apache-perl|apache-ssl) + if [ -x /usr/sbin/modules-config ]; then + if [ -f /usr/lib/apache/1.3/libphp4.so ]; then + if ! grep -qs "^LoadModule php4_module " /etc/$webserver/modules.conf; then + modules-config $webserver enable mod_php4 + fi + elif [ -f /usr/lib/apache/1.3/libphp3.so ]; then + if ! grep -qs "^LoadModule php3_module " /etc/$webserver/modules.conf; then + modules-config $webserver enable mod_php3 + fi + else + if [ -f /usr/lib/apache/1.3/mod_actions.so ]; then + if ! grep -qs "^LoadModule action_module " /etc/$webserver/modules.conf; then + modules-config $webserver enable mod_actions + fi + fi + if [ -f /usr/lib/apache/1.3/mod_cgi.so ]; then + if ! grep -qs "^LoadModule cgi_module " /etc/$webserver/modules.conf; then + modules-config $webserver enable mod_cgi + fi + fi + fi + fi + if grep -qs "^Include /etc/glpi/apache.conf" /etc/$webserver/httpd.conf; then + mv -f /etc/$webserver/httpd.conf /etc/$webserver/httpd.conf.old.glpi + grep -v "^Include /etc/glpi/apache.conf" /etc/$webserver/httpd.conf.old.glpi \ + > /etc/$webserver/httpd.conf + fi + if ! grep -qs "^Include /etc/$webserver/conf.d" /etc/$webserver/httpd.conf; then + cp -f /etc/$webserver/httpd.conf /etc/$webserver/httpd.conf.old.glpi + echo "Include /etc/$webserver/conf.d" >> /etc/$webserver/httpd.conf + fi + if [ -f /etc/$webserver/httpd.conf.old.glpi ]; then + mv -f /etc/$webserver/httpd.conf.old.glpi /etc/$webserver/httpd.conf.old + fi + mkdir -p /etc/$webserver/conf.d + ;; + apache2) + if [ -d /etc/$webserver/mods-enabled ]; then + if [ ! -f /etc/$webserver/mods-enabled/actions.load -a ! -h /etc/$webserver/mods-enabled/actions.load ]; then + ln -s /etc/$webserver/mods-available/actions.load /etc/$webserver/mods-enabled/actions.load + fi + if [ -f /etc/apache2/mods-available/php4.load ]; then + if [ ! -f /etc/$webserver/mods-enabled/php4.load -a ! -h /etc/$webserver/mods-enabled/php4.load ]; then + ln -s /etc/$webserver/mods-available/php4.load /etc/$webserver/mods-enabled/php4.load + fi + else + if [ ! -f /etc/$webserver/mods-enabled/cgi.load -a ! -h /etc/$webserver/mods-enabled/cgi.load ]; then + ln -s /etc/$webserver/mods-available/cgi.load /etc/$webserver/mods-enabled/cgi.load + fi + fi + fi + ;; + esac + + case "$webserver" in + apache|apache-perl|apache-ssl|apache2) + test -d /etc/$webserver/conf.d || continue + if [ ! -f /etc/$webserver/conf.d/glpi -a ! -h /etc/$webserver/conf.d/glpi ]; then + ln -s /etc/glpi/apache.conf /etc/$webserver/conf.d/glpi + fi + reload_servers="$reload_servers $webserver" + ;; + esac + done + + dbc_first_version="0.72" + . /usr/share/dbconfig-common/dpkg/postinst.mysql + dbc_generate_include=template:/etc/glpi/config/config_db.php + dbc_generate_include_args="-U -o template_infile='/usr/share/doc/glpi/mysql.conf'" + dbc_generate_include_owner="root:www-data" + dbc_generate_include_perms="0660" + dbc_go glpi $@ + + db_stop + + [ -L /usr/share/glpi/files ] || ln -s /var/lib/glpi/files /usr/share/glpi/files + [ -L /usr/share/glpi/config ] || ln -s /etc/glpi/config /usr/share/glpi/config + + # fix ownership + chown -R www-data:root /var/lib/glpi + chown -R www-data:root /etc/glpi/config + + for webserver in $reload_servers; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver force-reload ||: + else + /etc/init.d/$webserver force-reload ||: + fi + done +fi + +#DEBHELPER# --- glpi-0.72.3.orig/debian/glpi.postrm +++ glpi-0.72.3/debian/glpi.postrm @@ -0,0 +1,75 @@ +#! /bin/sh + +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 || [ $? -lt 30 ] + +if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then + . /usr/share/dbconfig-common/dpkg/postrm.mysql + dbc_go glpi $@ +fi + +if [ "$1" = "purge" ]; then + + db_get glpi/reconfigure || true + + for websvrs in apache apache-perl apache-ssl apache2; do + rm -f /etc/$websvrs/conf.d/glpi + done + + webservers="$RET" + restart="" + + for webserver in $webservers; do + webserver=${webserver%,} + + case "$webserver" in + apache|apache-perl|apache-ssl|apache2) + rm -f /etc/$webserver/conf.d/glpi + test -x /usr/sbin/$webserver || continue + restart="$restart $webserver" + ;; + esac + done + + rm -f /etc/glpi/config/config_db.php + if which ucf >/dev/null 2>&1; then + ucf --purge /etc/glpi/config/config_db.php + fi + + # remove old sessions + if [ -d /var/lib/glpi/files ]; then + find /var/lib/glpi/files -type f -name "sess*" -exec rm -f {} \; + if [ -d /var/lib/glpi/files/_cron ]; then + rm -rf /usr/share/glpi/files/_cron + fi + fi + + rmdir --ignore-fail-on-non-empty /etc/glpi || true + + rm -f /usr/share/glpi/config + rm -f /usr/share/glpi/files + + rm -f /etc/glpi/config/config_db.php +fi + + +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_purge +fi + +if [ "$1" = "purge" ]; then + for webserver in $restart; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver force-reload ||: + else + /etc/init.d/$webserver force-reload ||: + fi + done +fi + + +#DEBHELPER# --- glpi-0.72.3.orig/debian/copyright +++ glpi-0.72.3/debian/copyright @@ -0,0 +1,68 @@ +This package was debianized by Pierre Chifflier on +Fri, 27 Oct 2006 10:26:05 +0200. + +The current Debian maintainer is Pierre Chifflier + +It was downloaded from http://www.glpi-project.org/ + +Upstream Authors: Jean-Mathieu Doleans (jmd at indepnet.net), + Julien Dombre (moyo at indepnet.net) + +Copyright (C) 2003-2006 by the INDEPNET Development Team. + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +Additional licenses: + +The Files in lib/phpmailer are Copyright 2001-2003 Brent R. Matzelle +The Files in lib/tiny_mce are Copyright 2005-2006, Moxiecode Systems AB + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public +License, can be found in /usr/share/common-licenses/LGPL. + +The files in lib/scriptaculous are licensed under the terms of the MIT License. +On Debian systems, the complete text of the GNU Lesser General Public +License, can be found in /usr/share/common-licenses/LGPL. + +Files under lib/ezpdf are Copyright Wayne Munro, R&OS Ltd and released under the +public domain. + +Files under lib/extjs are Copyright 2006-2009 Ext JS, LLC and are licensed under +the GNU General Public License version 3 (See /usr/share/common-licenses/GPL-3). + +Files under lib/extrajs are Copyright 2008 Ing. Jozef Sakáloš and are licensed under +the GNU Lesser General Public License version 3 (See /usr/share/common-licenses/LGPL-3). + +The Debian packaging is (C) 2006, Pierre Chifflier and +is licensed under the GPL, see above. --- glpi-0.72.3.orig/debian/changelog +++ glpi-0.72.3/debian/changelog @@ -0,0 +1,147 @@ +glpi (0.72.3-1) unstable; urgency=low + + * New upstream release + - Bugfixes, see https://forge.indepnet.net/versions/show/372 + + -- Pierre Chifflier Tue, 27 Oct 2009 20:41:14 +0100 + +glpi (0.72.2-2) unstable; urgency=low + + * Fix SQL upgrade script (Closes: #548752) + + -- Pierre Chifflier Thu, 01 Oct 2009 13:04:32 +0200 + +glpi (0.72.2-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.8.3 + * Add dbconfig-common scripts to upgrade SQL schema to 0.72.2 + + -- Pierre Chifflier Thu, 17 Sep 2009 11:00:17 +0200 + +glpi (0.72-1) unstable; urgency=low + + * New Upstream Version + * Bump standards version to 3.8.2 + * Reload apache after installation (Closes: #463514) + * Update dbconfig-common data and create SQL schema during install + * Set default language to english during install + + -- Pierre Chifflier Sun, 19 Jul 2009 20:13:16 +0200 + +glpi (0.71.6-1) unstable; urgency=low + + * New Upstream Version + * Bump Standards Version to 3.8.1 + + -- Pierre Chifflier Sun, 07 Jun 2009 22:01:11 +0200 + +glpi (0.71.5-1) unstable; urgency=high + + * New upstream release + * Security: fix SQL injection in ID field (Closes: #513611) + * Urgency high due to security fix. + + -- Pierre Chifflier Sun, 01 Feb 2009 18:00:16 +0100 + +glpi (0.71.2-2) unstable; urgency=high + + * Replace domxml-php5-php5.php by a LGPL version (Closes: #496071) + * Urgency high because of RC bug + + -- Pierre Chifflier Fri, 07 Nov 2008 10:56:18 +0100 + +glpi (0.71.2-1) unstable; urgency=low + + * New upstream bugfix release + + -- Pierre Chifflier Mon, 22 Sep 2008 16:03:27 +0200 + +glpi (0.71.1-1) unstable; urgency=low + + * New upstream bugfix release + + -- Pierre Chifflier Fri, 01 Aug 2008 17:18:51 +0200 + +glpi (0.71-1) unstable; urgency=low + + * New upstream release (Closes: #492963) + * Bump standards version to 3.8.0 + * Remove extra license file in lib/scriptaculous + * Prefer php5 over php4 + * Fix unicode characters in description + + -- Pierre Chifflier Wed, 30 Jul 2008 11:30:00 +0200 + +glpi (0.70.2-1) unstable; urgency=low + + * New upstream release + + -- Pierre Chifflier Sun, 27 Jan 2008 18:29:21 +0100 + +glpi (0.70-1) unstable; urgency=low + + * New upstream release + + -- Pierre Chifflier Sun, 30 Dec 2007 19:37:58 +0100 + +glpi (0.68.3.2-2) unstable; urgency=low + + * Add alternate dependency on httpd (Closes: #456895) + * Add Dutch debconf translation (Closes: #450976) + * Bump standards version to 3.7.3 (no changes) + * Update my email address + + -- Pierre Chifflier Wed, 19 Dec 2007 15:07:09 +0100 + +glpi (0.68.3.2-1) unstable; urgency=high + + * New upstream security release: + Escape shell command in PHPMailer (CVE-2007-3215) + (Closes: #429192, #429344) + * Add Italian debconf translation (Closes: #422915) + * Update my email address + + -- Pierre Chifflier Mon, 18 Jun 2007 15:03:10 +0200 + +glpi (0.68.3-3) unstable; urgency=low + + * Update debconf translations: + + Galician (Closes: #413362) + + Portuguese (Closes: #413387) + + Romanian (Closes: #413423) + + Russian (Closes: #413545) + + Swedish (Closes: #413333) + + Tamil (Closes: #413484) + + -- Pierre Chifflier Mon, 5 Mar 2007 20:30:59 +0100 + +glpi (0.68.3-2) unstable; urgency=low + + * Update debconf translations: + + cs (Closes: #408682) + + -- Pierre Chifflier Wed, 7 Feb 2007 16:28:15 +0100 + +glpi (0.68.3-1) unstable; urgency=low + + * New upstream release + * Updated debconf translations: + + de (Closes: #406230) + + -- Pierre Chifflier Mon, 8 Jan 2007 11:26:32 +0100 + +glpi (0.68.2-2) unstable; urgency=low + + * Update debconf template and translations: + + fr (Closes: #401430, #403370) + + de (Closes: #400325) + + -- Pierre Chifflier Fri, 29 Dec 2006 15:20:52 +0100 + +glpi (0.68.2-1) unstable; urgency=low + + * Initial release (Closes: #395476) + + -- Pierre Chifflier Fri, 27 Oct 2006 10:26:05 +0200 + --- glpi-0.72.3.orig/debian/glpi.prerm +++ glpi-0.72.3/debian/glpi.prerm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +# source debconf stuff +. /usr/share/debconf/confmodule +# source dbconfig-common stuff +. /usr/share/dbconfig-common/dpkg/prerm.mysql +dbc_go glpi $@ + +#DEBHELPER# --- glpi-0.72.3.orig/debian/glpi.templates +++ glpi-0.72.3/debian/glpi.templates @@ -0,0 +1,13 @@ +Template: glpi/webserver +Type: multiselect +_Choices: apache, apache-ssl, apache-perl, apache2 +Default: apache, apache-ssl, apache-perl, apache2 +_Description: Web server to reconfigure automatically: + If you do not select a web server to reconfigure automatically, glpi will + not be usable until you reconfigure your webserver to enable glpi. + +Template: glpi/configuration +Type: note +_Description: glpi configuration + Please point your browser to http:///glpi/ to finish the + configuration. --- glpi-0.72.3.orig/debian/control +++ glpi-0.72.3/debian/control @@ -0,0 +1,25 @@ +Source: glpi +Section: web +Priority: optional +Maintainer: Pierre Chifflier +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.3 + +Package: glpi +Architecture: all +Depends: apache2 | apache | apache-ssl | apache-perl | httpd, + php5 | php5-cgi | libapache2-mod-php5 | php4 | php4-cgi | libapache2-mod-php4, + php5-mysql | php4-mysql, + debconf (>= 0.2.26) | debconf-2.0, + dbconfig-common, + ${misc:Depends} +Description: IT and Asset management software + GLPI stands for "Gestionnaire libre de parc informatique", + GLPI is the Information Resource-Manager with an additional Administration + Interface. + . + You can use it to build up a database with an inventory for your company + (computer, software, printers, ...). It has enhanced functions to make the + daily life for the administrators easier, like a job tracking system with + mail-notification and methods to build a database with basic information + about your network-topology. --- glpi-0.72.3.orig/debian/README.Debian +++ glpi-0.72.3/debian/README.Debian @@ -0,0 +1,18 @@ +glpi for debian + +* installation + + note that glpi uses automatic configuration through dbconfig-common. + however, you have to give the database parameters during the first + configuration of glpi. + + go to http://$yourhost/glpi/, and follow the on-screen directions. + the default administrator login is glpi/glpi. once the configuration + is over, you should change the password. + +* PHP memory + + glpi can use lot of memory, and the default value (8 MB) is not big enough. + edit or create your php.ini file (for ex. in /etc/php4/apache2/php.ini) and + set a higher limit (16 MB or more): + memory_limit = 16M ; Maximum amount of memory a script may consume --- glpi-0.72.3.orig/debian/sql/update0721to0722.sql +++ glpi-0.72.3/debian/sql/update0721to0722.sql @@ -0,0 +1,45 @@ +-- Update from 0.72.1 to 0.72.2 + +-- Delete state from reservation search +DELETE FROM `glpi_display` WHERE type=29 AND num=31; + +-- Clean licences alerts +DELETE FROM `glpi_alerts` WHERE device_type=20; + +-- Correct search.constant numbers +UPDATE `glpi_display` SET num=34 WHERE num=3 AND type=11; +UPDATE `glpi_display` SET num=3 WHERE num=6 AND type=11; +UPDATE `glpi_display` SET num=34 WHERE num=3 AND type=17; +UPDATE `glpi_display` SET num=3 WHERE num=6 AND type=17; +UPDATE `glpi_display` SET num=34 WHERE num=3 AND type=15; +UPDATE `glpi_display` SET num=3 WHERE num=7 AND type=15; +UPDATE `glpi_display` SET num=46 WHERE num=40 AND type=1; +UPDATE `glpi_display` SET num=40 WHERE num=5 AND type=1; +UPDATE `glpi_display` SET num=5 WHERE num=8 AND type=1; +UPDATE `glpi_display` SET num=45 WHERE num=6 AND type=1; +UPDATE `glpi_display` SET num=6 WHERE num=9 AND type=1; +UPDATE `glpi_display` SET num=6 WHERE num=9 AND type=22; +UPDATE `glpi_display` SET num=5 WHERE num=8 AND type=22; +UPDATE `glpi_display` SET num=23 WHERE num=5 AND type=17; +UPDATE `glpi_display` SET num=23 WHERE num=5 AND type=11; +UPDATE `glpi_display` SET num=24 WHERE num=7 AND type=17; +UPDATE `glpi_display` SET num=24 WHERE num=7 AND type=11; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=2; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=3; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=4; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=5; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=6; +UPDATE `glpi_display` SET num=19 WHERE num=9 AND type=23; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=2; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=3; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=4; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=5; +UPDATE `glpi_display` SET num=16 WHERE num=6 AND type=6; +UPDATE `glpi_display` SET num=16 WHERE num=7 AND type=7; +UPDATE `glpi_display` SET num=16 WHERE num=7 AND type=8; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=11; +UPDATE `glpi_display` SET num=16 WHERE num=6 AND type=13; +UPDATE `glpi_display` SET num=16 WHERE num=12 AND type=15; +UPDATE `glpi_display` SET num=16 WHERE num=10 AND type=23; + + --- glpi-0.72.3.orig/debian/sql/update072to0721.sql +++ glpi-0.72.3/debian/sql/update072to0721.sql @@ -0,0 +1,4 @@ +-- Update from 0.72 to 0.72.1 +ALTER TABLE `glpi_groups` ADD INDEX `ldap_group_dn` ( `ldap_group_dn` ); +ALTER TABLE `glpi_groups` ADD INDEX `ldap_value` ( `ldap_value` ); +ALTER TABLE `glpi_tracking` ADD INDEX `date_mod` (`date_mod`); --- glpi-0.72.3.orig/debian/po/sv.po +++ glpi-0.72.3/debian/po/sv.po @@ -0,0 +1,67 @@ +# Swedish translation for glpi. +# Copyright (C) 2077 Free Software Foundation, Inc +# This file is distributed under the same license as the glpi package. +# Daniel Nylander , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-04 11:43+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Webbserver att konfigurera om automatiskt:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Om du inte väljer en webbserver att konfigurera om automatiskt kommer glpi " +"inte att vara användbar tills du konfigurerar om din webbserver för att " +"aktivera glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Konfiguration av glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Peka din webbläsare till http:///glpi/ för att färdigställa " +"konfigurationen." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Ska ${webserver} startas om?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Kom ihåg att för att aktivera den nya konfigurationen måste ${webserver} " +#~ "startas om. Du kan även starta om ${webserver} genom att manuellt köra " +#~ "invoke-rc.d ${webserver} restart." --- glpi-0.72.3.orig/debian/po/pt.po +++ glpi-0.72.3/debian/po/pt.po @@ -0,0 +1,66 @@ +# Portuguese translation of glpi's debconf messages. +# Copyright (C) 2007 Carlos Lisboa +# This file is distributed under the same license as the glpi package. +# Carlos Lisboa , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-04 10:28+0000\n" +"Last-Translator: Carlos Lisboa \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Servidor web para reconfigurar automaticamente:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Se não seleccionar um servidor web para reconfigurar automaticamente, o glpi " +"não será usável até que reconfigure o seu servidor web para activar o glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "configuração glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Por favor aponte o seu browser para http:///glpi/ para acabar a " +"configuração." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Deverá ${webserver} ser reiniciado?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Lembre-se que o ${webserver} deverá ser reiniciado para activar a nova " +#~ "configuração. Também poderá reiniciar o ${webserver} executando " +#~ "manualmente invoke-rc.d ${webserver} restart." --- glpi-0.72.3.orig/debian/po/nl.po +++ glpi-0.72.3/debian/po/nl.po @@ -0,0 +1,68 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE 'S COPYRIGHT HOLDER +# This file is distributed under the same license as the package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-10-26 18:43+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Automatisch te herconfigureren webserver:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Als u geen webserver automatisch laat herconfigureren zal glpi pas bruikbaar " +"zijn wanneer u uw webserver configuratie aangepast heeft om glpi te " +"activeren." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "glpi-configuratie" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Om de installatie te beëindigen dient u uw webbrowser naar http:///" +"glpi/ te wijzen." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Wilt u dat ${webserver} herstart wordt?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Vergeet niet dat uw nieuwe configuratie pas van kracht wordt eens u " +#~ "${webserver} herstart heeft. U kunt ${webserver} handmatig herstarten via " +#~ "het commando 'invoke-rc.d ${webserver}'." --- glpi-0.72.3.orig/debian/po/templates.pot +++ glpi-0.72.3/debian/po/templates.pot @@ -0,0 +1,51 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" --- glpi-0.72.3.orig/debian/po/it.po +++ glpi-0.72.3/debian/po/it.po @@ -0,0 +1,66 @@ +# Italian (it) translation of debconf templates for glpi +# Copyright (C) 2007 Software in the Public Interest +# This file is distributed under the same license as the glpi package. +# Luca Monducci , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: glpi italian debconf templates\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-04-29 10:06+0200\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Server web da riconfigurare automaticamente:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Se non si sceglie un server da riconfigurare, glpi rimane non utilizzabile " +"fino a quando non si configura il proprio server web per attivare glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Configurazione di glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Per completare la configurazione puntare il proprio browser a http://" +"/glpi/." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Riavviare ${webserver}?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Per attivare la nuova configurazione ${webserver} deve essere riavviato. " +#~ "${webserver} può anche essere riavviato manualmente con il comando invoke-" +#~ "rc.d ${webserver} restart." --- glpi-0.72.3.orig/debian/po/ru.po +++ glpi-0.72.3/debian/po/ru.po @@ -0,0 +1,68 @@ +# translation of glpi_debconf_ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2007. +msgid "" +msgstr "" +"Project-Id-Version: 0.68.3-2\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-05 21:33+0300\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Веб-сервер для автоматической настройки:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Если вы не выберете веб-сервер для автоматической настройки, glpi не будет " +"работать, пока не будет выполнена настройка веб-сервера для включения glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Настройка glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Для завершения настройки откройте страницу http:///glpi/ в браузере." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Перезапустить ${webserver}?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Чтобы новая конфигурация для ${webserver} начала действовать, сервер " +#~ "должен быть перезагружен. Также вы можете выполнить перезагрузку " +#~ "${webserver} вручную с помощью команды invoke-rc.d ${webserver} restart." --- glpi-0.72.3.orig/debian/po/POTFILES.in +++ glpi-0.72.3/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] glpi.templates --- glpi-0.72.3.orig/debian/po/ta.po +++ glpi-0.72.3/debian/po/ta.po @@ -0,0 +1,65 @@ +# translation of glpi.po to TAMIL +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Dr.T.Vasudevan , 2007. +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-05 17:18+0530\n" +"Last-Translator: Dr.T.Vasudevan \n" +"Language-Team: TAMIL \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "அபாசே, அபாசே-எஸ்எஸ்எல், அபாசே-பெர்ல், அபாசே2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "தானியங்கியாக வலை சேவையகம் மீள் வடிவமைக்கும்:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"தானியங்கியாக மீள் வடிவமைக்க ஒரு வலை சேவையகத்தை தேர்ந்தெடுக்கவில்லையானால் ஜிஎல்பிஐ ஐ " +"செயலாக்க உங்கள் வலை சேவையகத்தை அமைக்கும் வரை ஜிஎல்பிஐ உபயோகப் படாது." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "ஜிஎல்பிஐ வடிவமைப்பு" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "வடிவமைப்பை முடிக்க உலாவியை http:///glpi/ க்கு திசை திருப்பவும்." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "${webserver} ஐ மீள் துவக்கவா?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "புதிய வடிவமைப்பை செயல் படுத்த ${webserver} மீண்டும் துவக்கப் பட வேண்டும் என நினைவு " +#~ "கொள்ளவும். நீங்கள் ${webserver} ஐ கைமுறையாகக் கூட rc.d ${webserver} restart " +#~ "கட்டளையை பயன் படுத்தி மீண்டும் துவக்கலாம்." --- glpi-0.72.3.orig/debian/po/ro.po +++ glpi-0.72.3/debian/po/ro.po @@ -0,0 +1,73 @@ +# translation of ro.po to Romanian +# Romanian translations for PACKAGE package +# Traducerea în limba română pentru pachetul PACKAGE. +# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Eddy Petrisor , 2007. +# Eddy Petrișor , 2007. +msgid "" +msgstr "" +"Project-Id-Version: ro\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-05 00:08+0200\n" +"Last-Translator: Eddy Petrișor \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Serveul de web reconfigurat automat:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Dacă nu selectaţi un server de web care să fie reconfigurat automat, glpi nu " +"va fi utilizabil până când nu veţi fi reconfigurat serverul de web să-l " +"activeze." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Configurarea glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Vizitaţi cu un navigator pagina http:///glpi/ pentru a finaliza " +"configurarea." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Se reporneşte ${webserver}?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Reţineţi, pentru a activa noua configuraţie ${webserver} trebuie " +#~ "repornit. ${webserver} poate fi repornit şi manual cu comanda invoke-rc.d " +#~ "${webserver} restart." --- glpi-0.72.3.orig/debian/po/fr.po +++ glpi-0.72.3/debian/po/fr.po @@ -0,0 +1,67 @@ +# translation of fr.po to French +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Christian Perrier , 2006. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2006-12-16 18:06+0100\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "Apache, Apache-ssl, Apache-perl, Apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Serveur web à reconfigurer automatiquement :" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Si aucun serveur web n'est automatiquement reconfiguré, glpi restera " +"inutilisable jusqu'à ce que vous en reconfiguriez un vous-même." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Configuration de glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Veuillez vous rendre à l'adresse http:///glpi avec un navigateur " +"web pour terminer l'installation." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Faut-il redémarrer ${webserver} ?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Afin d'activer la nouvelle configuration, ${webserver} doit être " +#~ "redémarré. Vous pouvez également le redémarrer vous-même avec la commande " +#~ "« invoke-rc.d ${webserver} restart »." --- glpi-0.72.3.orig/debian/po/de.po +++ glpi-0.72.3/debian/po/de.po @@ -0,0 +1,66 @@ +# Translation of glpi debconf templates to German +# Copyright (C) Helge Kreutzmann , 2006, 2007. +# This file is distributed under the same license as the glpi package. +# +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-01-09 18:30+0100\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "Apache, Apache-ssl, Apache-perl, Apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Webserver, der automatisch konfiguriert werden soll:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Falls Sie keinen Webserver zum automatischen konfigurieren auswhlen, wird " +"Glpi nicht benutzbar sein, bis Sie Ihren Webserver rekonfigurieren, um Glpi " +"zu aktivieren." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Glpi-Konfiguration" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Bitte rufen Sie in Ihrem Browser http:///glpi/ auf, um die " +"Konfiguration zu beenden." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Soll ${webserver} neu gestartet werden?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Denken Sie daran, dass ${webserver} neu gestartet werden muss, um die " +#~ "neue Konfiguration zu aktivieren. Sie knnen ${webserver} auch manuell " +#~ "neu starten, indem Sie invoke-rc.d ${webserver} restart ausfhren." --- glpi-0.72.3.orig/debian/po/cs.po +++ glpi-0.72.3/debian/po/cs.po @@ -0,0 +1,68 @@ +# translation of glpi_0.68.3-1_cs-utf8.po to czech +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Jakub Kasparec , 2007. +msgid "" +msgstr "" +"Project-Id-Version: glpi_0.68.3-1_cs-utf8\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-01-27 20:27+0100\n" +"Last-Translator: Jakub Kasparec \n" +"Language-Team: czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Který webový server překonfigurovat automaticky:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Jestliže nezvolíte webový server, který se má automaticky překonfigurovat, " +"nebudete moci použít glpi do té doby, dokud nenastavíte svůj webový server " +"pro použití s glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "konfigurace glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"K dokončení instalace prosím otevřete ve svém prohlížeči následující adresu: " +"http:///glpi/ ." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "Má se server ${webserver} restartovat?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Nezapomeňte prosím, že pro aktivaci vaší nové konfigurace je potřeba " +#~ "server ${webserver} restartovat. Server můžete také restartovat ručně " +#~ "zadáním příkazu invoke-rc.d ${webserver} restart." --- glpi-0.72.3.orig/debian/po/gl.po +++ glpi-0.72.3/debian/po/gl.po @@ -0,0 +1,65 @@ +# Galician translation of glpi's debconf templates +# This file is distributed under the same license as the glpi package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: glpi\n" +"Report-Msgid-Bugs-To: glpi@packages.debian.org\n" +"POT-Creation-Date: 2009-07-19 19:33+0200\n" +"PO-Revision-Date: 2007-03-04 15:31+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: multiselect +#. Choices +#: ../glpi.templates:1001 +msgid "apache, apache-ssl, apache-perl, apache2" +msgstr "apache, apache-ssl, apache-perl, apache2" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "Web server to reconfigure automatically:" +msgstr "Servidor web a reconfigurar automaticamente:" + +#. Type: multiselect +#. Description +#: ../glpi.templates:1002 +msgid "" +"If you do not select a web server to reconfigure automatically, glpi will " +"not be usable until you reconfigure your webserver to enable glpi." +msgstr "" +"Se non selecciona un servidor web a reconfigurar automaticamente, glpi non " +"ha ser utilizable ata que reconfigure o seu servidor web para activar glpi." + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "glpi configuration" +msgstr "Configuración de glpi" + +#. Type: note +#. Description +#: ../glpi.templates:2001 +msgid "" +"Please point your browser to http:///glpi/ to finish the " +"configuration." +msgstr "" +"Acceda co seu navegador a http:///glpi/ para rematar a " +"configuración." + +#~ msgid "Should ${webserver} be restarted?" +#~ msgstr "¿Debería reiniciarse ${webserver}?" + +#~ msgid "" +#~ "Remember that in order to activate the new configuration ${webserver} has " +#~ "to be restarted. You can also restart ${webserver} by manually executing " +#~ "invoke-rc.d ${webserver} restart." +#~ msgstr "" +#~ "Lembre que para activar a nova configuración hai que reiniciar " +#~ "${webserver}. Tamén pode reiniciar ${webserver} a man executando invoke-" +#~ "rc.d ${webserver} restart."