diff options
author | Iain Lane <iain.lane@canonical.com> | 2013-05-29 14:46:22 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-05-29 14:46:22 +0000 |
commit | ef91060f9b4d2cbe1853ce5cf7904c43845ac170 (patch) | |
tree | 83df301044629082ce90c09dfe14365a9174a47d | |
parent | 276524d99723ed2d9cfa2779003c918f160f9fa2 (diff) | |
parent | 2be2bbd695320bacd3040ba5cfb5c09efdc15f18 (diff) | |
download | ayatana-indicator-datetime-ef91060f9b4d2cbe1853ce5cf7904c43845ac170.tar.gz ayatana-indicator-datetime-ef91060f9b4d2cbe1853ce5cf7904c43845ac170.tar.bz2 ayatana-indicator-datetime-ef91060f9b4d2cbe1853ce5cf7904c43845ac170.zip |
The edataserverui library has gone away with evolution-data-server 3.8. It's unused in indicator-datetime anyway; drop the requirement.
Approved by PS Jenkins bot, Ted Gould.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e9acb8c..d229f9d 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,6 @@ PKG_CHECK_MODULES(SERVICE, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION libecal-1.2 >= $ECAL_REQUIRED_VERSION libical >= $ICAL_REQUIRED_VERSION libedataserver-1.2 >= EDS_REQUIRED_VERSION - libedataserverui-3.0 >= EDS_REQUIRED_VERSION cairo >= CAIRO_REQUIRED_VERSION gdk-3.0 >= GDK_REQUIRED_VERSION) diff --git a/debian/changelog b/debian/changelog index 7d949a1..a1f40db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (12.10.3daily13.05.06.1-0ubuntu2) UNRELEASED; urgency=low + + * debian/control, configure.ac: Remove obsolete dependency on + libedataserverui-3.0-dev + + -- Iain Lane <iain.lane@canonical.com> Wed, 29 May 2013 13:07:39 +0100 + indicator-datetime (12.10.3daily13.05.06.1-0ubuntu1) saucy; urgency=low [ Sebastien Bacher ] diff --git a/debian/control b/debian/control index 41bdb0f..6b60f90 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Build-Depends: debhelper (>= 9), libjson-glib-dev, libpolkit-gobject-1-dev, libedataserver1.2-dev (>= 3.5), - libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), libgnome-control-center-dev, libtimezonemap1-dev, |