[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxmu: Changes to 'debian-unstable'



 debian/changelog                                |    9 +++++++++
 debian/patches/01_dont_export_private_deps.diff |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit f4573d0dd757a7c3cd892498dd975f3b0b1fc92e
Author: Christopher James Halse Rogers <raof@ubuntu.com>
Date:   Fri Dec 10 08:54:00 2010 +1100

    Re-export libXt as a public dep; the headers pull in an Xt symbol

diff --git a/debian/changelog b/debian/changelog
index f837cc8..3402ed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libxmu (2:1.1.0-2) UNRELEASED; urgency=low
+
+  * debian/patches/01_dont_export_private_deps.patch:
+    - The Xmu.h header uses libXt symbols in a #define, so libXt is not a 
+      private dep.  With binutils-gold, the indirect dependency on Xt is not
+      considered when linking with Xmu so this causes build failures.
+
+ -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 08:53:10 +1100
+
 libxmu (2:1.1.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/01_dont_export_private_deps.diff b/debian/patches/01_dont_export_private_deps.diff
index 64a5828..dbdfcd2 100644
--- a/debian/patches/01_dont_export_private_deps.diff
+++ b/debian/patches/01_dont_export_private_deps.diff
@@ -7,7 +7,7 @@ index a086f83..15dabbf 100644
  Description: Xmu Library
  Version: @PACKAGE_VERSION@
 -Requires: xproto x11 xt
-+Requires: xproto
++Requires: xproto xt
  Requires.private: x11 xt xext
  Cflags: -I${includedir}
  Libs: -L${libdir} -lXmu


Reply to: