diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 16:26:20 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 16:26:20 -0600 |
commit | b7eb711886ddb2f46b0c685a577a7b0f6c455ba6 (patch) | |
tree | 1686ec0a83d767a6664c499056b5bb3b685d2fa2 | |
parent | 04f95aabad5e8ca3e9503d696aa894d03b036de2 (diff) | |
parent | 62471dbe9fa9196597f37ec8d1780b6359ec5d5a (diff) | |
download | ayatana-indicator-datetime-b7eb711886ddb2f46b0c685a577a7b0f6c455ba6.tar.gz ayatana-indicator-datetime-b7eb711886ddb2f46b0c685a577a7b0f6c455ba6.tar.bz2 ayatana-indicator-datetime-b7eb711886ddb2f46b0c685a577a7b0f6c455ba6.zip |
Merge U. Desktop
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index bee8eec..2c758af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -indicator-datetime (0.1.90-0ubuntu1~ppa1) maverick; urgency=low +indicator-datetime (0.1.90-0ubuntu2) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:46:00 -0500 + +indicator-datetime (0.1.90-0ubuntu1) natty; urgency=low * New upstream release. * Generate the format string at init diff --git a/debian/control b/debian/control index 5311e6d..49a3ca8 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,12 @@ Build-Depends: cdbs, debhelper (>= 5), intltool (>= 0.35.0), libindicator-dev (>= 0.3.14), - libdbusmenu-glib-dev (>= 0.1.1), - libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90), libglib2.0-dev (>= 2.25.0), libido-0.1-dev (>= 0.1.10), - libgeoclue-dev, - liboobs-1-dev + libgeoclue-dev (>= 0.12.0), + liboobs-1-dev (>= 2.31.0) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime |