debian/0000755000000000000000000000000011743347515007200 5ustar debian/changelog0000644000000000000000000000273311743347515011057 0ustar ssh-contact (0.7-1) unstable; urgency=low * New upstream release. - Bump libtelepathy-glib-dev build-dependency * debian/control: Make ssh-contact-client depends against telepathy-mission-control-5 * Bump Standards-Version to 3.9.3 (no further changes) -- Laurent Bigonville Tue, 17 Apr 2012 22:15:03 +0200 ssh-contact (0.6-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.2 (no further changes) - Bump libglib2.0-dev build-dependency -- Laurent Bigonville Thu, 12 May 2011 10:26:45 +0200 ssh-contact (0.5-1) experimental; urgency=low * New upstream release. * debian/watch: Do not call uupdate -- Laurent Bigonville Sat, 29 Jan 2011 15:30:08 +0100 ssh-contact (0.4-2) experimental; urgency=low * debian/control: + Upped build-dep version on telepathy-glib. + Removed whitespace. + Added intltool build-dep. -- Jonny Lamb Thu, 16 Dec 2010 16:45:10 +0000 ssh-contact (0.4-1) experimental; urgency=low * New upstream release. * debian/control: Add myself to uploaders. * debian/watch: Updated to new releases directory. * debian/control: Upped Standards-Version. (no changes) -- Jonny Lamb Thu, 16 Dec 2010 14:11:02 +0000 ssh-contact (0.2-1) unstable; urgency=low * Initial release (Closes: #589626) -- Laurent Bigonville Mon, 19 Jul 2010 13:09:31 +0200 debian/compat0000644000000000000000000000000211743347515010376 0ustar 7 debian/ssh-contact-service.install0000644000000000000000000000011311743347515014447 0ustar usr/lib/telepathy/ usr/share/dbus-1/services/ usr/share/telepathy/clients/ debian/watch0000644000000000000000000000013211743347515010225 0ustar version=3 http://telepathy.freedesktop.org/releases/ssh-contact/ssh-contact-(.*)\.tar\.gz debian/gbp.conf0000644000000000000000000000025611743347515010622 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream pristine-tar = True compression = gzip [git-buildpackage] tarball-dir = ../tarballs/ export-dir = ../build-area/ debian/copyright0000644000000000000000000000375211743347515011142 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: ssh-contact Source: http://telepathy.freedesktop.org/wiki/SSH-Contact Upstream Authors: Xavier Claessens Copyright: 2010, Collabora Ltd. 2010, Xavier Claessens License: GPL-2+ 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-2. Files: debian/* Copyright: 2010, Laurent Bigonville License: GPL-2+ 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-2. debian/source/0000755000000000000000000000000011743347515010500 5ustar debian/source/format0000644000000000000000000000001411743347515011706 0ustar 3.0 (quilt) debian/control0000644000000000000000000000433511743347515010610 0ustar Source: ssh-contact Section: net Priority: extra Maintainer: Debian Telepathy maintainers Uploaders: Laurent Bigonville , Jonny Lamb Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libglib2.0-dev (>= 2.28), libtelepathy-glib-dev (>= 0.15.5), intltool (>= 0.35.0) Standards-Version: 3.9.3 Homepage: http://telepathy.freedesktop.org/wiki/SSH-Contact Vcs-Git: git://git.debian.org/git/pkg-telepathy/ssh-contact.git Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/ssh-contact.git;a=summary Package: ssh-contact Architecture: all Depends: ${shlibs:Depends}, ssh-contact-client, ssh-contact-service, ${misc:Depends} Description: establish SSH connections to your IM contacts using Telepathy (metapackage) SSH-Contact is a client/service tool that makes easy to connect your telepathy IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding or firewalls anymore; if you can chat with a friend, you can also SSH him. . This package is a metapackage that depends on both ssh-contact-client and ssh-contact-service. Package: ssh-contact-client Architecture: any Depends: ${shlibs:Depends}, openssh-client, telepathy-mission-control-5, ${misc:Depends} Description: establish SSH connections to your IM contacts using Telepathy (client) SSH-Contact is a client/service tool that makes easy to connect your telepathy IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding or firewalls anymore; if you can chat with a friend, you can also SSH him. . This package contains the client side of ssh-contact. Package: ssh-contact-service Architecture: any Depends: ${shlibs:Depends}, openssh-server, ${misc:Depends} Description: establish SSH connections to your IM contacts using Telepathy (server) SSH-Contact is a client/service tool that makes easy to connect your telepathy IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding or firewalls anymore; if you can chat with a friend, you can also SSH him. . This package contains the server side of ssh-contact. debian/ssh-contact-client.install0000644000000000000000000000002411743347515014266 0ustar usr/bin/ssh-contact debian/rules0000755000000000000000000000040011743347515010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- --libexecdir="\$${prefix}/lib/telepathy" %: dh $@ override_dh_installdocs: dh_installdocs -A NEWS