Your message dated Sun, 29 Oct 2006 09:34:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line diff for 8.4.0-4.1 NMU
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 8.4.0-5
acknowledged.
--- End Message ---