> I don't remember reading them. Where did you post that info?
i sent a mail response only to [email protected],
so may be you did not receive it.
> Agreed. Please do the tests and send me a patch, then.
ok
> I do not follow Ubuntu. The most reliable way to tell me things is via
> the Debian bug tracking system.
i know,
that was general info.
I have just test wsdl2aws and adawsdl by launching them.
There is no segfault during elaboration for both of them
(That was the problem previusly stated in debian/README.Debian)
So i think it's ok.
Please cd to the libaws debian path before applying the patch
$ cd debian
$ patch -i /_path_/add_gnutls_aws.patch
diff -cB debian.old/build_aws.gpr debian/build_aws.gpr
*** debian.old/build_aws.gpr 2010-01-09 23:25:18.000000000 +0100
--- debian/build_aws.gpr 2010-01-09 14:08:14.000000000 +0100
***************
*** 8,22 ****
package Naming is
-- Configuration for GNU/Linux using GNU TLS for strong crypto
! for Body ("AWS.Net.SSL") use "aws-net-ssl__dummy.adb";
for Body ("AWS.Net.SSL.Certificate")
! use "aws-net-ssl-certificate__dummy.adb";
for Body ("AWS.Net.Std") use "aws-net-std__gnat.adb";
-- for Body ("AWS.OS_Lib") use "aws-os_lib__gnat.adb";
for Spec ("AWS.OS_Lib") use "aws-os_lib-definitions.ads";
for Body ("AWS.Translator.Conversion")
use "aws-translator-conversion__f.adb";
! for Spec ("SSL.Thin") use "ssl-thin__dummy.ads";
for Spec ("Templates_Parser.Configuration")
use "templates_parser-configuration__aws.ads";
end Naming;
--- 8,22 ----
package Naming is
-- Configuration for GNU/Linux using GNU TLS for strong crypto
! for Body ("AWS.Net.SSL") use "aws-net-ssl__gnutls.adb";
for Body ("AWS.Net.SSL.Certificate")
! use "aws-net-ssl-certificate__gnutls.adb";
for Body ("AWS.Net.Std") use "aws-net-std__gnat.adb";
-- for Body ("AWS.OS_Lib") use "aws-os_lib__gnat.adb";
for Spec ("AWS.OS_Lib") use "aws-os_lib-definitions.ads";
for Body ("AWS.Translator.Conversion")
use "aws-translator-conversion__f.adb";
! for Spec ("SSL.Thin") use "ssl-thin__gnutls.ads";
for Spec ("Templates_Parser.Configuration")
use "templates_parser-configuration__aws.ads";
end Naming;