#
#
# rename "debian/gnade-dev.README.Debian"
#     to "debian/gnadecommon1-dev.README.Debian"
# 
# patch "debian/gnadecommon1-dev.README.Debian"
#  from [29d355c57d139ef2351dc5189418ace3edb14881]
#    to [6c7210ce9fa97bcbf1e68277ac689e8ab3ab9653]
#
============================================================
--- debian/gnade-dev.README.Debian	29d355c57d139ef2351dc5189418ace3edb14881
+++ debian/gnadecommon1-dev.README.Debian	6c7210ce9fa97bcbf1e68277ac689e8ab3ab9653
@@ -1,36 +1,34 @@ gnade for Debian
 gnade for Debian
 ----------------
 
-The Ada specifications and bodies are in the directory
-/usr/share/ada/adainclude/gnade.
+There are three gnade packages; gnadecommon, gnadeodbc, and
+gnadesqlite3.
 
-The Ada Library Information (*.ali) files are in the directory
-/usr/lib/ada/adalib/gnade.
+The binary library packages have a shared object version appended to
+the package name; the development packages have an ali version
+appended to the package name; see
+http://people.debian.org/~lbrenta/debian-ada-policy.html for more
+information on these version numbers.
 
-The static libraries with debugging symbols and the stripped shared
-libraries are in /usr/lib.
+gnadecommon is used by gnadeodbc and gnadesqlite3; it is not useful on
+its own.
 
-There is, in addition, a GNAT project file provided in
-/usr/share/ada/adainclude/gnade.gpr; it contains usage instructions.
+The Ada specifications and bodies are in the directories
+/usr/share/ada/adainclude/gnadecommon, gnadeodbc, gnadesqlite3.
 
-Thus, there are two ways to use GNADE in your Ada programs:
+The Ada Library Information (*.ali) files are in the directories
+/usr/lib/ada/adalib/gnadecommon, gnadeodbc, gnadesqlite3.
 
-pass the following options to gnatmake:
+The static libraries with debugging symbols and the stripped shared
+libraries are in /usr/lib.
 
--aI/usr/share/ada/adainclude/gnade \
--aO/usr/lib/ada/adalib/gnade \
--lgnadeodbc [optionally: -lgnadepostgresql, etc.]
+There is a GNAT project file for each library in
+/usr/share/ada/adainclude/gnadecommon.gpr, gnadeodbc.gpr,
+gnadesqlite.gpr; they contains usage instructions.
 
-or
+To use GNADE in your Ada programs, write a GNAT project file for your
+project, and "with" either gnadeodbc or gnadesqlite3 (or both).
 
-write a GNAT project file for your project, and "with" the project
-file provided:
+See the usage instructions inside the *.gpr files for more details.
 
-with "/usr/share/ada/adainclude/gnade.gpr";
-project My_Project is
-   ...
-end My_Project;
-
-See the usage instructions inside the `gnade.gpr' for more details.
-
- -- stephe <stephen_leake@stephe-leake.org>, Sat, 12 Sep 2009 08:37:18 -0400
+ -- Stephen Leake <stephen_leake@stephe-leake.org>, Wed,  4 Nov 2009 03:56:35 -0500

