aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-11 11:54:07 -0500
committerTed Gould <ted@gould.cx>2011-08-11 11:54:07 -0500
commit6773f899b6e40643e026ff49c5f7ec4fc4b93fe2 (patch)
tree7d218feba25764cc047256f1a26abff4241f3205 /debian
parent3eca9a284fe1e4db2e839b9c77be5059ff78c69d (diff)
parent432dd0a35db90d52a6b618e94255df69c1555527 (diff)
downloadayatana-indicator-application-6773f899b6e40643e026ff49c5f7ec4fc4b93fe2.tar.gz
ayatana-indicator-application-6773f899b6e40643e026ff49c5f7ec4fc4b93fe2.tar.bz2
ayatana-indicator-application-6773f899b6e40643e026ff49c5f7ec4fc4b93fe2.zip
Merge from U. Desktop
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control4
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 46bccf1..373c3de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
-indicator-application (0.3.91-0ubuntu1~ppa1) oneiric; urgency=low
+indicator-application (0.3.91-0ubuntu2) oneiric; urgency=low
+ * Backport upstream fix for a segfault
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 21:42:46 +0200
+
+indicator-application (0.3.91-0ubuntu1) oneiric; urgency=low
+
+ * debian/control: updated libindicator requirement
+
+ [ Ted Gould ]
* New upstream release.
* Build with libindicator 0.4
- -- Ted Gould <ted@ubuntu.com> Thu, 07 Jul 2011 15:32:55 -0500
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 12:23:16 +0200
indicator-application (0.3.90-0ubuntu2) oneiric; urgency=low
diff --git a/debian/control b/debian/control
index d79b35a..c83899d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0),
intltool,
libappindicator-dev (>= 0.2.91),
libappindicator3-dev (>= 0.2.91),
- libindicator-dev (>= 0.3.19),
- libindicator3-dev (>= 0.3.19),
+ libindicator-dev (>= 0.3.90),
+ libindicator3-dev (>= 0.3.90),
libdbusmenu-glib-dev (>= 0.3.94),
libdbusmenu-gtk-dev (>= 0.3.94),
libdbusmenu-gtk3-dev (>= 0.3.94)