~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Stéphane Graber
  • Date: 2012-01-19 20:03:07 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: stgraber@ubuntu.com-20120119200307-0jibqdn1jsr0tbhn
Initial batch of changes for ARB

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: gnome
3
3
Priority: optional
4
4
Maintainer: Bernd Schlapsi <brot@gmx.info>
5
 
Build-Depends: debhelper (>= 7),
6
 
               pkg-config,
7
 
               libglib2.0-dev (>= 2.27),
8
 
               libdee-dev (>= 0.5.16),
9
 
               libunity-dev (>= 3.6.2),
10
 
               python-all,
11
 
               python-distutils-extra
 
5
Build-Depends: debhelper (>= 7.0.50~), python, python-distutils-extra
12
6
Standards-Version: 3.9.1
13
7
Homepage: https://launchpad.net/unity-sshsearch-lens
14
8
 
15
9
Package: unity-lens-sshsearch
16
10
Architecture: all
17
 
Depends: ${shlibs:Depends},
18
 
         ${misc:Depends},
19
 
         ${python:Depends},
 
11
Depends: ${misc:Depends},
 
12
         python2.7 | python2.6,
 
13
         python (>= 2.6),
 
14
         python (<< 2.8),
20
15
         gir1.2-unity-4.0,
21
16
         gir1.2-dee-0.5,
22
17
         python-paramiko
23
 
Description: Unity SSHSearch Lens
24
 
 This lens allows the user to search for hostnames in the ~/.ssh/config and ~/.ssh/known_hosts file. When you activate the search result a ssh connection with the founded hostname will start. Log out and log in again to activate it.
 
18
Suggests: apparmor (>= 2.3)
 
19
Description: SSH search lens for unity
 
20
 This lens allows the user to search for hostnames in ~/.ssh/config
 
21
 and ~/.ssh/known_hosts.
 
22
 .
 
23
 When you activate a search result an ssh connection with the selected
 
24
 hostname will start.
25
25