From e930d041559efeeee418f2242333c806a9d132c3 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 12 May 2009 05:53:03 -0400 Subject: * setup.py: - Added gcc and gcc_s to work around gcc-4.4 issue on ARM and libstdc++ - This is a temporary workaround for Karmic Alpha 1. See bug #375334 for more details --- debian/changelog | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 94b5f37e..d1811bfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.7.10.3ubuntu2) UNRELEASED; urgency=critical + + * setup.py: + - Added gcc and gcc_s to work around gcc-4.4 issue on ARM and libstdc++ + - This is a temporary workaround for Karmic Alpha 1. See bug #375334 + for more details + + -- Michael Casadevall Tue, 12 May 2009 04:49:49 -0400 + python-apt (0.7.10.3ubuntu1) karmic; urgency=low * merged from debian, remaining changes: diff --git a/setup.py b/setup.py index 9ed21378..4683554c 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from DistUtilsExtra.command import build_extra, build_i18n # The apt_pkg module files = map(lambda source: "python/"+source, parse_makefile("python/makefile")["APT_PKG_SRC"].split()) -apt_pkg = Extension("apt_pkg", files, libraries=["apt-pkg"]) +apt_pkg = Extension("apt_pkg", files, libraries=["apt-pkg", "gcc", "gcc_s"]) # The apt_inst module files = map(lambda source: "python/"+source, -- cgit v1.2.3 From b302598dfbd197fdf40d1b96c6f0155c735e7fbb Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 12 May 2009 05:53:12 -0400 Subject: releasing version 0.7.10.3ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1811bfd..b42956cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -python-apt (0.7.10.3ubuntu2) UNRELEASED; urgency=critical +python-apt (0.7.10.3ubuntu2) karmic; urgency=critical * setup.py: - Added gcc and gcc_s to work around gcc-4.4 issue on ARM and libstdc++ - This is a temporary workaround for Karmic Alpha 1. See bug #375334 for more details - -- Michael Casadevall Tue, 12 May 2009 04:49:49 -0400 + -- Michael Casadevall Tue, 12 May 2009 05:53:07 -0400 python-apt (0.7.10.3ubuntu1) karmic; urgency=low -- cgit v1.2.3