The unified diff between revisions [6633320d..] and [3da6ddd6..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'debian/gnadeodbc.gpr'

#
#
# rename "debian/odbc.gpr"
#     to "debian/gnadeodbc.gpr"
#
# patch "debian/gnadeodbc.gpr"
#  from [c4a107413ff2b80f20d63cb2f16fd04a8c6d50f2]
#    to [843d86df76c3ea3de2470eab6b5e5565710dc391]
#
============================================================
--- debian/odbc.gpr	c4a107413ff2b80f20d63cb2f16fd04a8c6d50f2
+++ debian/gnadeodbc.gpr	843d86df76c3ea3de2470eab6b5e5565710dc391
@@ -13,21 +13,21 @@
 --  GNU General Public License for more details.
 --
 --  This project file is designed to help build applications that use
---  GNADE, the GNU Ada Database Environment.  Here is an example of how
---  to use this project file:
+--  the ODBC binding of GNADE, the GNU Ada Database Environment. Here
+--  is an example of how to use this project file:
 --
---  with "odbc";
+--  with "gnadeodbc";
 --  project Example is
 --     for Object_Dir use "obj";
 --     for Exec_Dir use ".";
 --     for Main use ("example");
 --  end Example;

-project ODBC is
+project GNADEODBC is
    for Library_Name use "gnadeodbc";
    for Library_Dir use  "/usr/lib";
    for Library_Kind use "dynamic";
-   for Source_Dirs use ("/usr/share/ada/adainclude/gnade");
-   for Library_ALI_Dir use "/usr/lib/ada/adalib/gnade";
+   for Source_Dirs use ("/usr/share/ada/adainclude/gnadeodbc");
+   for Library_ALI_Dir use "/usr/lib/ada/adalib/gnadeodbc";
    for Externally_Built use "true";
-end ODBC;
+end GNADEODBC;