Source: dbusada Version: 0.2-2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, This package depends on a old gnat version. 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 would do it for you. On the other side, if you want to continue to use the current gnat version, you can do something like: -Depends: gnat-4-6 +Depends: gnat-4.6 [!ppc64el] | gnat-4.8 [ppc64el] Thank you, Breno
Index: dbusada-0.2/debian/control =================================================================== --- dbusada-0.2.orig/debian/control +++ dbusada-0.2/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Reto Buerki <r...@codelabs.ch> DM-Upload-Allowed: yes -Build-Depends: asciidoc, debhelper (>= 8), gnat, gnat-4.6, libahven3-dev, +Build-Depends: asciidoc, debhelper (>= 8), gnat, gnat-4.8, libahven3-dev, libdbus-1-dev, libdbus-glib-1-dev, source-highlight Standards-Version: 3.9.3 Homepage: http://www.codelabs.ch/dbus-ada/ @@ -21,7 +21,7 @@ Package: libdbusada0.2-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libdbusada0.2 (= ${binary:Version}), - libdbus-1-dev, libdbus-glib-1-dev, gnat, gnat-4.6 + libdbus-1-dev, libdbus-glib-1-dev, gnat, gnat-4.8 Description: Ada bindings to the D-Bus message bus system The D_Bus/Ada library provides an Ada binding to the D-Bus message bus used for inter-process communication on Linux desktop systems.