--- kdesudo-3.4.2.1.orig/debian/postrm +++ kdesudo-3.4.2.1/debian/postrm @@ -0,0 +1,46 @@ +#! /bin/sh + +set -e + +KDESU_ORIG=/usr/lib/kde4/libexec/kdesu +KDESU_DEST=/usr/lib/kde4/libexec/kdesu.kde + +KDESU_MAN_ORIG=/usr/share/man/man1/kdesu.1.gz +KDESU_MAN_DEST=/usr/share/man/man1/kdesu.kde.1.gz + +case "$1" in + remove) + div=$(dpkg-divert --list $1) + if dpkg-divert --list ${KDESU_ORIG} | grep -q "by kdesudo" + then + if [ -L ${KDESU_ORIG} ] + then + if [ "$(readlink -f ${KDESU_ORIG})" = "/usr/bin/kdesudo" ] + then + rm ${KDESU_ORIG} + rm ${KDESU_MAN_ORIG} + fi + fi + if [ ! -e ${KDESU_ORIG} ] + then + dpkg-divert --package kdesudo --rename --remove ${KDESU_ORIG} + dpkg-divert --package kdesudo --rename --remove ${KDESU_MAN_ORIG} + fi + + fi + ;; + purge) + if [ -e /usr/share/debconf/confmodule ] + then + . /usr/share/debconf/confmodule + db_purge + fi + ;; + *) + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 --- kdesudo-3.4.2.1.orig/debian/copyright +++ kdesudo-3.4.2.1/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Anthony Mercatante +on Fri, 01 Jun 2007 01:07:10 +0200 + +It was downloaded from + https://code.launchpad.net/kdesudo + +This version is a fork of the original kdesudo from + http://ksudo.sourceforge.net/kdesudo/ + +Upstream authors: + Robert Gruber + Anthony Mercatante + Martin Böhm + Jonathan Riddell + +Copyright: + (C) 2003 Robert Gruber + (C) 2007 Anthony Mercatante + (C) 2007 Martin Böhm + (C) 2007 Canonical Ltd (Jonathan Riddell ) + +kdesudo/kcookie.cpp is from kdesu, Copyright: + (C) 1999,2000 Geert Jansen + +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, or + (at your option) any later version. + + 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 + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +--- + +The documentation is licensed under the terms of the GNU Free +Documentation License version 1.2 with no Invariant Sections, no +Front-Cover Texts and no Back-Cover Texts. + +On Debian systems, the complete text of the GNU GNU Free Documentation +License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +--- + +The packaging in debian/ is licensed under the terms of the GNU General +Public License 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 `/usr/share/common-licenses/GPL-2'. --- kdesudo-3.4.2.1.orig/debian/kdesudo.templates +++ kdesudo-3.4.2.1/debian/kdesudo.templates @@ -0,0 +1,17 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: kdesudo/kdesu +Type: boolean +Default: false +_Description: Use KdeSudo in place of KdeSu? + KdeSudo is a drop-in replacement for KdeSu. + . + Please choose whether KdeSudo should be the default front-end for + gaining elevated privileges under KDE. --- kdesudo-3.4.2.1.orig/debian/changelog +++ kdesudo-3.4.2.1/debian/changelog @@ -0,0 +1,146 @@ +kdesudo (3.4.2.1-1) unstable; urgency=high + + * New upstream release. + - Closes: #525292 way better: Use QProcess built-in pipes and get rid of the + hackish shell. + - Urgency high for re-fixing an RC bug. + + -- Didier Raboud Tue, 04 Aug 2009 12:42:58 +0200 + +kdesudo (3.4.2-1) unstable; urgency=high + + * New upstream release. + - Avoids using the now disabled SECURITY X extension (Closes: #525292), + thanks to upstream inclusion of a Debian proposed patch. + - Set high urgency for fixing an RC bug. + * Bump Standards to 3.8.2. + + -- Didier Raboud Mon, 03 Aug 2009 14:19:32 +0200 + +kdesudo (3.4.1-1) unstable; urgency=low + + * New upstream release for KDE 4 (Closes: #505858) + * debian/rules + - Rewrite from scratch using cdbs. + - Write get-orig-source and print-version + * debian/watch Add + * debian/copyright + - Add copyright holder of kdesudo/kcookie.cpp. + - Update copyright paths (do not point to symlinks to satisfy pedantic + lintian). + * debian/control + - Add Vcs-* fields. + - Adapt Build-Depends to new upstream (migration to KDE 4, get rid of + automake, autoconf and libtool, but gain cmake). + * debian/{postrm,postinst} + - Update to new location of kdesu in KDE 4. + * debian/preinst + - Add to manage update from KDE 3. + * Manpage and translations (from Ubuntu/Launchpad/Rosetta) are now in the + orig tarball. This was made on request by upstream (Anthony Mercantate). + Many thanks! + * Add two lintian overrides for diversion-for-unknown-file. + The diversion is done on purpose and conditionally. + + * Acknowledge NMU. Thanks Christian ! + * Fix "[INTL:ja] please add Japanese po-debconf template translation + (ja.po)", thanks to Hideki Yamane (Closes: #510713) + * Bump Standards to 3.8.1. No other changes needed. + + -- Didier Raboud Thu, 16 Apr 2009 13:54:47 +0200 + +kdesudo (2.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pending l10n bugs. Debconf translations: + - Spanish. Closes: #481657 + - Turkish. Closes: #488505 + - Basque. Closes: #498688 + - Swedish. Closes: #498815 + + -- Christian Perrier Fri, 19 Sep 2008 07:54:15 +0200 + +kdesudo (2.4-1) unstable; urgency=low + + * New upstream release + * Add gcc 4.3 fixes, thanks to Cyril Brulebois (Closes: 462699) + * Relibtoolize on the fly + + -- Sune Vuorela Sun, 09 Mar 2008 20:01:47 +0100 + +kdesudo (2.0-2) unstable; urgency=low + + * The "thanks to the translators"-release + * Add vietnamese debconf translation. Thanks Clytie Siddall (Closes: 459007) + * Add galician debconf translation. Thanks Jacobo Tarrio (Closes: 458536) + * Add korean debconf translation. Thanks Sunjae Park (Closes: 458587) + * Add russian debconf translation. Thanks Yuri Kozlov (Closes: 459307) + * Add french debconf translation. Thanks Christian Perrier (Closes: 459530) + * Add dutch debconf translation. Thanks Bart Cornelis (Closes: 459702) + * Add german debconf translation. Thanks Helge Kreutzmann (Closes: 460423) + * Add po-debconf to build-depends. lintian says it is missing. Parts are + used in clean target + * Remove unimportant warning from postrm script + + + -- Sune Vuorela Sat, 26 Jan 2008 15:01:07 +0100 + +kdesudo (2.0-1) unstable; urgency=low + + * New upstream release + * Update description and debconf template. Thanks Christian Perrier. + (Closes: 457479). This upload doesn't prevent a upload mid january. + * Add portuguese debconf translations. Thanks Miguel Figueiredo. + (Closes: 457574) + * Add italian debconf translations. Thanks Luca Monducci. (Closes: 458194) + * Add finnish debconf translations. Thanks Esko Arajarvi. (Closes: 458175) + * Add czech debconf translations. Thanks Miroslav Kure. (Closes: 457679) + * Add danish debconf translation. Thanks to me. + * Bump standards + + -- Sune Vuorela Sat, 29 Dec 2007 21:15:33 +0100 + +kdesudo (1.4-1) unstable; urgency=low + + * Steal package from Ubuntu. + * Initial upload to Debian. (Closes: #452659) + * Put me as maintainer. + * Use new homepage field. + * Remove kubuntu patch. + * Do debconf-stuff to ask wether using kdesudo as kdesu instead of + the Ubuntu way of unconditionally doing it. Heavily inspired by dash + packaging. + * Build with -Wl,--as-needed to shut up dpkg-shlibdeps. + + -- Sune Vuorela Sat, 24 Nov 2007 13:04:21 +0100 + +kdesudo (1.4-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Anthony Mercatante Tue, 20 Nov 2007 12:46:56 +0100 + +kdesudo (1.3-0ubuntu1) hardy; urgency=low + + * New upstream release. Closes LP: #163417 + + -- Anthony Mercatante Mon, 19 Nov 2007 20:36:49 +0100 + +kdesudo (1.2-0ubuntu2) hardy; urgency=low + + * Reupload as the build farm should now be fixed + + -- Anthony Mercatante Mon, 12 Nov 2007 12:22:07 +0100 + +kdesudo (1.2-0ubuntu1) hardy; urgency=low + + * New upstream release, fixes the user's $HOME usage + potential corrupting files issue + + -- Anthony Mercatante Sat, 10 Nov 2007 12:58:57 +0100 + +kdesudo (1.1-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Anthony Mercatante Fri, 01 Jun 2007 01:04:36 +0200 --- kdesudo-3.4.2.1.orig/debian/preinst +++ kdesudo-3.4.2.1/debian/preinst @@ -0,0 +1,36 @@ +#! /bin/sh + +set -e + +case "$1" in + upgrade) + oldVersion=$2 + if dpkg --compare-versions $2 lt 3.4-1 + then # We are updating from before KDE4 was here + if dpkg-divert --list /usr/bin/kdesu | grep -q "by kdesudo" + then + if [ -L /usr/bin/kdesu ] + then + if [ "$(readlink -f /usr/bin/kdesu)" = "/usr/bin/kdesudo" ] + then + rm /usr/bin/kdesu + rm /usr/share/man/man1/kdesu.1.gz + fi + fi + if [ ! -e /usr/bin/kdesu ] + then + dpkg-divert --package kdesudo --rename --remove /usr/bin/kdesu + dpkg-divert --package kdesudo --rename --remove /usr/share/man/man1/kdesu.1.gz + fi + + fi + fi + ;; + *) + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 --- kdesudo-3.4.2.1.orig/debian/config +++ kdesudo-3.4.2.1/debian/config @@ -0,0 +1,34 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +db_version 2.0 + +if [ "$1" = configure ] && [ -z "$2" ]; then + set +e + db_fget kdesudo/kdesu seen + err=$? + set -e + + case $err in + 0) + if [ "$RET" = true ]; then + db_fset kdesudo/kdesu seen true + db_get kdesudo/kdesu + db_set kdesudo/kdesu "$RET" + exit + fi + ;; + 10) + ;; + *) + echo "db_fget exited with $err" >&2 + exit $err + ;; + esac +fi + +db_input low kdesudo/kdesu || true +db_go --- kdesudo-3.4.2.1.orig/debian/control +++ kdesudo-3.4.2.1/debian/control @@ -0,0 +1,19 @@ +Source: kdesudo +Section: kde +Priority: optional +Maintainer: Debian KDE Extras Team +Uploaders: Didier Raboud +Build-Depends: debhelper (>> 7), cdbs, kdelibs5-dev, po-debconf, cmake +Standards-Version: 3.8.2 +Homepage: https://launchpad.net/kdesudo +Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kdesudo/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdesudo/?op=log + +Package: kdesudo +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, sudo +Description: sudo frontend for KDE + KdeSudo is a graphical frontend for the sudo utility, which allows + users to run programs as root (or another user) by giving their own + password. + --- kdesudo-3.4.2.1.orig/debian/rules +++ kdesudo-3.4.2.1/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/class/cmake.mk + +clean:: + debconf-updatepo + +get-orig-source:: + @@dh_testdir + @@[ -d ../tarballs/. ]||mkdir -p ../tarballs + @@uscan --force-download --repack --destdir ../tarballs + +print-version: + @@echo DEB_SOURCE_PACKAGE: $(DEB_SOURCE_PACKAGE) + @@echo DEB_VERSION: $(DEB_VERSION) + @@echo DEB_NO_EPOCH_VERSION: $(DEB_NOEPOCH_VERSION) + @@echo DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION) --- kdesudo-3.4.2.1.orig/debian/kdesudo.lintian-overrides +++ kdesudo-3.4.2.1/debian/kdesudo.lintian-overrides @@ -0,0 +1,4 @@ +# We are voluntarily dpkg-divert'ing specific files from kdebase-runtime. +# This is done on purpose and conditionally (see maintainer scripts). +kdesudo binary: diversion-for-unknown-file usr/lib/kde4/libexec/kdesu postinst:19 +kdesudo binary: diversion-for-unknown-file usr/share/man/man1/kdesu.1.gz postinst:20 --- kdesudo-3.4.2.1.orig/debian/postinst +++ kdesudo-3.4.2.1/debian/postinst @@ -0,0 +1,65 @@ +#!/bin/sh +set -e + +KDESU_ORIG=/usr/lib/kde4/libexec/kdesu +KDESU_DEST=/usr/lib/kde4/libexec/kdesu.kde + +KDESU_MAN_ORIG=/usr/share/man/man1/kdesu.1.gz +KDESU_MAN_DEST=/usr/share/man/man1/kdesu.kde.1.gz + +case "$1" in + configure) + + debconf= + if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + debconf=yes + fi + + if [ $debconf ]; then + db_get kdesudo/kdesu + case "$RET" in + true) + if ! dpkg-divert --list ${KDESU_ORIG} | grep -q ${KDESU_ORIG} + then + dpkg-divert --package kdesudo --divert ${KDESU_DEST} --rename ${KDESU_ORIG} + dpkg-divert --package kdesudo --divert ${KDESU_MAN_DEST} --rename ${KDESU_MAN_ORIG} + ln -s /usr/bin/kdesudo ${KDESU_ORIG} + ln -s /usr/share/man/man1/kdesudo.1.gz ${KDESU_MAN_ORIG} + fi + ;; + false) + if dpkg-divert --list ${KDESU_ORIG} | grep -q "by kdesu" + then + if [ -L ${KDESU_ORIG} ] + then + if [ "$(readlink -f ${KDESU_ORIG})" = "/usr/bin/kdesudo" ] + then + rm ${KDESU_ORIG} + rm ${KDESU_MAN_ORIG} + fi + fi + if [ ! -e ${KDESU_ORIG} ] + then + dpkg-divert --package kdesudo --rename --remove ${KDESU_ORIG} + dpkg-divert --package kdesudo --rename --remove ${KDESU_MAN_ORIG} + fi + fi + + ;; + esac + fi + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + +#DEBHELPER# + +exit 0 --- kdesudo-3.4.2.1.orig/debian/compat +++ kdesudo-3.4.2.1/debian/compat @@ -0,0 +1 @@ +7 --- kdesudo-3.4.2.1.orig/debian/watch +++ kdesudo-3.4.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/kdesudo/+download http://launchpad.net/kdesudo/.*/kdesudo-(.+).tar.gz --- kdesudo-3.4.2.1.orig/debian/po/es.po +++ kdesudo-3.4.2.1/debian/po/es.po @@ -0,0 +1,50 @@ +# Spanish messages for KdeSudo +# Copyright (C) 2003-2007 Software in the Public Interest, Inc. +# This file is distributed under the same license as KdeSudo +# Initial translation +# Luis San Martin , 2008 +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# # +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2008-05-13 11:27+0200\n" +"Last-Translator: Luis San Martin Rojas \n" +"Language-Team: Debian Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "¿Desea usar KdeSudo en lugar de KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo es un reemplazo idéntico de KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Por favor escoja si desea que KdeSudo sea el interfaz predeterminado para " +"obtenerpermisos de superusuario en KDE." --- kdesudo-3.4.2.1.orig/debian/po/tr.po +++ kdesudo-3.4.2.1/debian/po/tr.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Mert Dirik , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo 2.4-1\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2008-06-25 13:39+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "KdeSu yerine KdeSudo kullanılsın mı?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo KdeSu'nun yerine kullanılabilir." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Lütfen KdeSudo'yu, KDE'nin öntanımlı ayrıcalık yükseltme arayüzü olarak " +"kullanmak isteyip istemediğinizi belirtin." --- kdesudo-3.4.2.1.orig/debian/po/ko.po +++ kdesudo-3.4.2.1/debian/po/ko.po @@ -0,0 +1,38 @@ +# Korean translations for kdesudo package +# kdesudo 패키지에 대한 한국어 번역문. +# Sunjae Park , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-01 17:00-0500\n" +"Last-Translator: Sunjae Park \n" +"Language-Team: Korean \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" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "KdeSudo를 KdeSu 대신에 사용할까요?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo는 KdeSu의 대체 프로그램입니다." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"KdeSudo를 Kde에서 고위권한을 얻을 때 사용하는 기본 프론트엔드 프로그램으로 " +"사용할지를 선택해 주십시오." --- kdesudo-3.4.2.1.orig/debian/po/de.po +++ kdesudo-3.4.2.1/debian/po/de.po @@ -0,0 +1,37 @@ +# Translation of kdesudo debconf templates to German +# Copyright (C) Helge Kreutzmann , 2008. +# This file is distributed under the same license as the kdesudo package. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo 1.4-2\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-09 12:48+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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Verwende KdeSudo anstelle von KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo kann KdeSu direkt ersetzen." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Bitte whlen Sie aus, ob KdeSudo die standardmige Oberflche sein soll, um " +"unter KDE erhhte Privilegien zu erhalten." --- kdesudo-3.4.2.1.orig/debian/po/ja.po +++ kdesudo-3.4.2.1/debian/po/ja.po @@ -0,0 +1,38 @@ +# Copyright (C) 2008 Sune Vuorela +# This file is distributed under the same license as kdesudo package. +# Hideki Yamane (Debian-JP) , 2008. +# +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo 2.4-1.1\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2008-12-28 22:26+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "KdeSu の代わりに KdeSudo を使いますか?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo は KdeSu の完全な代替品です。" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"KDE 環境で特権が必要な際に確認をするフロントエンドのデフォルトに KdeSudo を使" +"うかどうかを選んでください。" --- kdesudo-3.4.2.1.orig/debian/po/nl.po +++ kdesudo-3.4.2.1/debian/po/nl.po @@ -0,0 +1,36 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-02 21:37+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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Wilt u KdeSudo gebruiken in plaats van KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo is een substituut voor KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Please choose whether KdeSudo should be the default front-end for gaining elevated privileges under KDE." +msgstr "Wilt u dat KdeSudo het standaard front-end is in KDE om verhoogde rechten te krijgen?" + --- kdesudo-3.4.2.1.orig/debian/po/fi.po +++ kdesudo-3.4.2.1/debian/po/fi.po @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2007-12-29 12:32+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: Finland\n" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Käytetäänkö KdeSudoa KdeSun tilalla?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo voi korvata sellaisenaan KdeSun." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Please choose whether KdeSudo should be the default front-end for gaining elevated privileges under KDE." +msgstr "Valitse tulisiko KdeSudon olla oletuskäyttöliittymä pääkäyttäjäoikeuksien saamiseen käytettäessä KDE:tä." + --- kdesudo-3.4.2.1.orig/debian/po/cs.po +++ kdesudo-3.4.2.1/debian/po/cs.po @@ -0,0 +1,38 @@ +# Czech translation of kdesudo debconf messages. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the kdesudo package. +# Miroslav Kure , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2007-12-24 13:47+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Používat místo KdeSu KdeSudo?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo je přímá náhrada za KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Vyberte si, zda se má v prostředí KDE používat KdeSudo jako výchozí nástroj " +"pro získávání zvýšených oprávnění." --- kdesudo-3.4.2.1.orig/debian/po/gl.po +++ kdesudo-3.4.2.1/debian/po/gl.po @@ -0,0 +1,37 @@ +# Galician translation of kdesudo's debconf templates +# This file is distributed under the same license as the kdesudo package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-01 14:17+0000\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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "¿Empregar KdeSudo no canto de KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo é un sustituto compatible de KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Indique se quere empregar KdeSudo coma interface preferida para obter " +"privilexios elevados en KDE." --- kdesudo-3.4.2.1.orig/debian/po/fr.po +++ kdesudo-3.4.2.1/debian/po/fr.po @@ -0,0 +1,39 @@ +# Translation of kdesudo debconf templates to French +# Copyright (C) 2007 Christian Perrier +# This file is distributed under the same license as the kdesudo package. +# +# Christian Perrier , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: kdesudo\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-01 10:34+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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Faut-il utiliser KdeSudo à la place de KdeSu ?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo est entièrement compatible avec KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Veuillez choisir s'il doit être utilisé par défaut comme interface " +"permettant d'obtenir des privilèges plus importants sous KDE." --- kdesudo-3.4.2.1.orig/debian/po/POTFILES.in +++ kdesudo-3.4.2.1/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] kdesudo.templates --- kdesudo-3.4.2.1.orig/debian/po/it.po +++ kdesudo-3.4.2.1/debian/po/it.po @@ -0,0 +1,38 @@ +# Italian translation of the kdesudo debconf templates +# This file is distributed under the same license as the kdesudo package +# Copyright (C) 2007 Free Software Foundation, Inc. +# Luca Monducci , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: kdesudo 1.4 debconf templates\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2007-12-29 13:27+0100\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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Usare KdeSudo al posto di KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo è un'alternativa a KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Acegliere se impostare KdeSudo come interfaccia predefinita per ottenere " +"privilegi più elevati sotto KDE." \ No newline at end of file --- kdesudo-3.4.2.1.orig/debian/po/eu.po +++ kdesudo-3.4.2.1/debian/po/eu.po @@ -0,0 +1,39 @@ +# translation of kdesudo-eu.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: kdesudo-eu\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2008-09-12 11:36+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "KdeSudo erabili KdeSu beharrean?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo KdeSu-ren ordezte guztiz bateragarri bat da." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Mesedez hautatu KdeSudo izan behar den KDE azpian baimenak handitzeko " +"erabiliko den lehenetsitako interfazea ala ez." --- kdesudo-3.4.2.1.orig/debian/po/vi.po +++ kdesudo-3.4.2.1/debian/po/vi.po @@ -0,0 +1,37 @@ +# Vietnamese translation for KDE Sudo. +# Copyright © 2007 Free Software Foundation, Inc. +# Clytie Siddall , 2007 +# +msgid "" +"" +msgstr "Project-Id-Version: kdesudo 1.4-2\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-04 16:21+1030\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \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.7b1\n" + +#.Type: boolean +#.Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Dùng KdeSudo thay cho KdeSu không?" + +#.Type: boolean +#.Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo là một bản thả vào để thay thế KdeSu." + +#.Type: boolean +#.Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "Hãy chọn nếu KdeSudo nên là giao diện mặc định để giành được quyền đặc biệt dưới KDE." --- kdesudo-3.4.2.1.orig/debian/po/da.po +++ kdesudo-3.4.2.1/debian/po/da.po @@ -0,0 +1,38 @@ +# translation of da.po to +# Copyright (C) 2007 Anthony Mercatante and others +# This file is distributed under the same license as the kdesudo package. +# +# Sune Vuorela , 2007. +msgid "" +msgstr "" +"Project-Id-Version: da\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2007-12-29 21:37+0100\n" +"Last-Translator: Sune Vuorela \n" +"Language-Team: \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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Brug KdeSudo i stedet for KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo er et alternativ til KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "Vælg om KdeSudo skal bruges som standardprogram for at opnå administrative rettigheder i KDE." + --- kdesudo-3.4.2.1.orig/debian/po/templates.pot +++ kdesudo-3.4.2.1/debian/po/templates.pot @@ -0,0 +1,37 @@ +# 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: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" --- kdesudo-3.4.2.1.orig/debian/po/sv.po +++ kdesudo-3.4.2.1/debian/po/sv.po @@ -0,0 +1,40 @@ +# translation of kdesudo_sv.po to Swedish +# Copyright (C) 2008 +# This file is distributed under the same license as the kdesudo package. +# +# Martin Ågren , 2008. +msgid "" +msgstr "" +"Project-Id-Version: kdesudo_sv\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2008-09-13 16:52+0200\n" +"Last-Translator: Martin Ågren \n" +"Language-Team: Swedish \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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Vill du använda KdeSudo istället för KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo är en direkt ersättning för KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Välj huruvida KdeSudo ska användas som standardgränssnitt för att få utökade " +"behörigheter i KDE." --- kdesudo-3.4.2.1.orig/debian/po/pt.po +++ kdesudo-3.4.2.1/debian/po/pt.po @@ -0,0 +1,39 @@ +# translation of kdesudo debconf to Portuguese +# Copyright (C) 2007 Américo Monteiro +# This file is distributed under the same license as the kdesudo package. +# +# Américo Monteiro , 2007. +msgid "" +msgstr "" +"Project-Id-Version: kdesudo 1.4-2\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-29 20:48+0100\n" +"PO-Revision-Date: 2007-12-23 13:09+0000\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Usar o kdesudo no lugar do kdesu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo é um substituto para o KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Por favor escolha se o KdeSudo deverá ser o front-end prédefinido para " +"ganhar privilégios elevados sob o KDE." --- kdesudo-3.4.2.1.orig/debian/po/ru.po +++ kdesudo-3.4.2.1/debian/po/ru.po @@ -0,0 +1,41 @@ +# translation of 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 , 2008. +msgid "" +msgstr "" +"Project-Id-Version: 1.4-2\n" +"Report-Msgid-Bugs-To: kdesudo@packages.debian.org\n" +"POT-Creation-Date: 2007-12-23 08:15+0100\n" +"PO-Revision-Date: 2008-01-02 18:13+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: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "Use KdeSudo in place of KdeSu?" +msgstr "Использовать KdeSudo вместо KdeSu?" + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "KdeSudo is a drop-in replacement for KdeSu." +msgstr "KdeSudo -- это замена KdeSu." + +#. Type: boolean +#. Description +#: ../kdesudo.templates:2001 +msgid "" +"Please choose whether KdeSudo should be the default front-end for gaining " +"elevated privileges under KDE." +msgstr "" +"Выберите, нужно ли сделать KdeSudo программой по умолчанию для " +"получения привилегий из KDE." +