diff options
author | Ted Gould <ted@gould.cx> | 2011-10-13 13:38:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-10-13 13:38:11 -0500 |
commit | 10c82dbaf85cab9dbe380f1e5d73107dc4eefb26 (patch) | |
tree | f90726d34fa74420c8d0a1a20f241205725ebecb /debian | |
parent | 4a0a5d5f44ff6815dc11da9d49f34d076c4879eb (diff) | |
download | ayatana-indicator-datetime-10c82dbaf85cab9dbe380f1e5d73107dc4eefb26.tar.gz ayatana-indicator-datetime-10c82dbaf85cab9dbe380f1e5d73107dc4eefb26.tar.bz2 ayatana-indicator-datetime-10c82dbaf85cab9dbe380f1e5d73107dc4eefb26.zip |
debian/control: Drop libunique requirements
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8b6f00f..126187c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ indicator-datetime (0.3.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Drop an unused icon (LP: #746176) * Fix showing a timezone that we're currently set to (LP: #833337) * Remove check for libunique as it's unused + * debian/control: Drop libunique requirements - -- Ted Gould <ted@ubuntu.com> Thu, 13 Oct 2011 13:35:09 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 13 Oct 2011 13:37:40 -0500 indicator-datetime (0.3.0-0ubuntu1~ppa1) oneiric; urgency=low diff --git a/debian/control b/debian/control index 64abb69..a53c10a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: cdbs, libglib2.0-dev (>= 2.29.19), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), - libunique-3.0-dev, libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 2.30), libical-dev (>= 0.44), @@ -22,7 +21,6 @@ Build-Depends: cdbs, libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, - libunique-dev, libpolkit-gtk-1-dev, libedataserver1.2-dev (>= 2.30), libedataserverui-3.0-dev, |