Source: ahven
Version: Increase gnat version on dependencies
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.

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.9 [ppc64el]

Thank you,
Breno
Index: ahven-2.1/debian/control
===================================================================
--- ahven-2.1.orig/debian/control
+++ ahven-2.1/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Reto Buerki <[email protected]>
 Uploaders: Adrian-Ken Rueegsegger <[email protected]>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), gnat, gnat-4.6
+Build-Depends: debhelper (>= 8), gnat, gnat-4.8
 Standards-Version: 3.9.3
 Homepage: http://ahven.stronglytyped.org/
 Vcs-Browser: http://git.codelabs.ch/?p=debian/ahven.git
@@ -22,7 +22,7 @@ Description: Unit test library for Ada
 Package: libahven3-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libahven21.0 (= ${binary:Version}), gnat, gnat-4.6
+Depends: ${misc:Depends}, libahven21.0 (= ${binary:Version}), gnat, gnat-4.8
 Conflicts: libahven1-dev, libahven2-dev
 Replaces: libahven1-dev, libahven2-dev
 Description: Unit test library for Ada (development)

Reply via email to