~ubuntu-branches/ubuntu/lucid/libdbusmenu/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-01-08 08:42:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108084259-y18hsadt6tqu7yto
Tags: 0.2.0-0ubuntu1
* Upstream release 0.2.0
  - Remove unused libdbusmenu-qt
  - Changing API to be V0.2 for reals
  - Adding underline support
  - Test suite fixes and automation support
  - dbus-dumper tool
  - Switch to org.ayatana
  - Fixing the handling of typed properties, especially bools.
  - Adding GetChildren function for getting a single submenu
  - Starting to watch DBus if the proxy builds fail.
  - Test suite fixes
  - Fixing the consistency between the #defines and what
    was used in the code.
* debian/control, debian/libdbusmenu-tools.install: Setting
  up a package for the new dbusmenu-dumper tool.
* debian/control: Mentioning nicely that this will cause
  indicator-messages << 0.3 and indicator-session << 0.2 to
  break.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Architecture: any
22
22
Depends: ${shlibs:Depends},
23
23
         ${misc:Depends}
 
24
Breaks: indicator-messages (<< 0.3.0),
 
25
        indicator-session (<< 0.2.0)
24
26
Description: Menus over DBus shared library for glib
25
27
 This package contains shared libraries to be used by applications.
26
28
 
58
60
 This package contains files that are needed to build applications.
59
61
 .
60
62
 This package provides the development files.
 
63
 
 
64
Package: libdbusmenu-tools
 
65
Section: devel
 
66
Architecture: any
 
67
Depends: ${shlibs:Depends},
 
68
         ${misc:Depends},
 
69
         libdbusmenu-glib0 (= ${binary:Version})
 
70
Description: Need a better description.