From 49874d38804ea6cc47d3a241600e4f0a12f9fc1a Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 28 Feb 2011 08:58:38 -0500 Subject: * debian/control, debian/rules: - Add quilt * debian/patches/disconnect-from-theme.patch: - Fix crash when switching themes by disconnecting a signal from the theme on dispose. LP: #708188 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 920b151..3ae4dd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libappindicator (0.2.96-0ubuntu2) natty; urgency=low + + * debian/control, debian/rules: + - Add quilt + * debian/patches/disconnect-from-theme.patch: + - Fix crash when switching themes by disconnecting a signal from + the theme on dispose. LP: #708188 + + -- Michael Terry Mon, 28 Feb 2011 08:48:40 -0500 + libappindicator (0.2.96-0ubuntu1) natty; urgency=low [ Ted Gould ] -- cgit v1.2.3 From fdb740f78696a72185262ad980272eb8fa95df51 Mon Sep 17 00:00:00 2001 From: Артём Попов Date: Mon, 28 Feb 2011 22:35:21 +0600 Subject: * debian/patches/update-defs.patch: - Fix crash when importing appindicator from Python (LP: #724917). --- debian/changelog | 7 +++++++ debian/patches/series | 1 + 2 files changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3ae4dd0..a65d8b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.2.96-0ubuntu3) natty; urgency=low + + * debian/patches/update-defs.patch: + - Fix crash when importing appindicator from Python (LP: #724917). + + -- Артём Попов Mon, 28 Feb 2011 22:33:47 +0600 + libappindicator (0.2.96-0ubuntu2) natty; urgency=low * debian/control, debian/rules: diff --git a/debian/patches/series b/debian/patches/series index d94f0d1..be957fd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ disconnect-from-theme.patch +update-defs.patch -- cgit v1.2.3