Description: Tell upstream build system where to find the needed GNAT sources.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed

--- /dev/null
+++ b/gnat_util.gpr
@@ -0,0 +1,5 @@
+with "gnatprj.gpr";
+with "gnatvsn.gpr";
+project Gnat_Util is
+  for Source_Files use ();
+end Gnat_Util;
--- a/src/gnatcoll__gnat_util.gpr
+++ b/src/gnatcoll__gnat_util.gpr
@@ -1,6 +1,9 @@
 with "../gnatcoll_shared";
 with "gnat_util";
 
+--  Repeat gnatprj.gpr right here, so that dh_ada_library detects it.
+with "gnatprj.gpr";
+
 project GnatColl is
    for Leading_Library_Options use GnatColl_Shared.Ldflags;
    for Source_Dirs     use (".", "paragraph_filling");
