diff options
author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-13 18:46:32 +0200 |
---|---|---|
committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-13 18:46:32 +0200 |
commit | cf09eb8b3b120d99bb4e070689d5e48a75c893c6 (patch) | |
tree | 8a8716417f4a46ac522c1de8455a52bdb1a4e502 /debian | |
parent | 784025e4fc6c8ab2f249e0e9b19e0d78052758f7 (diff) | |
download | ayatana-indicator-datetime-cf09eb8b3b120d99bb4e070689d5e48a75c893c6.tar.gz ayatana-indicator-datetime-cf09eb8b3b120d99bb4e070689d5e48a75c893c6.tar.bz2 ayatana-indicator-datetime-cf09eb8b3b120d99bb4e070689d5e48a75c893c6.zip |
Include the missing version that got directly pushed to the distro... which is generally a bad idea.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5dd803e..1342194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -indicator-datetime (12.10.3daily13.06.07-0ubuntu2) UNRELEASED; urgency=low +indicator-datetime (12.10.3daily13.06.07-0ubuntu2) saucy; urgency=low + [ Ian Lane ] * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS comes after it as it uses pthread. + [ Jonathan Riddell ] + * Build against libical 1.0 + -- Iain Lane <iain@orangesquash.org.uk> Thu, 13 Jun 2013 11:44:12 +0100 indicator-datetime (12.10.3daily13.06.07-0ubuntu1) saucy; urgency=low 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, |