Initial release (Closes: #589626)
Laurent Bigonville
13 years ago
0 | ssh-contact (0.2-1) unstable; urgency=low | |
1 | ||
2 | * Initial release (Closes: #589626) | |
3 | ||
4 | -- Laurent Bigonville <bigon@debian.org> Mon, 19 Jul 2010 13:09:31 +0200 |
0 | 7 |
0 | Source: ssh-contact | |
1 | Section: net | |
2 | Priority: extra | |
3 | Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org> | |
4 | Uploaders: Laurent Bigonville <bigon@debian.org> | |
5 | Build-Depends: debhelper (>= 7.0.50~), | |
6 | autotools-dev, | |
7 | libglib2.0-dev (>= 2.24), | |
8 | libtelepathy-glib-dev (>= 0.11.9) | |
9 | Standards-Version: 3.9.0 | |
10 | Homepage: http://telepathy.freedesktop.org/wiki/SSH-Contact | |
11 | Vcs-Git: git://git.debian.org/git/pkg-telepathy/ssh-contact.git | |
12 | Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/ssh-contact.git;a=summary | |
13 | ||
14 | Package: ssh-contact | |
15 | Architecture: all | |
16 | Depends: ${shlibs:Depends}, | |
17 | ssh-contact-client, | |
18 | ssh-contact-service, | |
19 | ${misc:Depends} | |
20 | Description: establish SSH connections to your IM contacts using Telepathy (metapackage) | |
21 | SSH-Contact is a client/service tool that makes easy to connect your telepathy | |
22 | IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding | |
23 | or firewalls anymore; if you can chat with a friend, you can also SSH him. | |
24 | . | |
25 | This package is a metapackage that depends on both ssh-contact-client and | |
26 | ssh-contact-service. | |
27 | ||
28 | Package: ssh-contact-client | |
29 | Architecture: any | |
30 | Depends: ${shlibs:Depends}, | |
31 | openssh-client, | |
32 | ${misc:Depends} | |
33 | Description: establish SSH connections to your IM contacts using Telepathy (client) | |
34 | SSH-Contact is a client/service tool that makes easy to connect your telepathy | |
35 | IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding | |
36 | or firewalls anymore; if you can chat with a friend, you can also SSH him. | |
37 | . | |
38 | This package contains the client side of ssh-contact. | |
39 | ||
40 | Package: ssh-contact-service | |
41 | Architecture: any | |
42 | Depends: ${shlibs:Depends}, | |
43 | openssh-server, | |
44 | ${misc:Depends} | |
45 | Description: establish SSH connections to your IM contacts using Telepathy (server) | |
46 | SSH-Contact is a client/service tool that makes easy to connect your telepathy | |
47 | IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding | |
48 | or firewalls anymore; if you can chat with a friend, you can also SSH him. | |
49 | . | |
50 | This package contains the server side of ssh-contact. |
0 | Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 | |
1 | Name: ssh-contact | |
2 | Source: http://telepathy.freedesktop.org/wiki/SSH-Contact | |
3 | ||
4 | Upstream Authors: Xavier Claessens <xclaesse@gmail.com> | |
5 | ||
6 | Copyright: 2010, Collabora Ltd. | |
7 | 2010, Xavier Claessens | |
8 | License: GPL-2+ | |
9 | This package is free software; you can redistribute it and/or modify | |
10 | it under the terms of the GNU General Public License as published by | |
11 | the Free Software Foundation; either version 2 of the License, or | |
12 | (at your option) any later version. | |
13 | . | |
14 | This package is distributed in the hope that it will be useful, | |
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 | GNU General Public License for more details. | |
18 | . | |
19 | You should have received a copy of the GNU General Public License | |
20 | along with this package; if not, write to the Free Software | |
21 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
22 | . | |
23 | On Debian systems, the complete text of the GNU General Public License can | |
24 | be found in /usr/share/common-licenses/GPL. | |
25 | ||
26 | Files: debian/* | |
27 | Copyright: 2010, Laurent Bigonville <bigon@debian.org> | |
28 | License: GPL-2+ | |
29 | This package is free software; you can redistribute it and/or modify | |
30 | it under the terms of the GNU General Public License as published by | |
31 | the Free Software Foundation; either version 2 of the License, or | |
32 | (at your option) any later version. | |
33 | . | |
34 | This package is distributed in the hope that it will be useful, | |
35 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
36 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
37 | GNU General Public License for more details. | |
38 | . | |
39 | You should have received a copy of the GNU General Public License | |
40 | along with this package; if not, write to the Free Software | |
41 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
42 | . | |
43 | On Debian systems, the complete text of the GNU General Public License can | |
44 | be found in /usr/share/common-licenses/GPL. |
0 | [DEFAULT] | |
1 | debian-branch = debian | |
2 | upstream-branch = upstream | |
3 | pristine-tar = True | |
4 | compression = gzip | |
5 | ||
6 | [git-buildpackage] | |
7 | tarball-dir = ../tarballs/ | |
8 | export-dir = ../build-area/ |
0 | #!/usr/bin/make -f | |
1 | # -*- makefile -*- | |
2 | ||
3 | # Uncomment this to turn on verbose mode. | |
4 | #export DH_VERBOSE=1 | |
5 | ||
6 | override_dh_auto_configure: | |
7 | dh_auto_configure -- --libexecdir="\$${prefix}/lib/telepathy" | |
8 | ||
9 | %: | |
10 | dh $@ | |
11 | ||
12 | override_dh_installdocs: | |
13 | dh_installdocs -A NEWS |
0 | 3.0 (quilt) |
0 | usr/bin/ssh-contact |