~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bernd Schlapsi
  • Date: 2012-01-21 07:52:54 UTC
  • mfrom: (22.1.4 sshsearch)
  • Revision ID: brot@gmx.info-20120121075254-uli2a28m3uy1vgmj
Merged Stéphane Graber's changes

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
XB-AppName: SSH search Lens
 
20
XB-Icon: unity-lens-sshsearch.png
 
21
XB-Screenshot-Url: http://software-center.ubuntu.com/site_media/screenshots/2012/01/unity-lens-sshsearch_screenshot.png
 
22
XB-Category: Accessories;
 
23
Description: SSH search lens for unity
 
24
 This lens allows the user to search for hostnames in ~/.ssh/config
 
25
 and ~/.ssh/known_hosts.
 
26
 .
 
27
 When you activate a search result an ssh connection with the selected
 
28
 hostname will start.
25
29