diff options
author | Didier Roche <didier.roche@canonical.com> | 2010-09-22 11:06:34 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2010-09-22 11:06:34 +0200 |
commit | 853418a9952d986f1ee2cabf6f2fd2c98cb37a86 (patch) | |
tree | a834ba1a3bae1c2a1d9d1a7329d4c3ef36bd4101 /debian | |
parent | 56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4 (diff) | |
download | ayatana-indicator-datetime-853418a9952d986f1ee2cabf6f2fd2c98cb37a86.tar.gz ayatana-indicator-datetime-853418a9952d986f1ee2cabf6f2fd2c98cb37a86.tar.bz2 ayatana-indicator-datetime-853418a9952d986f1ee2cabf6f2fd2c98cb37a86.zip |
* Rebuild for libindicator ABI change (LP: #637692)
* debian/control: depends on latest libindicator-dev
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 097ee42..e75d9c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.0.6-0ubuntu2) UNRELEASED; urgency=low + + * Rebuild for libindicator ABI change (LP: #637692) + * debian/control: depends on latest libindicator-dev + + -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 11:05:15 +0200 + indicator-datetime (0.0.6-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 9477216..b97d1f4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: cdbs, debhelper (>= 5), intltool (>= 0.35.0), - libindicator-dev (>= 0.3.0), + libindicator-dev (>= 0.3.14), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), libglib2.0-dev (>= 2.25.0), |