xorg-gtest: Changes to 'ubuntu'
debian/changelog | 5 +++--
debian/libxorg-gtest0.symbols | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 6bcbcf2ad7b27bf6ed06ec0e2bc3517d3b82d9b6
Author: Chase Douglas <chase.douglas@canonical.com>
Date: Fri Feb 24 09:44:56 2012 -0800
releasing version 0.1.1-0ubuntu1
diff --git a/debian/changelog b/debian/changelog
index dcf4001..9b22e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-gtest (0.1.1-0ubuntu1) UNRELEASED; urgency=low
+xorg-gtest (0.1.1-0ubuntu1) precise; urgency=low
* Update debian/copyright with new upstream location
* Bump build-depends to debhelper 9, now that it's released
@@ -6,7 +6,7 @@ xorg-gtest (0.1.1-0ubuntu1) UNRELEASED; urgency=low
* New release 0.1.1 (bug fixes only)
* Use per-arch symbol listing for method with va_list argument
- -- Chase Douglas <chase.douglas@ubuntu.com> Fri, 24 Feb 2012 09:43:42 -0800
+ -- Chase Douglas <chase.douglas@ubuntu.com> Fri, 24 Feb 2012 09:44:47 -0800
xorg-gtest (0.1.0-0ubuntu1) precise; urgency=low
commit ad40e5f7cafe6eaf111566566b5c8421999de898
Author: Chase Douglas <chase.douglas@canonical.com>
Date: Fri Feb 24 09:44:33 2012 -0800
Use per-arch symbol listing for method with va_list argument
diff --git a/debian/changelog b/debian/changelog
index 15c7ba9..dcf4001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ xorg-gtest (0.1.1-0ubuntu1) UNRELEASED; urgency=low
* Bump build-depends to debhelper 9, now that it's released
* Add README.Debian to document dependency of libxorg-gtest0 on libgtest-dev
* New release 0.1.1 (bug fixes only)
+ * Use per-arch symbol listing for method with va_list argument
- -- Chase Douglas <chase.douglas@ubuntu.com> Fri, 24 Feb 2012 07:21:39 -0800
+ -- Chase Douglas <chase.douglas@ubuntu.com> Fri, 24 Feb 2012 09:43:42 -0800
xorg-gtest (0.1.0-0ubuntu1) precise; urgency=low
commit 63d4234290c0c5a2cab409cc3d71dd6d7040fb1d
Author: Chase Douglas <chase.douglas@canonical.com>
Date: Fri Feb 24 09:41:49 2012 -0800
Use per-arch symbols for va_list mangling
Each arch has a different way of compiling va_list into its base type.
Thus, each arch must have its own symbol for
xorg::testing::Process::Start().
diff --git a/debian/libxorg-gtest0.symbols b/debian/libxorg-gtest0.symbols
index 024ff71..0dae2b1 100644
--- a/debian/libxorg-gtest0.symbols
+++ b/debian/libxorg-gtest0.symbols
@@ -19,7 +19,9 @@ libxorg-gtest.so.0 libxorg-gtest0 #MINVER#
(c++)"xorg::testing::Test::~Test()@XORG_GTEST_1.0" 0.1.0
(c++)"xorg::testing::Test::~Test()@XORG_GTEST_1.0" 0.1.0
(c++)"xorg::testing::Process::Kill()@XORG_GTEST_1.0" 0.1.0
- (c++)"xorg::testing::Process::Start(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, __va_list_tag*)@XORG_GTEST_1.0" 0.1.0
+ (c++|arch=amd64 powerpc)"xorg::testing::Process::Start(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, va_list_tag*)@XORG_GTEST_1.0" 0.1.0
+ (c++|arch=armel armhf)"xorg::testing::Process::Start(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__va_list)@XORG_GTEST_1.0" 0.1.0
+ (c++|arch=i386)"xorg::testing::Process::Start(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char*)@XORG_GTEST_1.0" 0.1.0
(c++)"xorg::testing::Process::Start(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ...)@XORG_GTEST_1.0" 0.1.0
(c++)"xorg::testing::Process::GetEnv(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool*)@XORG_GTEST_1.0" 0.1.0
(c++)"xorg::testing::Process::SetEnv(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)@XORG_GTEST_1.0" 0.1.0
Reply to: