From 08834aa37ddbd4ab733da5b7d2293de55267a11c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 Jun 2009 16:27:19 -0500 Subject: debian/control: Adding build depends on libindicator-dev, libdbusmenu-glib-dev and libdbusmenu-gtk-dev --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 251112d..c7f322b 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, + libindicator-dev, + libdbusmenu-glib-dev, + libdbusmenu-gtk-dev, intltool Standards-Version: 3.8.0 -- cgit v1.2.3 From b221a7ec3a16d0d30ce76478df67974ec1b6ff95 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 Jun 2009 16:32:14 -0500 Subject: Changing package name to indicator-sus --- debian/changelog | 5 +++-- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index c75f3f2..cf258a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -indicator-fusa (0.1~ppa2~indicator1) UNRELEASED; urgency=low +indicator-sus (0.1~ppa2~indicator1) UNRELEASED; urgency=low * Upstream from the indicator branch. * debian/control: Adding build depends on libindicator-dev, libdbusmenu-glib-dev and libdbusmenu-gtk-dev + * Changing package name to indicator-sus -- Ted Gould Mon, 15 Jun 2009 16:19:59 -0500 -indicator-fusa (0.1~ppa1) intrepid; urgency=low +indicator-sus (0.1~ppa1) intrepid; urgency=low * Initial release diff --git a/debian/control b/debian/control index c7f322b..7ce6984 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: indicator-fusa +Source: indicator-sus Section: gnome Priority: optional Maintainer: Ubuntu Core Developers @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5.0), intltool Standards-Version: 3.8.0 -Package: indicator-fusa +Package: indicator-sus Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet Description: Applet for the GNOME panel providing various indicators for -- cgit v1.2.3 From bf692e809692b02d05c1dc2817c82f7531d6d51a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 23 Jul 2009 21:43:11 -0500 Subject: debian/control: Adding a dep on polkit-gnome-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 4d72edc..ce2c110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sus (0.1~ppa2~indicator9ubuntu5) UNRELEASED; urgency=low + + * debian/control: Adding a dep on polkit-gnome-dev + + -- Ted Gould Thu, 23 Jul 2009 21:42:53 -0500 + indicator-sus (0.1~ppa2~indicator9ubuntu4) karmic; urgency=low * Basically getting this session stuff working. Well, all diff --git a/debian/control b/debian/control index 7ce6984..372253f 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev, libdbusmenu-glib-dev, libdbusmenu-gtk-dev, + libpolkit-gnome-dev, intltool Standards-Version: 3.8.0 -- cgit v1.2.3 From bec2ec65614d1ca85626ea74a904b21ce58c46db Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 24 Jul 2009 16:50:53 -0500 Subject: debian/control: Add binary dep on DeviceKit Power --- debian/changelog | 5 +++-- debian/control | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 416eb0e..548b619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -indicator-sus (0.1~ppa2~indicator9ubuntu6) UNRELEASED; urgency=low +indicator-sus (0.1~ppa2~indicator9ubuntu7) UNRELEASED; urgency=low * Adding in devkit power support for suspend/hibernate * Changing namespace from com.ubuntu to org.ayatana + * debian/control: Add binary dep on DeviceKit Power - -- Ted Gould Fri, 24 Jul 2009 16:46:10 -0500 + -- Ted Gould Fri, 24 Jul 2009 16:50:27 -0500 indicator-sus (0.1~ppa2~indicator9ubuntu5) karmic; urgency=low diff --git a/debian/control b/debian/control index 372253f..5a4dc95 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,6 @@ Standards-Version: 3.8.0 Package: indicator-sus Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet, devicekit-power Description: Applet for the GNOME panel providing various indicators for display to users. -- cgit v1.2.3