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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-04-11 17:15:39 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090411171539-jk4kgkvm4i39nv3c
Tags: 0.6.2-1
* New upstream release. (Closes: #504525)
 - 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.
 - Fixes upstream bugs #21, #30, #34, #37, #39, #43, #44, #45, #49, 
   #51, #56, #59, #60, and #62.
 - Added mnemonic keyboard shortcut to menus for 
   faster keyboard navigation.
 - Added recent documents' support.
 - Improved menu browser focus after context menu close.
 - Added preliminary DnD dragging out of applet. MOVE is the default 
   behaviour.
 - Some code cleanups and plugged memory leaks.
 - Slightly improved "New Folder" dialog.
 - Migrated to gtk+ builder from libglade.
* debian/control:
 - Add suggests on file-roller, brasero, and rubber 
   for new features.
 - Add Vcs-Bzr field.
 - Drop depricated libglade2-dev Build-Depend
 - Drop unneeded libpanel-applet2-0 Depend. Already picked up by 
   shlibs:Depends.
 - Add versionized Build-Depend on libgtk2.0-dev (>= 2.14)
 - Bump Standards-Version to 3.8.1
* debian/copyright:
 - Use /usr/share/common-licenses/GPL-2 rather than just GLP.

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: 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)
7
 
Standards-Version: 3.8.0
8
 
Vcs-Bzr: https://code.launchpad.net/~file-browser-applet-dev/file-browser-applet/debian
 
4
Maintainer: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
 
5
Build-Depends: debhelper (>= 6),
 
6
        pkg-config, cmake (>= 2.4.7),
 
7
        libpanel-applet2-dev,
 
8
        libglib2.0-dev,
 
9
        libgtk2.0-dev (>= 2.14)
 
10
Standards-Version: 3.8.1
 
11
Vcs-Bzr: http://code.launchpad.net/~file-browser-applet-dev/file-browser-applet/debian/
9
12
Homepage: http://code.google.com/p/gnome-menu-file-browser-applet/
10
13
 
11
14
Package: file-browser-applet
12
15
Architecture: any
13
 
Depends: ${shlibs:Depends}, libpanel-applet2-0, libglade2-0
 
16
Depends: ${shlibs:Depends}
14
17
Suggests: file-roller, brasero, rubber
15
18
Description: browse and open files on your computer from the GNOME panel
16
19
 An applet for the GNOME Panel that lets you browse and open files in your home 
17
20
 directory from your panel, without having to open a file manager.
18