From de969e998498ad46b072caebc7171c632fad17b9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 13:59:36 -0500 Subject: debian/control: Adding dependency information for libdbusmenu to say >= 0.1.0 to match upstream build system. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 53a3456..751c3aa 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 61f89ef021ccb4cea9e7bb920ffb7fd42ed8dcca Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 13:49:40 -0500 Subject: debian/control: Increasing Dbusmenu dependencies. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8a6c26f..500d1b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.0-0ubuntu1~ppa3) UNRELEASED; urgency=low * Upstream usage of new Dbusmenu 0.1.1 defines. + * debian/control: Increasing Dbusmenu dependencies. -- Ted Gould Fri, 04 Sep 2009 13:48:49 -0500 diff --git a/debian/control b/debian/control index 751c3aa..698314a 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.1.0), - libdbusmenu-glib-dev (>= 0.1.0) + libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 6447d40f9f4f3aa399d27e95b37f002834f08802 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Sep 2009 10:07:37 -0500 Subject: debian/control: Requiring > 0.2.0 of libindicate* --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8236574..18a818a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in v2-api stuff which will become 0.2.1 + * debian/control: Requiring > 0.2.0 of libindicate* -- Ted Gould Wed, 09 Sep 2009 10:05:52 -0500 diff --git a/debian/control b/debian/control index 99fbbcf..75dd377 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0~bzr298), - libindicate-gtk-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301), + libindicate-dev (>= 0.2.0), + libindicate-gtk-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3 From 6b864bf4d8b414b438d8562a828f502fd6fa0f09 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Sep 2009 10:52:09 -0500 Subject: debian/control: Requiring > 0.2.0 of libindicate-* --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 18a818a..8d5a4f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ indicator-messages (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in v2-api stuff which will become 0.2.1 - * debian/control: Requiring > 0.2.0 of libindicate* + * debian/control: Requiring > 0.2.0 of libindicate-* -- Ted Gould Wed, 09 Sep 2009 10:05:52 -0500 diff --git a/debian/control b/debian/control index 75dd377..08f19e3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3