--- fts-0.1.orig/debian/compat
+++ fts-0.1/debian/compat
@@ -0,0 +1 @@
+5
--- fts-0.1.orig/debian/changelog
+++ fts-0.1/debian/changelog
@@ -0,0 +1,51 @@
+fts (0.1-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+    - German (Helge Kreutzmann).  Closes: #588735
+    - Czech (Michal Simunek).  Closes: #589327
+    - Italian (Vincenzo Campanella).  Closes: #597308
+    - Slovak (Ivan Masár).  Closes: #598695
+    - Danish (Joe Hansen).  Closes: #598774
+    - Vietnamese (Clytie Siddall).  Closes: #598697
+
+ -- Christian Perrier <bubulle@debian.org>  Tue, 19 Oct 2010 22:21:17 +0200
+
+fts (0.1-4) unstable; urgency=low
+
+  * Removed not applicable copyright
+  * Added missing option in commandline help
+  * Corrected man pages
+
+ -- Benoit Mortier <benoit.mortier@opensides.be>  Wed, 09 Jun 2010 20:47:41 +0200
+
+fts (0.1-3) unstable; urgency=low
+
+  * [INTL:sv] Swedish strings for fts debconf (Closes: #575876)
+  * [INTL:vi] Vietnamese debconf templates translation (Closes: #576021)
+  * [INTL:es] Spanish translation for debconf template (Closes: #578142)
+
+ -- Benoit Mortier <benoit.mortier@opensides.be>  Sun, 25 Apr 2010 19:47:38 +0200
+
+fts (0.1-2) unstable; urgency=low
+
+  * Should probably allow alternative tftpd implementations (Closes:
+    #567683)
+  * Drop superfluous tftpd suggestion (Closes: #567682)
+  * [INTL:ru] Russian debconf templates translation (Closes: #567990)
+  * [INTL:pt] Updated Portuguese translation for debconf messages
+    (Closes: #568746)
+  * [INTL:sv] po-debconf file for fts (Closes: #569717)
+  * [l10n:cs] Initial Czech translation of PO debconf template for
+    package fts 0.1-1 (Closes: #569988)
+  * [INTL:sk] Slovak po-debconf translation (Closes: #570414)
+  * [INTL:it] Italian translation (Closes: #570744)
+  * [INTL:es] Spanish translation for fts (Closes: #571081)
+
+ -- Benoit Mortier <benoit.mortier@opensides.be>  Mon, 22 Mar 2010 22:52:18 +0100
+
+fts (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #563958)
+
+ -- Cajus Pollmeier <cajus@debian.org>  Mon, 04 Jan 2010 16:50:01 +0100
--- fts-0.1.orig/debian/fts-opsi.install
+++ fts-0.1/debian/fts-opsi.install
@@ -0,0 +1 @@
+modules/OPSI.pm   usr/lib/fts/modules
--- fts-0.1.orig/debian/fts.dirs
+++ fts-0.1/debian/fts.dirs
@@ -0,0 +1,3 @@
+usr/sbin
+etc/fts
+usr/lib/fts/modules
--- fts-0.1.orig/debian/fts.lintian-overrides
+++ fts-0.1/debian/fts.lintian-overrides
@@ -0,0 +1,2 @@
+fts: package-contains-empty-directory usr/lib/fts/modules/
+
--- fts-0.1.orig/debian/fts-fai-ldap.dirs
+++ fts-0.1/debian/fts-fai-ldap.dirs
@@ -0,0 +1 @@
+usr/lib/fts/modules
--- fts-0.1.orig/debian/fts.config
+++ fts-0.1/debian/fts.config
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+# $1 = action ('configure' or 'reconfigure')
+# $2 = current-installed-version
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+db_title "fts configuration"
+db_input high fts/tftpdpath || true
+db_go || true
--- fts-0.1.orig/debian/control
+++ fts-0.1/debian/control
@@ -0,0 +1,57 @@
+Source: fts
+Section: utils
+Priority: optional
+Maintainer: GOsa packages maintainers group <gosa-pkg@oss.gonicus.de>
+Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5.0.0), coreutils (>=5.97-5.3), dpatch, po-debconf
+Homepage: https://oss.gonicus.de/labs/gosa/
+Vcs-Browser: https://oss.gonicus.de/repositories/goto/trunk/fts
+Vcs-Svn: https://oss.gonicus.de/repositories/goto/trunk/fts
+DM-Upload-Allowed: yes
+
+Package: fts
+Architecture: all
+Depends: ${misc:Depends}, libconfig-inifiles-perl, libproc-daemon-perl, adduser, ucf, po-debconf, libfuse-perl, libfile-pid-perl, fuse-utils,
+Recommends: tftpd | atftpd | tftpd-hpa
+Description: Modular TFTP/Fuse supplicant
+ Fts is a modular fuse-tftp-supplicant written in perl which allows
+ to create pxelinux configurations for different types of clients
+ using external modules
+ . 
+ There is already written modules for FAI (Fully automated install),
+ OPSI (OpenPc integration) and LTSP5 (Linux Terminal server project)
+ .
+
+Package: fts-fai-ldap
+Architecture: all
+Depends: ${misc:Depends}, libnet-ldap-perl, fts
+Description: LDAP FAI module for the TFTP/Fuse supplicant
+ FAI module for fts which is using the LDAP backend in conjunction
+ with GOsa and GOto to generate client configurations.
+ .
+ The fts daemon has been designed with modularity in mind. It
+ allows dynamic configurations generated from other sources like
+ i.e. LDAP or OPSI configuration.
+
+Package: fts-ltsp-ldap
+Architecture: all
+Depends: ${misc:Depends}, libnet-ldap-perl, fts
+Description: LDAP LTSP module for the TFTP/Fuse supplicant
+ LTSP module for fts which is using the LDAP backend in conjunction
+ with GOsa and GOto to generate client configurations.
+ .
+ The fts daemon has been designed with modularity in mind. It
+ allows dynamic configurations generated from other sources like
+ i.e. LDAP or OPSI configuration.
+
+Package: fts-opsi
+Architecture: all
+Depends: ${misc:Depends}, libjson-rpc-perl, fts
+Description: OPSI module for fts the TFTP/Fuse supplicant
+ OPSI module for fts which is using the OPSI configed communication
+ to generate client configurations.
+ .
+ The fts daemon has been designed with modularity in mind. It
+ allows dynamic configurations generated from other sources like
+ i.e. LDAP or OPSI configuration.
--- fts-0.1.orig/debian/fts.manpages
+++ fts-0.1/debian/fts.manpages
@@ -0,0 +1,2 @@
+fts.1
+fts.conf.1
--- fts-0.1.orig/debian/fts-fai-ldap.install
+++ fts-0.1/debian/fts-fai-ldap.install
@@ -0,0 +1 @@
+modules/FAI.pm                 usr/lib/fts/modules
--- fts-0.1.orig/debian/fts-ltsp-ldap.dirs
+++ fts-0.1/debian/fts-ltsp-ldap.dirs
@@ -0,0 +1 @@
+usr/lib/fts/modules
--- fts-0.1.orig/debian/README.source
+++ fts-0.1/debian/README.source
@@ -0,0 +1 @@
+/usr/share/doc/dpatch/README.source.gz
--- fts-0.1.orig/debian/fts-ltsp-ldap.install
+++ fts-0.1/debian/fts-ltsp-ldap.install
@@ -0,0 +1 @@
+modules/LTSP.pm                 usr/lib/fts/modules
--- fts-0.1.orig/debian/fts-fai-ldap.lintian-overrides
+++ fts-0.1/debian/fts-fai-ldap.lintian-overrides
@@ -0,0 +1,2 @@
+fts-fai-ldap: executable-not-elf-or-script ./usr/lib/fts/modules/FAI.pm
+
--- fts-0.1.orig/debian/fts-opsi.dirs
+++ fts-0.1/debian/fts-opsi.dirs
@@ -0,0 +1 @@
+usr/lib/fts/modules
--- fts-0.1.orig/debian/copyright
+++ fts-0.1/debian/copyright
@@ -0,0 +1,16 @@
+This package was debianized by Cajus Pollmeier <pollmeier@gonicus.de>
+Fri, 20 Jul 2007 14:53:17 +0100.
+
+It was downloaded from https://oss.gonicus.de/repositories/goto/trunk/
+
+Upstream author: Cajus Pollmeier <pollmeier@gonicus.de>
+
+This software is copyright (C) 2001-2010 Cajus Pollmeier, GONICUS GmbH.
+
+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, or
+(at your option) any later version.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
--- fts-0.1.orig/debian/fts.templates
+++ fts-0.1/debian/fts.templates
@@ -0,0 +1,5 @@
+Template: fts/tftppath
+Type: string
+Default: /srv/fai/boot
+_Description: Base directory for the tftp files:
+ The config directory for tftp is where the pxelinux.0 image lies. This must be in sync with your TFTP Server
--- fts-0.1.orig/debian/fts-opsi.lintian-overrides
+++ fts-0.1/debian/fts-opsi.lintian-overrides
@@ -0,0 +1,2 @@
+fts-opsi: executable-not-elf-or-script ./usr/lib/fts/modules/OPSI.pm
+
--- fts-0.1.orig/debian/README.debian
+++ fts-0.1/debian/README.debian
@@ -0,0 +1,11 @@
+README.Debian for fts
+-----------------------------
+
+This package is used to provide a modularized tftp supplicant to make the various
+installation methods of gosa based deployment work.
+
+For now the FAI (Fully automated install), OPSI (open pc server integration)
+and LTSP5 method are supported.
+
+----
+Cajus Pollmeier <cajus@debian.org>  Mon 04 Jan 2010 16:48:50 +0100
--- fts-0.1.orig/debian/fts.postinst
+++ fts-0.1/debian/fts.postinst
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+	configure|reconfigure)
+
+	. /usr/share/debconf/confmodule
+	db_version 2.0
+	db_get "fts/tftppath"
+	tftppath="$RET"
+	
+	# Create user
+	if ! getent passwd | grep -q "tftpd"
+	then
+		adduser --group --system tftpd
+	fi
+
+	### Create pxelinux.cfg path
+	[ ! -d "$tftppath/pxelinux.cfg" ] && mkdir -p "$tftppath/pxelinux.cfg"
+	
+	### Create pxelinux.static path
+	[ ! -d "$tftppath/pxelinux.static" ] && mkdir -p "$tftppath/pxelinux.static"
+
+	### Create default file
+	if [ ! -f "$tftppath/pxelinux.static/default" ]; then
+	 	echo "localboot 0" > "$tftppath/pxelinux.cfg/default"
+	fi
+
+	# Apply to config
+	sed -i "s~^pxelinux_cfg=/.*$~pxelinux_cfg=$tftppath\/pxelinux.cfg~" /usr/share/doc/fts/fts.conf
+	sed -i "s~^pxelinux_cfg_static=/.*$~pxelinux_cfg_static=$tftppath\/pxelinux.static~" /usr/share/doc/fts/fts.conf
+	ucf --three-way --debconf-ok /usr/share/doc/fts/fts.conf /etc/fts/fts.conf
+	;;
+esac
+
+#DEBHELPER#
--- fts-0.1.orig/debian/rules
+++ fts-0.1/debian/rules
@@ -0,0 +1,85 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: patch 
+	#********************************************************
+	#*   Building fts into a Debian/GNU Linux Package    *
+	#*                    please stand by                   *
+	#********************************************************
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	rm -f install-stamp 
+	-rm -f debian/files
+	-rm -rf debian/tmp
+	-rm -f debian/substvars
+	dh_clean
+	debconf-updatepo
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
+install: install-stamp
+install-stamp: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Create a copy, remove svn stuff
+	-mkdir debian/tmp
+	-for i in `ls | grep -v debian`; do \
+		cp -R $$i debian/tmp ; \
+	done
+
+	touch install-stamp
+
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all
+	dpatch cat-all >patch-stamp
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	
+	dh_install
+
+	install -D -m 644 debian/fts.lintian-overrides debian/fts/usr/share/lintian/overrides/fts
+	install -D -m 644 debian/fts-opsi.lintian-overrides debian/fts-opsi/usr/share/lintian/overrides/fts-opsi
+	install -D -m 644 debian/fts-fai-ldap.lintian-overrides debian/fts-fai-ldap/usr/share/lintian/overrides/fts-fai-ldap
+	install -D -m 644 debian/fts-ltsp-ldap.lintian-overrides debian/fts-ltsp-ldap/usr/share/lintian/overrides/fts-ltsp-ldap
+
+	dh_installdocs 
+	dh_installman
+	dh_installdebconf
+	dh_installcron
+	dh_installinit
+	dh_installexamples
+	dh_installchangelogs
+	dh_installlogrotate
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms 
+	dh_perl
+	dh_installdeb
+	dh_shlibdeps
+	
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep 
+.PHONY: build install clean binary-indep binary configure
+
+binary-arch:
+
--- fts-0.1.orig/debian/fts.install
+++ fts-0.1/debian/fts.install
@@ -0,0 +1,2 @@
+fts                         usr/sbin
+fts.conf                    usr/share/doc/fts
--- fts-0.1.orig/debian/fts-ltsp-ldap.lintian-overrides
+++ fts-0.1/debian/fts-ltsp-ldap.lintian-overrides
@@ -0,0 +1,2 @@
+fts-ltsp-ldap: executable-not-elf-or-script ./usr/lib/fts/modules/LTSP.pm
+
--- fts-0.1.orig/debian/fts.logrotate
+++ fts-0.1/debian/fts.logrotate
@@ -0,0 +1,10 @@
+/var/log/fts.log {
+    weekly
+    rotate 4
+    compress
+    missingok
+    postrotate
+        /etc/init.d/fts restart > /dev/null || true
+    endscript
+}
+
--- fts-0.1.orig/debian/fts.init
+++ fts-0.1/debian/fts.init
@@ -0,0 +1,69 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides: fts
+# Required-Start:    $remote_fs $syslog $network
+# Required-Stop:     $remote_fs $syslog $network
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start fts service
+### END INIT INFO
+
+# Start/stop the fts daemon.
+NAME="fts"
+DAEMON="/usr/sbin/${NAME}"
+PIDFILE="/var/run/${NAME}.pid"
+PATH="/sbin:/bin:/usr/sbin:/usr/bin"
+
+. /lib/lsb/init-functions
+
+test -f "${DAEMON}" || exit 0
+
+case "$1" in
+  start)
+    log_daemon_msg "Starting TFTP data provider" "${NAME}"
+    start-stop-daemon -b --start -p "${PIDFILE}" --startas "${DAEMON}"
+    log_end_msg 0
+  ;;
+
+  stop)
+    log_daemon_msg "Stopping TFTP data provider" "${NAME}"
+    killproc -p "${PIDFILE}" "${DAEMON}"
+    mp=$(sed -n 's/^pxelinux_cfg=//p' /etc/fts/fts.conf)
+    if mount | grep -q "$mp"; then
+      fusermount -u "$mp"
+    fi
+    log_end_msg 0
+  ;;
+
+  restart) 
+    log_daemon_msg "Restarting TFTP data provider" "${NAME}"
+    killproc -p "${PIDFILE}" "${DAEMON}"
+    mp=$(sed -n 's/^pxelinux_cfg=//p' /etc/fts/fts.conf)
+    if mount | grep -q "$mp"; then
+      fusermount -u "$mp"
+    fi
+    start-stop-daemon -b --start -p "${PIDFILE}" --startas "${DAEMON}"
+  log_end_msg 0
+  ;;
+
+  reload|force-reload)
+    restart
+  ;;
+
+  status) 
+    status=0
+    pidofproc -p "${PIDFILE}" "${DAEMON}" >/dev/null || status="$?"
+    log_daemon_msg "Status of TFTP data provider" "${NAME}"
+    if [ "$status" = 0 ]; then
+      log_progress_msg "is running"
+      log_end_msg 0
+    else
+      log_progress_msg "is not running"
+      log_end_msg $status
+    fi
+  ;;
+
+  *)	echo "Usage: /etc/init.d/fts start|stop|restart|reload|force-reload|status" >&2
+    exit 1 
+  ;;
+esac
--- fts-0.1.orig/debian/po/fr.po
+++ fts-0.1/debian/po/fr.po
@@ -0,0 +1,35 @@
+# translation of fr.po to
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Benoit Mortier <benoit.mortier@opensides.be>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: fr\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-01-28 11:39+0100\n"
+"Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
+"Language-Team:  <fr@li.org>\n"
+"Language: \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=2; plural=(n > 1);\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Répertoire de base pour le serveur tftp :"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Le répertoire de base pour le serveur tftp est l'endroit ou se trouve le "
+"fichier pxelinux.0. Ceci doit être synchronisé avec votre serveur tftp."
--- fts-0.1.orig/debian/po/sk.po
+++ fts-0.1/debian/po/sk.po
@@ -0,0 +1,41 @@
+# Slovak translation of fts.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the fts package.
+# Ivan Masár <helix84@centrum.sk>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-10-01 09:53+0100\n"
+"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
+"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
+"Language: sk\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>=2 && n<=4) ? 1 : 2);\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Základný adresár pre súbory tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Konfiguračný adresár tftp, kde leží obraz pxelinux.0. Tento musí byť "
+"synchronizovaný s vaším TFTP serverom."
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr ""
+#~ "Základný adresár pre TFTP je koreňový adresár ponúkaných súborov. "
+#~ "Predvolená hodnota by mala vyhovovať každému."
--- fts-0.1.orig/debian/po/it.po
+++ fts-0.1/debian/po/it.po
@@ -0,0 +1,41 @@
+# ITALIAN TRANSLATION OF FTS' PO-DEBCONF FILE.
+# COPYRIGHT (C) 2010 THE FTS' COPYRIGHT HOLDER
+# This file is distributed under the same license as the fts package.
+# Vincenzo Campanella <vinz65@gmail.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-4\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-09-17 13:21+0100\n"
+"Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Directory di base per i file TFTP:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"La directory della configurazione di tftp è dove si trova anche l'immagine "
+"di pxelinux.0. Questa deve essere sincronizzata con il proprio server TFTP"
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr ""
+#~ "La directory di base per TFTP è la radice per i file serviti. Quella "
+#~ "predefinita dovrebbe essere accessibile a tutti."
--- fts-0.1.orig/debian/po/templates.pot
+++ fts-0.1/debian/po/templates.pot
@@ -0,0 +1,31 @@
+# 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 <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
--- fts-0.1.orig/debian/po/vi.po
+++ fts-0.1/debian/po/vi.po
@@ -0,0 +1,41 @@
+# Vietnamese translation for FTS.
+# Copyright © 2010 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-1\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-04-01 00:22+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LocFactoryEditor 1.8\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Thư mục cơ bản cho các tập tin tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Thư mục cấu hình của tftp cũng chứa ảnh « pxelinux.0 ». Nó phải đồng bộ được "
+"với máy phục vụ của bạn."
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr ""
+#~ "Thư mục cơ bản cho trình nền TFTP cũng là thư mục gốc cho các tập tin "
+#~ "được phục vụ. Giá trị mặc định nên thích hợp với tất cả."
--- fts-0.1.orig/debian/po/ru.po
+++ fts-0.1/debian/po/ru.po
@@ -0,0 +1,36 @@
+# translation of fts_0.1-1_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 <yuray@komyakino.ru>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-1\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-02-01 20:40+0300\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"Language: ru\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: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Корневой каталог для файлов tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Укажите настроечный каталог tftp, где располагается образ pxelinux.0. Он "
+"должен быть тем же, что у установленного сервера TFTP."
--- fts-0.1.orig/debian/po/zh_CN.po
+++ fts-0.1/debian/po/zh_CN.po
@@ -0,0 +1,39 @@
+# Chinese translations for PACKAGE package
+# PACKAGE 软件包的简体中文翻译.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# YunQiang Su <wzssyqa@gmail.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts VERSION\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-02-13 23:56+0800\n"
+"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"
+"Language-Team: Chinese (simplified)\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+#, fuzzy
+#| msgid "Base directory for the tftp-daemon:"
+msgid "Base directory for the tftp files:"
+msgstr "tftp-daemon 的基目录："
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr "TFTP 的基目录是服务文件的根目录。默认的应该适合于所有人。"
--- fts-0.1.orig/debian/po/sv.po
+++ fts-0.1/debian/po/sv.po
@@ -0,0 +1,45 @@
+# Translation of fts debconf template to Swedish
+# Copyright (C) 2010 Martin Bagge <brother@bsnet.se>
+# This file is distributed under the same license as the fts package.
+#
+# Martin Ågren <martin.agren@gmail.com>, 2010.
+# Martin Bagge <brother@bsnet.se>, 2010
+msgid ""
+msgstr ""
+"Project-Id-Version: fts_sv\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-03-30 02:33+0100\n"
+"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
+"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
+"Language: sv\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=2; plural=(n != 1);\n"
+"X-Poedit-Language: Swedish\n"
+"X-Poedit-Country: Sweden\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Baskatalog för tftp-filerna:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Inställningskatalogen för tftp är där avbildningsfilen pxelinux.0 är "
+"placerad. Denna måste vara synkroniserad med din TFTP-server"
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr ""
+#~ "Baskatalogen för TFTP är rotkatalogen för utdelade filer. Standardvalet "
+#~ "bör vara bra för alla."
--- fts-0.1.orig/debian/po/POTFILES.in
+++ fts-0.1/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] fts.templates
--- fts-0.1.orig/debian/po/pt.po
+++ fts-0.1/debian/po/pt.po
@@ -0,0 +1,35 @@
+# Translation of fts debconf messages to Portuguese
+# Copyright (C) 2010 the fts's copyright holder
+# This file is distributed under the same license as the fts package.
+#
+# Américo Monteiro <a_monteiro@netcabo.pt>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-1\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-02-06 20:01+0000\n"
+"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Directório base para os ficheiros tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"O directório de configuração para o tftp é onde a imagem pxelinux.0 fica. "
+"Isto tem de estar em sincronismo com o seu Servidor TFTP"
--- fts-0.1.orig/debian/po/de.po
+++ fts-0.1/debian/po/de.po
@@ -0,0 +1,33 @@
+# Translation of fts debconf templates to German
+# Copyright (C) Cajus Pollmeier <cajus@debian.org>, 2009.
+# Copyright (C) Helge Kreutzmann <debian@helgefjell.de>, 2010.
+# This file is distributed under the same license as the spip package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-4\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-07-11 19:00+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: de <debian-l10n-german@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Basis-Verzeichnis für die TFTP-Dateien:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Das Konfigurationsverzeichnis befindet sich dort, wo sich auch pxelinux.0 "
+"befindet. Dies muss mit Ihrem TFTP-Server synchron sein."
--- fts-0.1.orig/debian/po/da.po
+++ fts-0.1/debian/po/da.po
@@ -0,0 +1,33 @@
+# Danish translation fts.
+# Copyright (C) 2010 fts & nedenstående oversættere.
+# This file is distributed under the same license as the fts package.
+# Joe Hansen <joedalton2@yahoo.dk>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-10-01 19:21+0100\n"
+"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
+"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Grundmappe for tftp-filer:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Konfigurationsmappen for tftp er hvor billedet pxelinux.0 ligger. Denne skal "
+"være i synkronisering med din TFTP-server"
--- fts-0.1.orig/debian/po/cs.po
+++ fts-0.1/debian/po/cs.po
@@ -0,0 +1,40 @@
+# Czech translation of PO debconf template for package fts.
+# Copyright (C) 2010 Michal Simunek
+# This file is distributed under the same license as the fts package.
+# Michal Simunek <michal.simunek@gmail.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fts 0.1-4\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-07-16 18:09+0200\n"
+"Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Základní adresář pro soubory tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"Základní adresář pro tftp je adresář, kde se nachází obraz pxelinux.0. Ten "
+"musí být synchronizován s vaším TFTP serverem."
+
+#~ msgid ""
+#~ "The base directory for TFTP is the root dir for served files. The default "
+#~ "should be good for everyone."
+#~ msgstr ""
+#~ "Základní adresář pro TFTP je kořenový adresář pro několik souborů. "
+#~ "Výchozí hodnota je vhodná pro každého."
--- fts-0.1.orig/debian/po/es.po
+++ fts-0.1/debian/po/es.po
@@ -0,0 +1,57 @@
+# fts po-debconf translation to Spanish
+# Copyright (C) 2010 Software in the Public Interest
+# This file is distributed under the same license as the fts package.
+#
+# Changes:
+#   - Initial translation
+#       Omar Campagne <ocampagne@gmail.com> 2009, 2010
+#
+#   - Updates
+#       TRANSLATOR
+#
+# Traductores, si no conocen el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+#       info -n '(gettext)PO Files'
+#       info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor lean antes de traducir
+# los siguientes documentos:
+#
+#   - El proyecto de traducción de Debian al español
+#     http://www.debian.org/intl/spanish/
+#     especialmente las notas y normas de traducción en
+#     http://www.debian.org/intl/spanish/notas
+#
+#   - La guía de traducción de po's de debconf:
+#     /usr/share/doc/po-debconf/README-trans
+#     o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.1-1\n"
+"Report-Msgid-Bugs-To: fts@packages.debian.org\n"
+"POT-Creation-Date: 2010-01-28 10:20+0100\n"
+"PO-Revision-Date: 2010-04-08 12:29+0200\n"
+"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
+"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid "Base directory for the tftp files:"
+msgstr "Defina el directorio base de los ficheros tftp:"
+
+#. Type: string
+#. Description
+#: ../fts.templates:1001
+msgid ""
+"The config directory for tftp is where the pxelinux.0 image lies. This must "
+"be in sync with your TFTP Server"
+msgstr ""
+"La imagen «pxelinux.0» se encuentra en el directorio de configuración de "
+"tftp. Debe estar sincronizado con su servidor TFTP."
--- fts-0.1.orig/debian/patches/04_fts_add_General_capitalization.dpatch
+++ fts-0.1/debian/patches/04_fts_add_General_capitalization.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_fts_add_General_capitalization.dpatch by Benoit Mortier <benoit.mortier@opensides.be>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add capitalization to General section keyword
+
+@DPATCH@
+
+--- fts-0.1/fts.conf.pod	2010-01-22 21:46:29.000000000 +0100
++++ fts/fts.conf.pod	2010-05-15 13:32:39.000000000 +0200
+@@ -11,7 +11,7 @@
+ =head1 DIRECTIVES
+ 
+ 
+-=head2 [general]
++=head2 [General]
+ 
+ =over 4
+ 
--- fts-0.1.orig/debian/patches/00list
+++ fts-0.1/debian/patches/00list
@@ -0,0 +1,6 @@
+# This file has been left intentionally blank
+01_add_begin_end
+02_fts_remove_wrong_attribution
+03_fts_add_General_capitalization
+04_fts_add_General_capitalization
+
--- fts-0.1.orig/debian/patches/02_fts_remove_wrong_attribution.dpatch
+++ fts-0.1/debian/patches/02_fts_remove_wrong_attribution.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fts_remove_wrong_attribution.dpatch by Benoit Mortier <benoit.mortier@opensides.be>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove old net tftpd attribution
+
+@DPATCH@
+
+--- fts-0.1/fts.1	2010-01-22 21:46:27.000000000 +0100
++++ fts/fts.1	2010-05-15 13:36:36.000000000 +0200
+@@ -168,9 +168,6 @@
+  Copyright (c) 2008 by Cajus Pollmeier <pollmeier@gonicus.de>
+  Copyright (c) 2008,2009 by Jan Wenzel <wenzel@gonicus.de>
+ .PP
+-Includes large parts of Net::TFTPd
+- Copyright (c) 2002 Luigino Masarati
+-.PP
+ This program is distributed in the hope that it will be useful,
+ but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of
+ \&\s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.  See the
--- fts-0.1.orig/debian/patches/03_fts_add_General_capitalization.dpatch
+++ fts-0.1/debian/patches/03_fts_add_General_capitalization.dpatch
@@ -0,0 +1,36 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fts_add_General_capitalization.dpatch by Benoit Mortier <benoit.mortier@opensides.be>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add capitalization to General section keyword
+
+@DPATCH@
+
+--- fts-0.1/fts.conf.1	2010-01-22 21:46:29.000000000 +0100
++++ fts/fts.conf.1	2010-05-15 13:32:58.000000000 +0200
+@@ -1,4 +1,4 @@
+-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
++.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.07)
+ .\"
+ .\" Standard preamble:
+ .\" ========================================================================
+@@ -124,7 +124,7 @@
+ .\" ========================================================================
+ .\"
+ .IX Title "FTS.CONF 1"
+-.TH FTS.CONF 1 "2010-01-08" "perl v5.10.0" "User Contributed Perl Documentation"
++.TH FTS.CONF 1 "2010-05-15" "perl v5.10.0" "User Contributed Perl Documentation"
+ .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+ .\" way too many mistakes in technical documents.
+ .if n .ad l
+@@ -136,8 +136,8 @@
+ The fts.conf file defines all parameter fts needs for running. It is normally located in the /etc/fts/ directory and is generated automatically by the \fIfts\fR\|(1) program during installation.
+ .SH "DIRECTIVES"
+ .IX Header "DIRECTIVES"
+-.SS "[general]"
+-.IX Subsection "[general]"
++.SS "[General]"
++.IX Subsection "[General]"
+ .IP "dflt_init = install" 4
+ .IX Item "dflt_init = install"
+ Defines the default fts initialisation mode.
--- fts-0.1.orig/debian/patches/01_add_begin_end.dpatch
+++ fts-0.1/debian/patches/01_add_begin_end.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Add_begin_and_end_marks_to_regex.dpatch by Benoit Mortier <benoit.mortier@opensides.be>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add begin and end marks to regex
+
+@DPATCH@
+
+--- fts/fts	2010-04-25 19:07:25.000000000 +0200
++++ fts-0.1/fts	2010-01-26 16:09:56.000000000 +0100
+@@ -625,7 +625,7 @@
+ 
+   if ( @path_elements > 1 ) {
+     foreach my $path_element ( @path_elements[1..$#path_elements] ) {
+-      if ($path_element =~ /[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}/i) {
++      if ($path_element =~ /^[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}-[0-9a-f]{1,2}$/i) {
+         # Always generate a fresh config
+         delete $current->{$path_element} if(exists($current->{$path_element}));
+ 
