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/gnadesqlite3.gpr'

#
#
# rename "debian/sqlite3.gpr"
#     to "debian/gnadesqlite3.gpr"
#
# patch "debian/gnadesqlite3.gpr"
#  from [bafc8b88086aa03fa8ebd0cb386a7b0440950098]
#    to [6367728aa3ea10b2e7ab50ef2b61a7b4dcc643f5]
#
============================================================
--- debian/sqlite3.gpr	bafc8b88086aa03fa8ebd0cb386a7b0440950098
+++ debian/gnadesqlite3.gpr	6367728aa3ea10b2e7ab50ef2b61a7b4dcc643f5
@@ -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 SQLite3 binding of GNADE, the GNU Ada Database Environment.
+--  Here is an example of how to use this project file:
 --
---  with "sqlite3";
+--  with "gnadesqlite3";
 --  project Example is
 --     for Object_Dir use "obj";
 --     for Exec_Dir use ".";
 --     for Main use ("example");
 --  end Example;

-project SQLite3 is
+project GNADESQLite3 is
    for Library_Name use "gnadesqlite3";
    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/gnadesqlite3");
+   for Library_ALI_Dir use "/usr/lib/ada/adalib/gnadesqlite3";
    for Externally_Built use "true";
-end SQLite3;
+end GNADESQLite3;