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:
+		*;
+};

Reply via email to