Package: tix
Version: 8.4.0-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my tix 8.4.0-4.1 NMU.
diff -Nru /tmp/gdbs1fiRzJ/tix-8.4.0/debian/changelog 
/tmp/QSbYVd2mgP/tix-8.4.0/debian/changelog
--- /tmp/gdbs1fiRzJ/tix-8.4.0/debian/changelog  2006-06-10 23:54:38.000000000 
+0200
+++ /tmp/QSbYVd2mgP/tix-8.4.0/debian/changelog  2006-06-10 23:54:38.000000000 
+0200
@@ -1,3 +1,11 @@
+tix (8.4.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Hack around the TEA autoconf macros to set a proper soname for the shared
+    library. (Closes: #359804)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Sat, 10 Jun 2006 22:58:18 +0200
+
 tix (8.4.0-4) unstable; urgency=low
 
   * Fix loading of Tix module (closes: #350816).
diff -Nru /tmp/gdbs1fiRzJ/tix-8.4.0/debian/rules 
/tmp/QSbYVd2mgP/tix-8.4.0/debian/rules
--- /tmp/gdbs1fiRzJ/tix-8.4.0/debian/rules      2006-06-10 23:54:38.000000000 
+0200
+++ /tmp/QSbYVd2mgP/tix-8.4.0/debian/rules      2006-06-10 23:54:38.000000000 
+0200
@@ -28,7 +28,7 @@
 
 tk_version = 8.4
 tix_version = 8.4
-soname=$(tix_version).$(tk_version).so.1
+soname=libTix$(tix_version).so.1
 
 p_run  = tix
 p_dev  = $(p_run)-dev
@@ -70,6 +70,7 @@
 
        $(MAKE) -C build-shared \
                PKG_LIB_FILE=libTix$(tix_version).so.1 \
+               SHLIB_LD_FLAGS=-Wl,-soname,$(soname)
 
        touch build-shared-stamp
 

Reply via email to