Your message dated Sun, 25 May 2008 11:40:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line aalib divergence: symbol versioning
has caused the Debian Bug report #315419,
regarding aalib divergence: symbol versioning
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
315419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315419
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: aalib
Version: 1.4p5-23
Severity: normal

Please consider the attached patch for using versioned symbols in the
library (and passing the patch upstream). 

Regards
Alastair McKinstry

diff -urN aalib-1.4p5-old/debian/changelog aalib-1.4p5/debian/changelog
--- aalib-1.4p5-old/debian/changelog	2005-06-22 07:43:04.696627000 +0000
+++ aalib-1.4p5/debian/changelog	2005-06-22 11:35:18.742330536 +0000
@@ -1,3 +1,9 @@
+aalib (1.4p5-24) unstable; urgency=low
+
+  * Use versioned symbols: only export aa_* symbols. 
+
+ -- Alastair McKinstry <[EMAIL PROTECTED]>  Wed, 22 Jun 2005 11:34:40 +0000
+
 aalib (1.4p5-23) unstable; urgency=low
 
   * Build against libslang2
diff -urN aalib-1.4p5-old/src/Makefile.am aalib-1.4p5/src/Makefile.am
--- aalib-1.4p5-old/src/Makefile.am	2005-06-22 07:17:42.902975000 +0000
+++ aalib-1.4p5/src/Makefile.am	2005-06-22 13:28:14.399274112 +0000
@@ -57,7 +57,7 @@
        aaattrs.c \
        aaputpixel.c \
        aarecfunc.c 
[EMAIL PROTECTED]@ -version-info 1:4:0
[EMAIL PROTECTED]@ -version-info 1:4:0 -Wl,--version-script=aalib.1.4.ver
 bin_PROGRAMS=aainfo aatest aafire aasavefont
 
 aainfo_LDADD= libaa.la
diff -urN aalib-1.4p5-old/src/aalib.1.4.ver aalib-1.4p5/src/aalib.1.4.ver
--- aalib-1.4p5-old/src/aalib.1.4.ver	1970-01-01 00:00:00.000000000 +0000
+++ aalib-1.4p5/src/aalib.1.4.ver	2005-06-22 11:10:27.534028656 +0000
@@ -0,0 +1,6 @@
+AA_1.4 {
+	global:
+		aa_*;
+	local:
+		*;
+};

--- End Message ---
--- Begin Message ---
This bug was already fixed in version 1.4p5-36, and according to
debian/changelog already in version 1.4p5-25.




--- End Message ---

Reply via email to