From e447f817ff1a908aa5e3769963980b63aafc072e Mon Sep 17 00:00:00 2001 From: Bruno Abinader Date: Tue, 16 Jun 2009 10:18:10 -0400 Subject: [PATCH] Removed python2.5-distutils build dependency for Ubuntu Jaunty. Signed-off-by: Bruno Abinader --- debian/changelog | 8 ++++++++ debian/control | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2cc171e..783f105 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-purple (0.1ubuntu1) jaunty; urgency=low + + * Removed python2.5-distutils dependency for Ubuntu Jaunty. + * Removed LD_PRELOAD dependency. + * Replaced Ecore mainloop with GLib. + + -- Bruno Abinader Tue, 16 Jun 2009 10:16:37 -0400 + python-purple (0.1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index e4419ae..f719621 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: python-purple Section: python Priority: optional Maintainer: Bruno Abinader -Build-Depends: cdbs, debhelper, libpurple-dev, libglib2.0-dev, - python2.5-dev, python2.5-distutils +Build-Depends: cdbs, debhelper, libpurple-dev, libglib2.0-dev, python2.5-dev Standards-Version: 3.8.0 Package: python-purple -- 1.7.9.5