Source: libaunit Version: 1.03-8 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, This package depends on an old gnat version that is not supported on newer architectures. Currently it doesn't build on ppc64el because ppc64el support started on GCC/GNAT 4.8, so, I would like if you can increase the gnat version on the dependencies, to a more recent version. I am providing a patch that changes the dependencies from version 4.6 to 4.8. If you don't like this change and you would want to continue to use the current gnat version, I would request to change the dependencies for ppc64el, so, we are going to be able to build this package on ppc64el architecture. You can do that using something like: -Depends: gnat-4-6 +Depends: gnat-4.6 [!ppc64el] | gnat-4.8 [ppc64el] Thank you, Breno
Index: libaunit-1.03/debian/control =================================================================== --- libaunit-1.03.orig/debian/control +++ libaunit-1.03/debian/control @@ -3,7 +3,7 @@ Section: libdevel Priority: extra Maintainer: Nicolas Boulenguez <[email protected]> Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), - gnat, gnat-4.6, + gnat, gnat-4.8, dh-ada-library Standards-Version: 3.9.5 Homepage: http://libre.adacore.com/libre/

