diff options
author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-17 17:40:20 +0200 |
---|---|---|
committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-17 17:40:20 +0200 |
commit | 50de20c540f2d268ebd7d1a8d16f009d218b86fd (patch) | |
tree | 5fd1c898a7007b703c29d9b33b651ce57ad449dc | |
parent | 784025e4fc6c8ab2f249e0e9b19e0d78052758f7 (diff) | |
parent | 360589faa26e678eaa00821eafb2ec3c7a9bf867 (diff) | |
download | ayatana-indicator-datetime-50de20c540f2d268ebd7d1a8d16f009d218b86fd.tar.gz ayatana-indicator-datetime-50de20c540f2d268ebd7d1a8d16f009d218b86fd.tar.bz2 ayatana-indicator-datetime-50de20c540f2d268ebd7d1a8d16f009d218b86fd.zip |
Include the missing version that got directly pushed to the distro... which is generally a bad idea.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5dd803e..814a60d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ -indicator-datetime (12.10.3daily13.06.07-0ubuntu2) UNRELEASED; urgency=low +indicator-datetime (12.10.3daily13.06.07-0ubuntu3) UNRELEASED; urgency=low * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS comes after it as it uses pthread. -- Iain Lane <iain@orangesquash.org.uk> Thu, 13 Jun 2013 11:44:12 +0100 +indicator-datetime (12.10.3daily13.06.07-0ubuntu2) saucy; urgency=low + + * Build against libical 1.0 + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 13 Jun 2013 13:23:54 +0100 + indicator-datetime (12.10.3daily13.06.07-0ubuntu1) saucy; urgency=low [ Jeremy Bicha ] diff --git a/debian/control b/debian/control index 6b60f90..b0488f4 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9), libido3-0.1-dev (>= 0.2.90), libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 3.5), - libical-dev (>= 0.48), + libical-dev (>= 1.0), libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, |