~ubuntu-branches/ubuntu/natty/file-browser-applet/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-11-04 13:34:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104133436-7kgxv6psv6mjnxh0
Tags: 0.6.0-0ubuntu1
* New upstream release.
 - Added context menu with a few actions (open-with, new folder here, 
   delete file/folder, create/extract archive, create CD/DVD from 
   file/folder, compile a tex file).
 - Added configuration option to make text vertical/horizontal when 
   the panel is vertical.
 - Added tooltips to configuration dialog.
 - Fixed bugs #21, #30, #34, #37, #39.
 - Plugged some memory leaks (thanks Silvio Ricardo Cordeiro).
 - Lots of code cleanup. 
* debian/control:
 - Add suggests on file-roller, brasero, and rubber 
   for new features.
 - Add Vcs-Bzr field.
 - Add versionized Build-Depend on libgtk2.0-dev (>= 2.14)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: file-browser-applet
2
2
Section: gnome
3
3
Priority: optional
4
 
Maintainer: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
5
 
Build-Depends: debhelper (>= 6), pkg-config, cmake (>= 2.4.7), libpanel-applet2-dev, libglib2.0-dev, libglade2-dev
 
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
 
6
Build-Depends: debhelper (>= 6), pkg-config, cmake (>= 2.4.7), libpanel-applet2-dev, libglib2.0-dev, libglade2-dev, libgtk2.0-dev (>= 2.14)
6
7
Standards-Version: 3.8.0
 
8
Vcs-Bzr: http://code.launchpad.net/~andrewsomething/file-browser-applet/debian/
7
9
Homepage: http://code.google.com/p/gnome-menu-file-browser-applet/
8
10
 
9
11
Package: file-browser-applet
10
12
Architecture: any
11
13
Depends: ${shlibs:Depends}, libpanel-applet2-0, libglade2-0
 
14
Suggests: file-roller, brasero, rubber
12
15
Description: browse and open files on your computer from the GNOME panel
13
16
 An applet for the GNOME Panel that lets you browse and open files in your home 
14
17
 directory from your panel, without having to open a file manager.