From a1d496e0755285b3647b01b1023d5542618e9c75 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:44:58 -0500 Subject: debian/control: Adding new dependency on libindicator-dev --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f403ed8..0cef058 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.1.5) + libindicate-dev (>= 0.2.0), + libindicator-dev (>= 0.2.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 8a7ce2046e72d9ee1a75c4a3896e4e2676ec54a2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:46:37 -0500 Subject: More specific version number --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0cef058..eeb4086 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0) + libindicate-dev (>= 0.2.0~bzr298), + libindicator-dev (>= 0.2.0~bzr298) 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 991ccca5776c32bf920ed5243ad288d75b1e38be Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:58:42 -0500 Subject: debian/control: libindicator-dev to ~bzr301 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d5a5337..f95ba17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr116-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: libindicator-dev to ~bzr301 + + -- Ted Gould Wed, 22 Apr 2009 15:58:07 -0500 + indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low * Upstream release diff --git a/debian/control b/debian/control index eeb4086..b53e505 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr298) + libindicator-dev (>= 0.2.0~bzr301) 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 f0729c3e47a7d6455940b4d238d95268b58fc58a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 May 2009 12:09:42 +0200 Subject: debian/control: Adding in a build dependency on libdbusmenu-glib and libdbusmenu-gtk to catch up with the merge. --- debian/changelog | 2 ++ debian/control | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index cf24890..7ff883d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.2.0~bzr120~dbusmenu1-0ubuntu1) UNRELEASED; urgency=low * Merge in the dbusmenu changes from the dbusmenu branch + * debian/control: Adding in a build dependency on libdbusmenu-glib and + libdbusmenu-gtk to catch up with the merge. -- Ted Gould Wed, 27 May 2009 12:06:52 +0200 diff --git a/debian/control b/debian/control index b53e505..95abc00 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301) + libindicator-dev (>= 0.2.0~bzr301), + libdbumenu-gtk-dev, + libdbumenu-glib-dev 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 8a88911e25ac4a0f8367d9cb6be75559ceb513a6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 May 2009 12:16:02 +0200 Subject: Typo on package names --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 95abc00..6840467 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbumenu-gtk-dev, - libdbumenu-glib-dev + libdbusmenu-gtk-dev, + libdbusmenu-glib-dev 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 3404829ae4c41e1cdd91b5151d219024eb44ef73 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 4 Aug 2009 17:54:42 +0100 Subject: debian/control: Adding in a build dep on libindicate-gtk-dev --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 6390883..ced6d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa4) UNRELEASED; urgency=low + + * debian/control: Adding in a build dep on libindicate-gtk-dev + + -- Ted Gould Tue, 04 Aug 2009 17:53:16 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu1~ppa3) karmic; urgency=low * Changes for the changing libindicate stuff. diff --git a/debian/control b/debian/control index 6840467..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), + libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev, libdbusmenu-glib-dev -- cgit v1.2.3