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

libxt: Changes to 'debian-unstable'



 debian/changelog                                |    8 ++++++++
 debian/patches/02_dont_export_private_deps.diff |   13 +++++++++++++
 debian/patches/series                           |    1 +
 3 files changed, 22 insertions(+)

New commits:
commit b71240dd3ebd91f4b2d3bd385c056a51e9425614
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jan 6 15:28:52 2008 +0100

    Fix xt.pc.in to not export useless dependencies.
    
    * Don't export dependencies on libSM and libX11 in the Requires field of
      xt.pc.  They're already in Requires.private, and do more harm than good in
      Requires.  Thanks to Stephen Gran and Margarita Manterola for noticing.

diff --git a/debian/changelog b/debian/changelog
index 63e5c05..299d701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxt (1:1.0.5-4) UNRELEASED; urgency=low
+
+  * Don't export dependencies on libSM and libX11 in the Requires field of
+    xt.pc.  They're already in Requires.private, and do more harm than good in
+    Requires.  Thanks to Stephen Gran and Margarita Manterola for noticing.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 06 Jan 2008 15:26:40 +0100
+
 libxt (1:1.0.5-3) unstable; urgency=low
 
   * Add patch to libXt's headers to add _XFUNCPROTO{BEGIN,END} around a bunch
diff --git a/debian/patches/02_dont_export_private_deps.diff b/debian/patches/02_dont_export_private_deps.diff
new file mode 100644
index 0000000..a945a86
--- /dev/null
+++ b/debian/patches/02_dont_export_private_deps.diff
@@ -0,0 +1,13 @@
+diff --git a/xt.pc.in b/xt.pc.in
+index 3ea8c6f..90a576c 100644
+--- a/xt.pc.in
++++ b/xt.pc.in
+@@ -7,7 +7,7 @@ appdefaultdir=@appdefaultdir@
+ Name: Xt
+ Description: X Toolkit Library
+ Version: @VERSION@
+-Requires: xproto x11 sm
++Requires: xproto
+ Requires.private: x11 sm
+ Cflags: -I${includedir}
+ Libs: -L${libdir} -lXt
diff --git a/debian/patches/series b/debian/patches/series
index d58f4b3..730a7ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_use_extern_C_in_headers.diff
+02_dont_export_private_deps.diff


Reply to: