From b83632a648ef96d295d494c07cf07be5457fd719 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 8 Dec 2009 14:15:23 -0600 Subject: debian/control, debian/libdbusmenu-tools.install: Setting up a package for the new dbusmenu-dumper tool. --- debian/control | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 69d6adf..7854be9 100644 --- a/debian/control +++ b/debian/control @@ -58,3 +58,11 @@ Description: Menus over DBus shared library for GTK This package contains files that are needed to build applications. . This package provides the development files. + +Package: libdbusmenu-tools +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdbusmenu-glib0 (= ${binary:Version}) +Description: Need a better description. -- cgit v1.2.3 From 85842906707111c8e0869956f4fd29327de9a0a6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Dec 2009 14:30:21 -0600 Subject: debian/control: Mentioning nicely that this will cause indicator-messages << 0.3 and indicator-session << 0.2 to break. --- debian/changelog | 3 +++ debian/control | 2 ++ 2 files changed, 5 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 370acaa..1e6f70e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ libdbusmenu (0.2.0~dev-0ubuntu1~ppa3) UNRELEASED; urgency=low * Updating trunk * Changing API to be V0.2 for reals + * debian/control: Mentioning nicely that this will cause + indicator-messages << 0.3 and indicator-session << 0.2 to + break. -- Ted Gould Fri, 18 Dec 2009 13:21:40 -0600 diff --git a/debian/control b/debian/control index 7854be9..c392b34 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,8 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: indicator-messages (<< 0.3.0), + indicator-session (<< 0.2.0) Description: Menus over DBus shared library for glib This package contains shared libraries to be used by applications. -- cgit v1.2.3 From 995a27ae56fb63ec7835090e6264b3e489e38b64 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Dec 2009 21:18:19 -0600 Subject: debian/control: Switching the breaks to be ~dev as those versions are not yet released. --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 0bc0579..e8026b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (0.2.0~dev-0ubuntu1~ppa5) UNRELEASED; urgency=low + + * debian/control: Switching the breaks to be ~dev as those + versions are not yet released. + + -- Ted Gould Fri, 18 Dec 2009 21:17:31 -0600 + libdbusmenu (0.2.0~dev-0ubuntu1~ppa4) karmic; urgency=low * Updating trunk diff --git a/debian/control b/debian/control index c392b34..7e307d3 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,8 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: indicator-messages (<< 0.3.0), - indicator-session (<< 0.2.0) +Breaks: indicator-messages (<< 0.3.0~dev), + indicator-session (<< 0.2.0~dev) Description: Menus over DBus shared library for glib This package contains shared libraries to be used by applications. -- cgit v1.2.3