debian/0000775000000000000000000000000011735176703007202 5ustar debian/compat0000664000000000000000000000000211317500702010362 0ustar 5 debian/README.Debian0000664000000000000000000000047211317500702011230 0ustar Ksshaskpass is not meant to be executed directly, it will be called by ssh-add it is not associated to a terminal. To add it to the KDE autostart sequence you could for example create an executable script with the following content in ~/.kde/Autostart/ /---------------- |#!/bin/sh | |ssh-add \---------------- debian/rules0000775000000000000000000000051011317500702010240 0ustar #!/usr/bin/make -f override_dh_auto_configure: dh_auto_configure -- -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" %: dh --buildsystem=cmake --builddirectory=builddir $@ debian/prerm0000664000000000000000000000172011317500702010234 0ustar #!/bin/sh # prerm script for ksshaskpass # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `upgrade' # * `failed-upgrade' # * `remove' `in-favour' # * `deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove|deconfigure) update-alternatives --quiet --remove ssh-askpass /usr/bin/ksshaskpass ;; upgrade) ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/control0000664000000000000000000000102711317500702010567 0ustar Source: ksshaskpass Section: utils Priority: optional Maintainer: Armin Berres Build-Depends: debhelper (>= 7.3), kdelibs5-dev, cmake Standards-Version: 3.8.3 Homepage: http://www.kde-apps.org/content/show.php/show.php?content=50971 Package: ksshaskpass Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client Recommends: kwalletmanager Provides: ssh-askpass Description: interactively prompt users for a passphrase for ssh-add A KDE 4 version of ssh-askpass with KWallet support. debian/postinst0000664000000000000000000000224411317500702010774 0ustar #!/bin/sh # postinst script for ksshaskpass # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) update-alternatives --quiet \ --install /usr/bin/ssh-askpass ssh-askpass /usr/bin/ksshaskpass 35 \ --slave /usr/share/man/man1/ssh-askpass.1.gz ssh-askpass.1.gz "/usr/share/man/man1/ksshaskpass.1.gz" ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/copyright0000664000000000000000000000246011317500702011121 0ustar This package was debianized by Armin Berres on Mon, 28 May 2007 15:33:02 +0200. It was downloaded from http://www.kde-apps.org/content/show.php/show.php?content=50971 Upstream Author: Armin Berres Copyright: Copyright (C) 2006 Hans van Leeuwen Copyright (C) 2008 Armin Berres License: This package 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 package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2008, Armin Berres and is licensed under the GPL, see above. debian/changelog0000664000000000000000000000265511735176703011064 0ustar ksshaskpass (0.5.3-1build2) precise; urgency=low * Rebuild for the kdebase-runtime transition -- Jonathan Thomas Thu, 29 Mar 2012 20:25:50 -0400 ksshaskpass (0.5.3-1build1) maverick; urgency=low * Rebuild upload to take advantage of the kdelibs5 split in 10.10 -- Jonathan Thomas Tue, 17 Aug 2010 11:13:45 -0400 ksshaskpass (0.5.3-1) unstable; urgency=low * New upstream release. - Upload to unstable. * Raise standards version to 3.8.3. No changes needed. * Use dh v7 and minimal rules file: - Build depend on debhelper 7.3 for cmake support. * Switch package to dpkg-source format 3.0 (quilt). * Add README.Debian. * Update my email address. * Depend on ${misc:Depends}. * Override lintian warning 'desktop-command-not-in-package'. * Remove unused postrm file. -- Armin Berres Sat, 02 Jan 2010 00:01:55 +0100 ksshaskpass (0.5.1-1) experimental; urgency=low * New upstream release. Ported to KDE 4. * Update build dependencies for KDE 4. * Drop private cmake.mk. * Build depend on and use pkg-kde-tools. * Remove build dependency on quilt. * Recommend kwalletmanager. -- Armin Berres Sun, 30 Nov 2008 12:19:17 +0100 ksshaskpass (0.4.1-1) unstable; urgency=low * Initial release (Closes: #413109) -- Armin Berres Tue, 10 Jun 2008 23:40:01 +0200 debian/lintian-overrides0000664000000000000000000000020611317500702012543 0ustar # ksshaskpass is not called directly desktop-command-not-in-package /usr/share/applications/kde4/ksshaskpass.desktop /usr/bin/ssh-add debian/dirs0000664000000000000000000000001011317500702010037 0ustar usr/bin debian/source/0000775000000000000000000000000011317500702010464 5ustar debian/source/format0000664000000000000000000000001411341256311011673 0ustar 3.0 (quilt)