The unified diff between revisions [b8e85b29..] and [bd016fa4..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [bc83215857c9e98a8fd84c3cde2df31759a8a2ad]
# to [c3b56073a45fd7cfb8a02a70d47ffd72da5ceaf0]
#
# patch "debian/control"
# from [26a1aa9f6f694ff916bcb820323c8ee21d188b80]
# to [b0aa0fb7bfe9ccbb40fadd8a2ee25f508fb4b23d]
#
============================================================
--- debian/changelog bc83215857c9e98a8fd84c3cde2df31759a8a2ad
+++ debian/changelog c3b56073a45fd7cfb8a02a70d47ffd72da5ceaf0
@@ -19,13 +19,15 @@ gnade (1.6.2-2) UNRELEASED; urgency=low
- delete mysql, postgresql, gesql
- add check target; run gnade demos
- * patches/*: new
+ * patches/bug-538643.patch: new. In *Binding, check size of object,
+ not size of type. Closes: #538643.
+ * patches/demo_warnings.patch: new.
- * dbi/odbc/gnu-db-sqlcli.gpb
- - In *Binding, check size of object, not size of type. Closes: 538643
-
[Ludovic Brenta]
* debian/control (Vcs-Mtn, Vcs-Browse): new.
+ (Maintainer): new maintainer Stephen Leake.
+ (Uploaders): add myself as the sponsor.
+ (*): switch to gnat-4.4.
-- Stephen Leake <stephen_leake@stephe-leake.org> Thu, 22 Oct 2009 22:19:46 +0200
============================================================
--- 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