~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bernd Schlapsi
  • Date: 2012-01-02 10:51:31 UTC
  • Revision ID: brot@gmx.info-20120102105131-5iw2zrci11d77oc6
update setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: unity-sshsearch-lens
2
 
Section: gnome
3
 
Priority: optional
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
12
 
Standards-Version: 3.9.1
13
 
Homepage: https://launchpad.net/unity-sshsearch-lens
14
 
 
15
 
Package: unity-sshsearch-lens
16
 
Architecture: all
17
 
Depends: ${shlibs:Depends},
18
 
         ${misc:Depends},
19
 
         ${python:Depends},
20
 
         gir1.2-unity-3.0,
21
 
         gir1.2-dee-0.5
22
 
Description: Unity SSHSearch Lens
23
 
 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.
24