diff options
author | Didier Roche <didier.roche@canonical.com> | 2011-09-15 18:10:36 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2011-09-15 18:10:36 +0200 |
commit | c56d9e2efbad2bd43fb50d2293c16a2b764a95e7 (patch) | |
tree | da3868d4e553ccd41d3d3d7bbe23853cec9120eb | |
parent | b2dfc107bf3ceef3c92828982f3238904378f6b1 (diff) | |
download | ayatana-indicator-datetime-c56d9e2efbad2bd43fb50d2293c16a2b764a95e7.tar.gz ayatana-indicator-datetime-c56d9e2efbad2bd43fb50d2293c16a2b764a95e7.tar.bz2 ayatana-indicator-datetime-c56d9e2efbad2bd43fb50d2293c16a2b764a95e7.zip |
* debian/control:
- bump the libglib build-dep
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 42fe0d1..4843eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ indicator-datetime (0.2.95-0ubuntu1~ppa1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * Set default timezone on events without (LP: #837359) * Update docs to specify correct custom formats (LP: #775113) @@ -7,6 +8,10 @@ indicator-datetime (0.2.95-0ubuntu1~ppa1) oneiric; urgency=low * Fix gettext domain for builder files (LP: #845473) * Update date correctly when opening menu (LP: #793450) + [ Didier Roche ] + * debian/control: + - bump the libglib build-dep + -- Ted Gould <ted@ubuntu.com> Thu, 15 Sep 2011 10:45:57 -0500 indicator-datetime (0.2.93-0ubuntu2) oneiric; urgency=low diff --git a/debian/control b/debian/control index 5b210b1..8e11195 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.3.90), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), - libglib2.0-dev (>= 2.25.0), + libglib2.0-dev (>= 2.29.19), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), libunique-3.0-dev, |