Source: adacgi Version: 1.6-17 Severity: normal Tags: patch User: [email protected] 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. Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: adacgi-1.6/debian/control =================================================================== --- adacgi-1.6.orig/debian/control +++ adacgi-1.6/debian/control @@ -3,12 +3,12 @@ Maintainer: Phil Brooke <[email protected]> Section: devel Priority: optional Standards-Version: 3.9.2 -Build-Depends: debhelper (>> 6.0.0), gnat, gnat-4.6 +Build-Depends: debhelper (>> 6.0.0), gnat, gnat-4.8 Package: adacgi1 Architecture: any Section: web -Depends: gnat, gnat-4.6, ${misc:Depends} +Depends: gnat, gnat-4.8, ${misc:Depends} Conflicts: adacgi, adacgi0 Replaces: adacgi, adacgi0 Description: Ada CGI interface

