The unified diff between revisions [b8e85b29..] and [bd016fa4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'debian/control'

#
#
# patch "debian/control"
#  from [26a1aa9f6f694ff916bcb820323c8ee21d188b80]
#    to [b0aa0fb7bfe9ccbb40fadd8a2ee25f508fb4b23d]
#
============================================================
--- debian/control	26a1aa9f6f694ff916bcb820323c8ee21d188b80
+++ debian/control	b0aa0fb7bfe9ccbb40fadd8a2ee25f508fb4b23d
@@ -4,7 +4,7 @@ Uploaders: Ludovic Brenta <lbrenta@debia
 Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
 Uploaders: Ludovic Brenta <lbrenta@debian.org>
 # sqlite3, libsqlite3-dev are used to test the sqlite3 interface
-Build-Depends: debhelper (>> 5), gnat (>= 4.3), gnat-4.3, unixodbc-dev, libsqlite3-dev, quilt, sqlite3, libsqlite3-dev
+Build-Depends: debhelper (>> 5), gnat (>= 4.4), gnat-4.4, unixodbc-dev, libsqlite3-dev, quilt, sqlite3, libsqlite3-dev
 Standards-Version: 3.8.3
 XS-Vcs-Mtn: www.ada-france.org org.debian.gnade
 XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gnade
@@ -13,7 +13,7 @@ Section: libdevel
 # architecture is limited only because gnat is; keep this in sync with gnat
 Architecture: alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
 Section: libdevel
-Depends: gnat-4.3, libgnadecommon1 (= ${binary:Version})
+Depends: gnat-4.4, libgnadecommon1 (= ${binary:Version})
 Description: GNat Ada Database Environment - subprograms common to other GNADE packages
  GNADE is a complete database development environment for Ada
  programmers.  It consists of:
@@ -59,7 +59,7 @@ Section: libdevel
 Package: libgnadeodbc1-dev
 Architecture: alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
 Section: libdevel
-Depends: gnat-4.3, libgnadecommon1-dev (= ${binary:Version}), unixodbc (>= 2.2.11-16), libgnadeodbc2 (= ${binary:Version})
+Depends: gnat-4.4, libgnadecommon1-dev (= ${binary:Version}), unixodbc (>= 2.2.11-16), libgnadeodbc2 (= ${binary:Version})
 Suggests: gnade-doc (= ${source:Version}), libgnadesqlite3-dev
 Conflicts: gnade-dev
 Description: GNat Ada Database Environment - ODBC programming interface
@@ -106,7 +106,7 @@ Architecture: alpha amd64 hppa i386 ia64

 Package: libgnadesqlite3-1-dev
 Architecture: alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
-Depends: gnat-4.3, libgnadecommon1-dev (= ${binary:Version}), libsqlite3-dev, libgnadesqlite3-2 (= ${binary:Version})
+Depends: gnat-4.4, libgnadecommon1-dev (= ${binary:Version}), libsqlite3-dev, libgnadesqlite3-2 (= ${binary:Version})
 Section: libdevel
 Description: GNat Ada Database Environment - SQLite3 programming interface
  GNADE is a complete database development environment for Ada