Your message dated Wed, 22 Jun 2005 19:56:06 -0400
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #315419,
regarding aalib: please apply patch for versioned symbols
to be marked as having been forwarded to the upstream software
author(s) Jan Hubicka <[EMAIL PROTECTED]>.
(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)
---------------------------------------
Received: (at 315419-forwarded) by bugs.debian.org; 23 Jun 2005 01:16:12 +0000
>From [EMAIL PROTECTED] Wed Jun 22 18:16:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from kitenet.net [64.62.161.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DlGKC-00007I-00; Wed, 22 Jun 2005 18:16:12 -0700
Received: from dragon.kitenet.net (dpc6682244174.direcpc.com [66.82.244.174])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
by kitenet.net (Postfix) with ESMTP id EDFFB17DE2;
Thu, 23 Jun 2005 01:16:06 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
id 0819F6E3CB; Wed, 22 Jun 2005 19:56:06 -0400 (EDT)
Date: Wed, 22 Jun 2005 19:56:06 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: Jan Hubicka <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: FWD: Bug#315419: aalib: please apply patch for versioned symbols
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Jan, here's a patch to enable symbol versioning on aalib. This preserves
backwards compatability, while also nicely allowing forwards
compatability if aalib ever needs to change its API.
----- Forwarded message from Alastair McKinstry <[EMAIL PROTECTED]> -----
=46rom: Alastair McKinstry <[EMAIL PROTECTED]>
Date: Wed, 22 Jun 2005 15:34:04 +0100
To: [EMAIL PROTECTED]
Subject: Bug#315419: aalib: please apply patch for versioned symbols
Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Organization: Debian
X-Mailer: Evolution 2.2.1.1=20
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).=20
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=3Dlow
+
+ * Use versioned symbols: only export aa_* symbols.=20
+
+ -- Alastair McKinstry <[EMAIL PROTECTED]> Wed, 22 Jun 2005 11:34:40 +=
0000
+
aalib (1.4p5-23) unstable; urgency=3Dlow
=20
* 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=20
[EMAIL PROTECTED]@ -version-info 1:4:0
[EMAIL PROTECTED]@ -version-info 1:4:0 -Wl,--version-script=3Daa=
lib.1.4.ver
bin_PROGRAMS=3Daainfo aatest aafire aasavefont
=20
aainfo_LDADD=3D 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 forwarded message -----
--=20
see shy jo
--KsGdsel6WgEHnImy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCufqWd8HHehbQuO8RAomlAJ9mSvvK22FgsmzQ2pSxy4hUicwiXwCfXy2E
2OO8Bcm4cQfyevualM7VikQ=
=+kFK
-----END PGP SIGNATURE-----
--KsGdsel6WgEHnImy--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]