From c948b8c0d5d4069a2e4cd492e759fd1135a27154 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 18 Jul 2014 22:31:34 +0100 Subject: Update and overhaul Debian packaging --- debian/.gitignore | 14 +++++ debian/changelog | 12 ++++ debian/compat | 2 +- debian/control | 8 +-- debian/copyright | 12 ++-- debian/plptools-dev.files | 3 - debian/plptools-dev.install | 3 + debian/plptools-init.diff | 37 ------------- debian/plptools.conffiles | 1 - debian/plptools.docs | 1 - debian/plptools.files | 10 ---- debian/plptools.init | 67 +++++++++++----------- debian/plptools.install | 8 +++ debian/plptools.lintian-overrides | 4 ++ debian/plptools.templates | 10 ++-- debian/po/cs.po | 24 ++++++-- debian/po/da.po | 24 ++++++-- debian/po/de.po | 24 ++++++-- debian/po/es.po | 24 ++++++-- debian/po/fr.po | 24 ++++++-- debian/po/it.po | 24 ++++++-- debian/po/ja.po | 48 ++++++++++------ debian/po/nl.po | 24 ++++++-- debian/po/pt.po | 24 ++++++-- debian/po/ru.po | 24 ++++++-- debian/po/sv.po | 24 ++++++-- debian/po/templates.pot | 15 ++--- debian/po/vi.po | 24 ++++++-- debian/rules | 113 ++++---------------------------------- debian/source.lintian-overrides | 1 + debian/source/format | 1 + debian/watch | 2 + 32 files changed, 343 insertions(+), 293 deletions(-) create mode 100644 debian/.gitignore delete mode 100644 debian/plptools-dev.files create mode 100644 debian/plptools-dev.install delete mode 100644 debian/plptools-init.diff delete mode 100644 debian/plptools.conffiles delete mode 100644 debian/plptools.files create mode 100644 debian/plptools.install create mode 100644 debian/plptools.lintian-overrides create mode 100644 debian/source.lintian-overrides create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..39605bb --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,14 @@ +autoreconf.after +autoreconf.before +files +plptools-dev.debhelper.log +plptools-dev.substvars +plptools-dev/ +plptools.debhelper.log +plptools.postinst.debhelper +plptools.postrm.debhelper +plptools.prerm.debhelper +plptools.substvars +plptools/ +tmp/ +tmpnone/ diff --git a/debian/changelog b/debian/changelog index 2d004d7..1daaab9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +plptools (1.0.13-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release 1.0.13. (Closes: #732299) + * Fix "plpfuse missing on 64-bit archs". (Closes: #593791) + * Fix a bug preventing plpfuse working with EPOC16 machines. + (Sourceforge bug #62) + * Fix a crash in plpfuse. (Closes: #716591) + * Add Japanese debconf translation. (Closes: #718756) + + -- Reuben Thomas Sun, 06 Jul 2014 23:02:57 +0100 + plptools (1.0.9-2.4) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/compat b/debian/compat index 1e8b314..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +9 diff --git a/debian/control b/debian/control index 5f94dcd..032494f 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: plptools -Build-Depends: debhelper (>= 6), gettext, libncurses5-dev, libreadline-dev, libnewt-dev, po-debconf, libfuse-dev, libattr1-dev +Build-Depends: debhelper (>= 9), gettext, libncurses5-dev, libreadline-dev, po-debconf, libfuse-dev, libattr1-dev, dh-autoreconf Section: otherosfs Priority: optional Maintainer: John Lines -Standards-Version: 3.8.3 +Standards-Version: 3.9.5 +Homepage: http://plptools.sourceforge.net/ Package: plptools Architecture: linux-any kfreebsd-any @@ -11,7 +12,6 @@ Depends: ${shlibs:Depends},${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebs Conflicts: klipsi, plptools-kde, kpsion Provides: libplpc2a Replaces: libplpc2a -Homepage: http://plptools.sourceforge.net/ Description: Access EPOC device (Psion PDA) over a serial link This package lets you access EPOC devices' drives over a serial link. You can mount them, access them FTP-style, use a local printer from @@ -22,9 +22,7 @@ Package: plptools-dev Architecture: linux-any kfreebsd-any Section: devel Depends: plptools (= ${binary:Version}),${misc:Depends} -Homepage: http://plptools.sourceforge.net/ Description: plptools (development files) This package provides a static library, headers and API documentation for plptools development. You need these files if you want to build programs which use libplp. - diff --git a/debian/copyright b/debian/copyright index 2b46e61..e86ca09 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,12 +1,11 @@ -This package was debianized by John Lines on -Sun Mar 14 09:49:45 GMT 2010 +This package was debianized by Reuben Thomas on +Sat, 19 Jul 2014 00:12:52 +0100, based on John Lines’s earlier package. -It was downloaded from plptools.sourceforge.net version 1.0.9.tar.gz and -repackaged with to remove the upstream debian directory. +It was downloaded from plptools.sourceforge.net. -Upstream Author: Fritz Elfert +Upstream Author: Fritz Elfert and others -Copyright: +Copyright 2000-2014 Fritz Elfert and the plptools authors 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 @@ -24,4 +23,3 @@ Copyright: On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. - diff --git a/debian/plptools-dev.files b/debian/plptools-dev.files deleted file mode 100644 index 25d4b2f..0000000 --- a/debian/plptools-dev.files +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/libplp.so -usr/lib/libplp.a -usr/include/plptools diff --git a/debian/plptools-dev.install b/debian/plptools-dev.install new file mode 100644 index 0000000..27983a2 --- /dev/null +++ b/debian/plptools-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/libplp.so +usr/lib/*/libplp.a +usr/include/plptools diff --git a/debian/plptools-init.diff b/debian/plptools-init.diff deleted file mode 100644 index 2a8046a..0000000 --- a/debian/plptools-init.diff +++ /dev/null @@ -1,37 +0,0 @@ ---- /etc/init.d/plptools.init 2008-07-25 17:42:40.000000000 +0100 -+++ plptools.init 2009-05-01 02:48:01.000000000 +0100 -@@ -17,6 +17,7 @@ - DESC=plptools - #CONFIG=/etc/plptools.conf - CONFIG=/etc/default/plptools -+MOUNTPOINT=/var/lib/plptools/mnt - - test -x $DAEMON1 || exit 0 - test -x $DAEMON2 || exit 0 -@@ -37,9 +38,11 @@ - fi - if test "$START_PLPFUSE" = "yes" ; then - echo -n "Starting $DESC ($DAEMON2): " -- modprobe fuse -+ if ! grep -q fuse /proc/filesystems; then -+ modprobe fuse -+ fi - start-stop-daemon --start --quiet \ -- --exec $DAEMON2 -- $PLPFUSE_ARGS && \ -+ --exec $DAEMON2 -- $PLPFUSE_ARGS $MOUNTPOINT && \ - echo -n "done" || echo -n "failed" - echo "." - fi -@@ -54,11 +57,7 @@ - stop) - if test "$START_PLPFUSE" = "yes" ; then - echo -n "Stopping $DESC ($DAEMON2): " --# Stop the daemon more gently -- if test -e /var/lib/plptools/mnt/proc/exit ; then -- echo "stop" > /var/lib/plptools/mnt/proc/exit -- sleep 1 -- fi -+ fusermount -z -u $MOUNTPOINT || true - start-stop-daemon --stop --retry HUP/5/TERM/1 --quiet \ - --exec $DAEMON2 && \ - echo -n "done" || echo -n "already stopped" diff --git a/debian/plptools.conffiles b/debian/plptools.conffiles deleted file mode 100644 index 8b13789..0000000 --- a/debian/plptools.conffiles +++ /dev/null @@ -1 +0,0 @@ - diff --git a/debian/plptools.docs b/debian/plptools.docs index d3ce2bb..724e084 100644 --- a/debian/plptools.docs +++ b/debian/plptools.docs @@ -1,3 +1,2 @@ README TODO -changelog diff --git a/debian/plptools.files b/debian/plptools.files deleted file mode 100644 index 7760fd3..0000000 --- a/debian/plptools.files +++ /dev/null @@ -1,10 +0,0 @@ -usr/sbin/* -usr/bin/plpftp -usr/bin/sisinstall -usr/lib/libplp.so.* -usr/share/locale/*/LC_MESSAGES/plptools.mo -usr/share/man/man8 -usr/share/man/man1/plp*.1 -usr/share/man/man1/sis*.1 -usr/share/plptools -etc/default/plptools diff --git a/debian/plptools.init b/debian/plptools.init index a0a1845..cb66707 100644 --- a/debian/plptools.init +++ b/debian/plptools.init @@ -5,54 +5,57 @@ # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: start or stop the plptools daemons +# Short-Description: Start or stop the plptools daemons +# Description: Enable EPOC communication, file system and printing services ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin -DAEMON1=/usr/sbin/ncpd -DAEMON2=/usr/sbin/plpfuse -DAEMON3=/usr/sbin/plpprintd +NCPD=/usr/sbin/ncpd +PLPFUSE=/usr/sbin/plpfuse +PLPPRINTD=/usr/sbin/plpprintd NAME=plptools DESC=plptools CONFIG=/etc/default/plptools MOUNTPOINT=/var/lib/plptools/mnt -test -x $DAEMON1 || exit 0 -test -x $DAEMON2 || exit 0 -test -x $DAEMON3 || exit 0 +test -x $NCPD || exit 0 +test -x $PLPFUSE || exit 0 +test -x $PLPPRINTD || exit 0 test -f $CONFIG && . $CONFIG || exit 0 +. /lib/lsb/init-functions + set -e case "$1" in start) if test "$START_NCPD" = "yes" ; then - echo -n "Starting $DESC ($DAEMON1): " + echo -n "Starting $DESC ($NCPD): " start-stop-daemon --start --quiet \ - --exec $DAEMON1 -- $NCPD_ARGS && \ + --exec $NCPD -- $NCPD_ARGS && \ echo -n "done" || echo -n "failed" echo "." sleep 1 fi if test "$START_PLPFUSE" = "yes" ; then - echo -n "Starting $DESC ($DAEMON2): " + echo -n "Starting $DESC ($PLPFUSE): " start-stop-daemon --start --quiet \ - --exec $DAEMON2 -- $PLPFUSE_ARGS $MOUNTPOINT && \ + --exec $PLPFUSE -- $PLPFUSE_ARGS $MOUNTPOINT && \ echo -n "done" || echo -n "failed" echo "." fi if test "$START_PLPPRINTD" = "yes" ; then - echo -n "Starting $DESC ($DAEMON3): " + echo -n "Starting $DESC ($PLPPRINTD): " start-stop-daemon --start --quiet \ - --exec $DAEMON3 -- $PLPPRINTD_ARGS && \ + --exec $PLPPRINTD -- $PLPPRINTD_ARGS && \ echo -n "done" || echo -n "failed" echo "." fi ;; stop) if test "$START_PLPFUSE" = "yes" ; then - echo -n "Stopping $DESC ($DAEMON2): " + echo -n "Stopping $DESC ($PLPFUSE): " if [ "$(uname)" = Linux ]; then fusermount -z -u $MOUNTPOINT || true elif [ "$(uname)" = GNU/kFreeBSD ]; then @@ -62,36 +65,26 @@ case "$1" in exit 1 fi start-stop-daemon --stop --retry HUP/5/TERM/1 --quiet \ - --exec $DAEMON2 && \ + --exec $PLPFUSE && \ echo -n "done" || echo -n "already stopped" echo "." fi if test "$START_PLPPRINTD" = "yes" ; then - echo -n "Stopping $DESC ($DAEMON3): " - start-stop-daemon --stop --quiet --exec $DAEMON3 && \ + echo -n "Stopping $DESC ($PLPPRINTD): " + start-stop-daemon --stop --quiet --exec $PLPPRINTD && \ echo -n "done" || echo -n "already stopped" echo "." fi if test "$START_NCPD" = "yes" ; then - echo -n "Stopping $DESC ($DAEMON1): " - start-stop-daemon --stop --quiet --exec $DAEMON1 && \ + echo -n "Stopping $DESC ($NCPD): " + start-stop-daemon --stop --quiet --exec $NCPD && \ echo -n "done" || echo -n "already stopped" echo "." fi ;; - #reload) - # - # If the daemon can reload its config files on the fly - # for example by sending it SIGHUP, do it here. - # - # If the daemon responds to changes in its config file - # directly anyway, make this a do-nothing entry. - # - # echo "Reloading $DESC configuration files." - # start-stop-daemon --stop --signal 1 --quiet --pidfile \ - # /var/run/$NAME.pid --exec $DAEMON - #;; + reload) + ;; restart|force-reload) # # If the "reload" option is implemented, move the "force-reload" @@ -102,6 +95,18 @@ case "$1" in sleep 1 $0 start ;; + status) + if "$START_NCPD" = "yes" ; then + status_of_proc "$NCPD" ncpd || exit $? + fi + if "$START_PLPFUSE" = "yes" ; then + status_of_proc "$PLPFUSE" plpfuse || exit $? + fi + if "$START_PLPPRINTD" = "yes" ; then + status_of_proc "$PLPPRINTD" plpprintd || exit $? + fi + exit 0 + ;; *) N=/etc/init.d/$NAME # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 diff --git a/debian/plptools.install b/debian/plptools.install new file mode 100644 index 0000000..c59312e --- /dev/null +++ b/debian/plptools.install @@ -0,0 +1,8 @@ +usr/sbin +usr/bin +usr/lib/*/*.so.* +usr/share/locale/*/LC_MESSAGES/plptools.mo +usr/share/man/man8 +usr/share/man/man1 +usr/share/plptools +etc/default/plptools diff --git a/debian/plptools.lintian-overrides b/debian/plptools.lintian-overrides new file mode 100644 index 0000000..0d838fb --- /dev/null +++ b/debian/plptools.lintian-overrides @@ -0,0 +1,4 @@ +# Use this template only as a prompt +plptools: unused-debconf-template plptools/customize +plptools: package-name-doesnt-match-sonames libplp0 +plptools: no-symbols-control-file usr/lib/*/libplp.so.* diff --git a/debian/plptools.templates b/debian/plptools.templates index 11ff6cb..8245555 100644 --- a/debian/plptools.templates +++ b/debian/plptools.templates @@ -5,7 +5,7 @@ _Description: Customize /etc/default/plptools daemons: . plpfuse (for mounting a Psion's drives using Filesystem in USErspace) - plpprintd (for printing via PC from a Psion Series 5) + plpprintd (for printing via PC from an EPOC32 machine) . Both daemons are disabled by default. You can enable them by editing /etc/default/plptools. @@ -22,14 +22,14 @@ _Description: Should ncpd be started during boot? Template: plptools/ncpd/serial Type: string Default: /dev/ttyS0 -_Description: Specify serial line to be used +_Description: Serial line to use: By default, the Psion is expected to be connected to the first serial line (COM1:) of your machine. You can change this here. Template: plptools/ncpd/listenat Type: string Default: 127.0.0.1 -_Description: Specify the IP address and port for ncpd +_Description: IP address and port for ncpd: If you intend to use the plptools front-ends from other machines, you can specify 0.0.0.0 or the IP address of your machine here. Normal users should keep the default 127.0.0.1! @@ -59,13 +59,13 @@ _Description: Should plpprintd be started during boot? Template: plptools/plpprintd/printqueue Type: string Default: psion -_Description: Specify the print queue to be used +_Description: Print queue to use: Please enter the name of the print queue you want to use for printing from the Psion. Template: plptools/frontends/remoteaddr Type: string -_Description: Specify remote host to be contacted +_Description: Remote host to be contacted: Since you have ncpd either disabled or listening on a non-standard address, you should specify the address for the frontends again. diff --git a/debian/po/cs.po b/debian/po/cs.po index d85be80..bc7e143 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2009-06-27 10:25+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -42,9 +42,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (pro připojování disků Psionu pomocí FUSE)\n" " plpprintd (pro tisk z Psion Series 5 přes PC)" @@ -80,7 +84,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Zadejte sériovou linku, která se má použít" #. Type: string @@ -96,7 +102,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Zadejte IP adresu a port pro ncpd" #. Type: string @@ -165,7 +173,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Zadejte tiskovou frontu, která se má použít" #. Type: string @@ -180,7 +190,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Zadejte vzdálený počítač, který se má kontaktovat" #. Type: string diff --git a/debian/po/da.po b/debian/po/da.po index 449e3d1..09ad2ff 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-09-12 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -34,9 +34,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (for montering af Psions drev med brug af Filesystem i USErspace)\n" " plpprintd (for udskrivning via pc fra en Psion Series 5)" @@ -73,7 +77,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Angiv seriel linje der skal bruges" #. Type: string @@ -89,7 +95,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Angiv IP-adresse og port til ncpd" #. Type: string @@ -158,7 +166,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Angiv udskriftskøen der skal bruges" #. Type: string @@ -174,7 +184,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Angiv ekstern vært der skal kontaktes" #. Type: string diff --git a/debian/po/de.po b/debian/po/de.po index 4e6c320..f2e28f0 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.8-1\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-01-02 17:00+0100\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" @@ -37,9 +37,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (zum Einhängen von Laufwerken eines Psions mittels Dateisystem im " "Userspace)\n" @@ -77,7 +81,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Geben Sie die serielle Schnittstelle an, die verwendet werden soll" #. Type: string @@ -94,7 +100,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Geben Sie die IP-Adresse und den Port für ncpd an" #. Type: string @@ -165,7 +173,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Geben Sie die Druckwarteschlange ein, die verwendet werden soll" #. Type: string @@ -181,7 +191,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Geben Sie den Rechner in der Ferne ein, mit dem verbunden werden soll" #. Type: string diff --git a/debian/po/es.po b/debian/po/es.po index fe1d9a4..7bf15e2 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.4-4\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2009-09-11 13:39+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Deian l10n Spanish \n" @@ -60,9 +60,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (para montar unidades Psion utilizando el sistema de archivos en " "espacio de usuario)\n" @@ -99,7 +103,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Introduzca la línea serie a usar" #. Type: string @@ -115,7 +121,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Introduzca la dirección IP y el puerto para ncpd" #. Type: string @@ -185,7 +193,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Introduzca eL nombre de la cola de impresión a utilizar" #. Type: string @@ -201,7 +211,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Introduzca el nombre del sistema remoto a contactar" #. Type: string diff --git a/debian/po/fr.po b/debian/po/fr.po index d123fd5..5150572 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 0.12-1.2\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2008-07-31 11:50+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -43,9 +43,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " - plpfuse : montage des disques d'un Psion dans l'espace utilisateur\n" " - plpprintd: impression d'un Psion Series 5 via un PC." @@ -81,7 +85,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Ligne srie utiliser:" #. Type: string @@ -96,7 +102,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Adresse IP et port pour ncpd:" #. Type: string @@ -166,7 +174,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "File d'attente d'impression utiliser:" #. Type: string @@ -182,7 +192,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Hte distant contacter:" #. Type: string diff --git a/debian/po/it.po b/debian/po/it.po index 72bcf11..1eb9f2c 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-03-11 09:04+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" @@ -34,9 +34,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (per montare un drive Psion utilizzando Filesystem in USErspace)\n" " plpprintd (per stampare tramite PC da un Psion serie 5)" @@ -73,7 +77,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Specificare la porta seriale da utilizzare" #. Type: string @@ -89,7 +95,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Specificare l'indirizzo IP e la porta per ncpd" #. Type: string @@ -161,7 +169,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Specificare la coda di stampa da utilizzare" #. Type: string @@ -177,7 +187,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Specificare l'host remoto da contattare" #. Type: string diff --git a/debian/po/ja.po b/debian/po/ja.po index b9a957e..d7d71c3 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2012-06-16 22:03+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2012-06-17 07:03+0900\n" "Last-Translator: victory \n" "Language-Team: Japanese \n" @@ -35,9 +35,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (ユーザ空間にあるファイルシステム FUSE (Filesystem in \n" " USErspace) を利用して Psion のドライブをマウントする場合)\n" @@ -50,8 +54,8 @@ msgid "" "Both daemons are disabled by default. You can enable them by editing /etc/" "default/plptools." msgstr "" -"デーモンは両方ともデフォルトで無効になっています。/etc/default/plptools を編集" -"することで有効化できます。" +"デーモンは両方ともデフォルトで無効になっています。/etc/default/plptools を編" +"集することで有効化できます。" #. Type: boolean #. Description @@ -68,13 +72,15 @@ msgid "" "machine on the net and NEVER will use it locally, you can disable this here." msgstr "" "通常、ncpd - Psion へのシリアル接続を処理するデーモン - はブート時に起動しま" -"す。Psion をネット上の別のマシンに接続するつもりで、ローカル向けに使うことが *" -"ない* 場合は、ここで無効化することもできます。" +"す。Psion をネット上の別のマシンに接続するつもりで、ローカル向けに使うことが " +"*ない* 場合は、ここで無効化することもできます。" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "利用するシリアルラインを指定してください" #. Type: string @@ -90,7 +96,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "ncpd 用の IP アドレスを指定してください" #. Type: string @@ -112,8 +120,8 @@ msgid "" "Note, that THIS IS A SECURITY THREAT as no authentication and no encryption " "is used! DO NOT USE THIS on machines which are accessible from the Internet!" msgstr "" -"認証も暗号化も行われないため、*これにはセキュリティの脅威があります*! インター" -"ネットからアクセスできるマシンでは *これを使わないでください*!" +"認証も暗号化も行われないため、*これにはセキュリティの脅威があります*! イン" +"ターネットからアクセスできるマシンでは *これを使わないでください*!" #. Type: boolean #. Description @@ -131,10 +139,10 @@ msgid "" "you have a single-user machine, you probably want to start plpfuse manually " "when you need it." msgstr "" -"ブート時に plpfuse が開始すると、Psion が接続されるのを待って自動的に Psion を" -"マウントします。これは root により行われるため、権限のないユーザはマウントした" -"ディレクトリにはアクセスできません。他のユーザがいないマシンの場合は、恐らく必" -"要な時に手作業で plpfuse を開始させた方がいいでしょう。" +"ブート時に plpfuse が開始すると、Psion が接続されるのを待って自動的に Psion " +"をマウントします。これは root により行われるため、権限のないユーザはマウント" +"したディレクトリにはアクセスできません。他のユーザがいないマシンの場合は、恐" +"らく必要な時に手作業で plpfuse を開始させた方がいいでしょう。" #. Type: boolean #. Description @@ -151,13 +159,15 @@ msgid "" "printing Postscript in order to use this feature." msgstr "" "Psion の「PC を経由した印刷」機能を利用するつもりであればこのオプションを有効" -"にしてください。この機能を利用するには Postscript を印刷する能力を持った、機能" -"するプリントキューが必要です。" +"にしてください。この機能を利用するには Postscript を印刷する能力を持った、機" +"能するプリントキューが必要です。" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "利用するプリントキューを指定してください" #. Type: string @@ -171,7 +181,9 @@ msgstr "Psion からの印刷に利用したいプリントキューの名前を #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "接続するリモートホストを指定してください" #. Type: string diff --git a/debian/po/nl.po b/debian/po/nl.po index 3487cdc..79177ea 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.9-2.1\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2012-01-16 12:06+0100\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" @@ -36,9 +36,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpnfuse (voor het aankoppelen van Psion's schijven met 'Filesystem in\n" " USErspace' (fuse))\n" @@ -76,7 +80,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Te gebruiken seriële lijn:" #. Type: string @@ -92,7 +98,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Wat is het door ncpd te gebruiken IP-adres en poort:" #. Type: string @@ -162,7 +170,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Welke print-wachtlijst wilt u gebruiken?" #. Type: string @@ -178,7 +188,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Te contacteren computer:" #. Type: string diff --git a/debian/po/pt.po b/debian/po/pt.po index 5a77d2b..a29f823 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.4-2\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-03-16 22:29+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -36,9 +36,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (para montar uma drive Psion usando um sistema de Ficheiros em " "'USErspace')\n" @@ -75,7 +79,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Especifique a linha série a utilizar" #. Type: string @@ -91,7 +97,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Especifique o endereço IP e porto para o ncpd" #. Type: string @@ -160,7 +168,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Especifique a fila de impressão a usar" #. Type: string @@ -176,7 +186,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Especifique uma máquina remota a ser contactada" #. Type: string diff --git a/debian/po/ru.po b/debian/po/ru.po index acae747..e5731aa 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.8-1\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-01-04 13:04+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -39,9 +39,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (для монтирования дисков Psion с помощью FUSE)\n" " plpprintd (для печати на ПК с Psion Series 5)" @@ -78,7 +82,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Задание используемой последовательной линии" #. Type: string @@ -94,7 +100,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Настройка IP-адреса и порта ncpd" #. Type: string @@ -163,7 +171,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Задание используемой очереди печати" #. Type: string @@ -179,7 +189,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Задание контакта для удалённой машины" #. Type: string diff --git a/debian/po/sv.po b/debian/po/sv.po index aece0fb..9a5163e 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 0.14-3\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-01-07 22:36+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \n" @@ -37,9 +37,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " plpfuse (för montering av Psion-diskar som filsystem i userspace)\n" " plpprintd (för att kunna skriva ut på PC:n från en Psion Series 5)" @@ -75,7 +79,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Ange serieport att använda" #. Type: string @@ -91,7 +97,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Ange IP-adress och port för ncpd" #. Type: string @@ -160,7 +168,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Ange utskriftskö som ska användas" #. Type: string @@ -175,7 +185,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Ange fjärrvärd som ska kontaktas" #. Type: string diff --git a/debian/po/templates.pot b/debian/po/templates.pot index d881c7d..b874722 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -6,12 +6,13 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: plptools\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +36,7 @@ msgstr "" #: ../plptools.templates:1001 msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" #. Type: note @@ -64,7 +65,7 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "" #. Type: string @@ -78,7 +79,7 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "" #. Type: string @@ -133,7 +134,7 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "" #. Type: string @@ -147,7 +148,7 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "" #. Type: string diff --git a/debian/po/vi.po b/debian/po/vi.po index 48c0fbf..5beb40d 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 1.0.8-1.1\n" "Report-Msgid-Bugs-To: plptools@packages.debian.org\n" -"POT-Creation-Date: 2009-12-31 16:42+0000\n" +"POT-Creation-Date: 2014-07-19 10:52+0100\n" "PO-Revision-Date: 2010-03-12 18:19+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -36,9 +36,13 @@ msgstr "" #. Type: note #. Description #: ../plptools.templates:1001 +#, fuzzy +#| msgid "" +#| " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" +#| " plpprintd (for printing via PC from a Psion Series 5)" msgid "" " plpfuse (for mounting a Psion's drives using Filesystem in USErspace)\n" -" plpprintd (for printing via PC from a Psion Series 5)" +" plpprintd (for printing via PC from an EPOC32 machine)" msgstr "" " • plpnfuse (để gắn những ổ đĩa của một thiết bị Psion dùng Hệ thống tập tin " "trong vùng người dùng)\n" @@ -76,7 +80,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:3001 -msgid "Specify serial line to be used" +#, fuzzy +#| msgid "Specify serial line to be used" +msgid "Serial line to use:" msgstr "Hãy ghi rõ dây nối tiếp cần dùng" #. Type: string @@ -92,7 +98,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:4001 -msgid "Specify the IP address and port for ncpd" +#, fuzzy +#| msgid "Specify the IP address and port for ncpd" +msgid "IP address and port for ncpd:" msgstr "Hãy ghi rõ địa chỉ IP và cổng cho ncpd" #. Type: string @@ -162,7 +170,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:7001 -msgid "Specify the print queue to be used" +#, fuzzy +#| msgid "Specify the print queue to be used" +msgid "Print queue to use:" msgstr "Hãy ghi rõ hàng đợi in cần dùng" #. Type: string @@ -177,7 +187,9 @@ msgstr "" #. Type: string #. Description #: ../plptools.templates:8001 -msgid "Specify remote host to be contacted" +#, fuzzy +#| msgid "Specify remote host to be contacted" +msgid "Remote host to be contacted:" msgstr "Hãy ghi rõ máy từ xa cần liên lạc" #. Type: string diff --git a/debian/rules b/debian/rules index 8172b97..c577052 100755 --- a/debian/rules +++ b/debian/rules @@ -1,110 +1,21 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 - -# Set config options -export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -# FOR AUTOCONF 2.52 AND NEWER ONLY -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - confflags += --build $(DEB_HOST_GNU_TYPE) -else - confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) -endif +DEB_CONFIGURE_EXTRA_FLAGS = --with-serial=/dev/ttyS0 tmp = $(shell pwd)/debian/tmp -ltmp = $(tmp)/usr/share/lintian/overrides -hdir = $(shell kde-config --expandvars -install html) - -%.1: %.1.in - MANDATE=`grep CHECKIN $< | awk '{print $$4}'` ; \ - sed -e "s%@MANDATE@%$$MANDATE%g" $< > $@ - -configure: configure-stamp -configure-stamp: - dh_testdir - ./configure $(confflags) --prefix=/usr \ - --mandir=/usr/share/man --with-initdir=none \ - --with-serial=/dev/ttyS0 \ - --disable-rpath - touch configure-stamp - -build: configure-stamp build-stamp -build-stamp: - dh_testdir - # Add here commands to compile the package. - $(MAKE) - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - [ ! -f Makefile ] || $(MAKE) distclean - debconf-updatepo - dh_clean -man-install: - install -m 644 $^ $(tmp)/usr/share/man/man1 +%: + dh $@ --with autoreconf -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - # install into debian/tmp. - $(MAKE) DESTDIR=$(tmp) kde_htmldir=$(hdir) install - install -d $(tmp)/etc - install -d $(ltmp) +override_dh_auto_install: + dh_auto_install install -T -D -m 644 debian/plptools.conf $(tmp)/etc/default/plptools - cp ChangeLog changelog -# for i in debian/*.override ; do \ -# cp -a $$i $(ltmp)/`basename $$i .override` ; \ -# done - for i in `find debian/ -type l -name "common"`; do \ - rm -f $$i && ln -s ../common $$i ; \ - done - # Split into sub-packages - dh_movefiles -pplptools - dh_movefiles -pplptools-dev - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. + dh_install -# Build architecture-dependent files here. -binary-arch: build install -# dh_testversion - dh_testdir - dh_testroot - dh_installdebconf -a - dh_installdocs -a -# dh_installexamples - dh_installmenu -a -# dh_installemacsen -# dh_installpam - dh_installinit -a -# dh_installcron - dh_installman -a -# dh_installinfo - dh_installchangelogs - dh_icons - dh_link - dh_strip - dh_compress -a -X.docbook -X.css -X-license -X.dcl -X.bz2 - dh_fixperms - # You may want to make some executables suid here. -# dh_suidregister - dh_makeshlibs -a -V - dh_installdeb -# dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb +override_dh_clean: + dh_clean + debconf-updatepo -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +# %.1: %.1.in +# MANDATE=`grep CHECKIN $< | awk '{print $$4}'` ; \ +# sed -e "s%@MANDATE@%$$MANDATE%g" $< > $@ diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000..7a99109 --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1 @@ +plptools source: no-complete-debconf-translation diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..64af39c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/plptools/plptools-(.+)\.tar\.gz -- cgit v1.2.3