gnade (1.6.2-9) unstable; urgency=low

  * upgrade to build with gnat-4.6; bump aliversion

 -- Stephen Leake <stephen_leake@stephe-leake.org>  Sun, 17 Jul 2011 15:00:59 -0400

gnade (1.6.2-8) unstable; urgency=low

  * debian/source/format: New file; change to 3.0 (quilt)

  * debian/patches/*.patch: document according to DEP-3

  * debian/compat: bump to 7

  * debian/copyright (Format-Specification): use dep5 format.

  * debian/rules: improve build instructions, drop quilt rules

  * debian/test_installed.sh: do sudo on install steps
  
 -- Stephen Leake <stephen_leake@stephe-leake.org>  Wed, 30 Jun 2010 04:54:55 -0400

gnade (1.6.2-7) unstable; urgency=low

  * debian/control (DM-Upload-Allowed): yes, not true.
    (Standards-Version): bump to 3.8.4 with no changes required.
    (*): add ${misc:Depends} everywhere, per lintian.
    (Uploaders): remove myself, Stephe taking over now.

 -- Ludovic Brenta <lbrenta@debian.org>  Sat,  5 Jun 2010 22:20:25 +0200

gnade (1.6.2-6) unstable; urgency=low

  * debian/control (DM-Upload-Allowed): true.
    (Architecture): add armel to all packages.  Closes: #568436.
    Comply with Fifth Edition of the Debian Policy for Ada:
    (*-dev): depend on gnat and ada-compiler in addition to gnat-4.4.
    (*-dbg): suggest gnat, ada-compiler to be more visible in aptitude.

 -- Ludovic Brenta <lbrenta@debian.org>  Sat,  5 Jun 2010 21:42:29 +0200

gnade (1.6.2-5) unstable; urgency=low

  * debian/gnade_{common,odbc,sqlite3}_ref.gpr: delete -fstack-check from
    compiler options; broken in gcc 4.4. Closes: #558980

  * debian/rules: get soversion, aliversion from debian/control

  * debian/gnade_{odbc, sqlite3}_example_installed.gpr: new, used in
    running demos with installed packages.

 -- Stephen Leake <stephen_leake@stephe-leake.org>  Mon, 14 Dec 2009 17:02:46 -0500

gnade (1.6.2-4) unstable; urgency=low

  * debian/gnade_{common,odbc,sqlite3}_ref.gpr: add Library_ALI_Dir;
    fixes weird FTBFS on i386.  Necessary anyway since the libraries
    are not in the same place as the .ali files.
  * debian/control (Architectures): temporarily disable alpha due to
    http://gcc.gnu.org/PR42073.

 -- Ludovic Brenta <lbrenta@debian.org>  Tue, 17 Nov 2009 00:09:10 +0100

gnade (1.6.2-3) unstable; urgency=low

  * debian/rules: Install source, ali files in correct directories
    according to Debian Ada Policy. Install examples.

  * debian/odbc.gpr: renamed to debian/gnadeodbc.gpr, refer to correct
    directories

  * debian/sqlite3.gpr: renamed to debian/gnadesqlite3.gpr, refer to
    correct directories

  * debian/gnadecommon.gpr: new

  * debian/compat: change to 6.

  * debian/test_installed.sh: New file, for running examples against
    installed packages.

 -- Stephen Leake <stephen_leake@stephe-leake.org>  Thu, 05 Nov 2009 06:14:01 -0500

gnade (1.6.2-2) unstable; urgency=low

  [Stephen Leake]
  * Change -dev package names to reflect the change in .ali files (see
    extensive discussion at
    http://people.debian.org/~lbrenta/debian-ada-policy.html):
    - libgnadeodbc-dev -> libgnadeodbc1-dev
    - libgnadesqlite-dev -> libgnadesqlite3-1-dev

  * Change sonames and package names for shared libraries:
    - libgnadeodbc.so.1.6.2 -> libgnadeodbc.so.2
    - libgnadesqlite.so.1.6.2 -> libgnadesqlite3.so.2 (we are linking to
      libsqlite3, not libsqlite).

  * New packages:
    - libgnadecommon1-dev, libgnadecommon1, libgnadecommon-dbg: factorize
      code shared by the ODBC and SQLite3 bindings.

  * Deleted packages:
    - libgnademysql{1.6.2,-dev,-dbg}: clearly broken.
    - libgnadepostgresql{1.6.2,,-dev,-dbg}: uses questionable C import
      techniques.
    - gnade-bin: the embedded SQL preprocessor was clearly broken.

  * debian/control (Build-Depends): delete libmysqlclient; add quilt.
    (Architecture): add kfreebsd-amd64.  Closes: #542413.
    (libgnadeodbc1-dev, libgnadesqlite3-1-dev): depend on libgnadecommon1-dev.

  * debian/rules:
    - ensure dbi/sqlite3 source is used
    - add patch, unpatch targets
    - delete mysql, postgresql, gesql
    - add check target; run gnade demos

  * patches/bug-538643.patch: new.  In *Binding, check size of object,
    not size of type. Closes: #538643.
  * patches/demo_warnings.patch: new.

  [Ludovic Brenta]
  * debian/control (Vcs-Mtn, Vcs-Browse): new.
    (Maintainer): new maintainer Stephen Leake.  Closes: #496787.
    (Uploaders): add myself as the sponsor.
    (*): switch to gnat-4.4.
    (*-dev): ensure Conflicts: and Replaces: with superseded packages.
    Suggest the -dbg packages.

 -- Stephen Leake <stephen_leake@stephe-leake.org>  Thu, 22 Oct 2009 22:19:46 +0200

gnade (1.6.2-1.1) unstable; urgency=low

  * NMU per release team's encouragement.
  * debian/control (Build-Depends, libgnademysql-dev): list unversioned
    libmysqlclient-dev rather than libmysqlclient15-dev.  (Closes: #538522.)
    (gnade-bin, libgnade*-{dev,dbg}): correct ${source:Version} to
    ${binary:Version} as needed to ensure binNMU-safety, and generally
    correct -dbg packages' metadata (extraneous dependencies cleaned up,
    section changed to debug).  (Closes: #542325.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 01 Sep 2009 20:59:02 -0400

gnade (1.6.2-1) unstable; urgency=low

  * Migrate to gnat-4.3; change the sonames to *.1.6.2.
  * New upstream version from CVS.  Closes: #471619.
  * debian/control (Architectures): add mips, mipsel and ppc64.
    (Standards-Version): update to 3.8.0.
  * patches/*: remove, no longer necessary.  Do not b-d on quilt anymore.
  * Introduce -dbg packages for all interfaces (ODBC, MySQL, PostgreSQL
    and SQLite).

 -- Ludovic Brenta <lbrenta@debian.org>  Sun, 20 Jul 2008 22:19:46 +0200

gnade (1.6.1-2) unstable; urgency=low

  * Install the preprocessed source files in libgnadeodbc-dev.

 -- Ludovic Brenta <lbrenta@debian.org>  Wed, 17 Oct 2007 16:10:27 +0200

gnade (1.6.1-1) unstable; urgency=low

  * Acknowledge NMU.  Thanks, Luk. Closes: #362979, #356760.
  * New upstream version from the CVS server.
  * Make the following changes to the directory structure:
    cd dbi; mv sqlite sqlite2; ln -s sqlite3 sqlite.
    Thus, libgnadesqlite has now switched to SQLite 3.  Made possible
    by the Ada.Containers shipped with GCC 4.1.
  * debian/control (Maintainer): change my email address; now a full DD.
    (Build-Depends): switch to gnat >= 4.1, libsqlite3-dev.  Add quilt.
    (Standards-Version): update to 3.7.2 with no changes required.
    (Architecture): add alpha, amd64, hppa, ia64, and s390.
    (libgnadeodbc1, libgnademysql1, libgnadepostgresql1, libgnadesqlite1):
    rename to *1.6 due to ABI change, with Conflicts and Replaces.
    Update descriptions.  Closes: #363609.
    (libgnadeodbc-dev, libgnademysql-dev, libgnadepostgresql-dev,
     libgnadesqlite-dev): new packages, separated from the preprocessor
     for future multilib support.  Depend on their respective database
     packages.
    (gnade-doc): remove, non-free due to a one-line invariant section :(
    Suggested, not Recommended, by the other packages.
  * debian/rules: ditto.  Adjust parallel gnatmakes to the number of CPUS
    present in the system.  Use quilt to apply patches.  Arrange to never
    delete object files during a build anymore; this makes it possible
    to restart an interrupted build.  Do not use stamps anymore; compute
    dependencies correctly in the first place.  Use pattern targets instead
    of repeating target rules over and over.
  * patches/series: new.
  * patches/inline_functions_returning_unconstrained_types.patch: new.
    Closes: #358301.
  * Remove the doc directory from the .orig.tar.gz.

 -- Ludovic Brenta <lbrenta@debian.org>  Fri, 27 Oct 2006 21:15:50 +0200

gnade (1.5.1-4.1) unstable; urgency=high

  * Non-maintainer upload.
  * Update build-dep to libmysqlclient15-dev (Closes: #358301).

 -- Luk Claes <luk@debian.org>  Sun, 16 Apr 2006 20:41:05 +0200

gnade (1.5.1-4) unstable; urgency=low

  * debian/control: enable support for GNU/kFreeBSD; build-depend on gnat
    (>=3.15p-19).  Add Alexander Wirt to the list of uploaders.
  * debian/gnade.postinst: remove, no longer needed.

 -- Ludovic Brenta <ludovic@ludovic-brenta.org>  Thu,  2 Mar 2006 08:19:19 +0100

gnade (1.5.1-3) unstable; urgency=low

  * Rebuild against libpq4 (PostgreSQL 8.1) instead of libpq3 (PostgreSQL
    7.4).  Closes: #343203.
    - debian/control: do not recommend postgresql-dev or libpq3.
  * debian/changelog: change maintainer's email address.  Change Standards-Version
    to 3.6.2.

 -- Ludovic Brenta <ludovic@ludovic-brenta.org>  Tue, 13 Dec 2005 20:46:17 +0100

gnade (1.5.1-2) unstable; urgency=low

  * Rebuild against libmysqlclient12 instead of libmysqlclient10, per
    MySQL policy.

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Sat, 29 Jan 2005 00:12:53 +0100

gnade (1.5.1-1) unstable; urgency=low

  * New upstream version.
  * Support revision numbers with dots in them for future NMUs.
  * As per upstream, changed some package names (with apropriate Replaces):
    libadamysql1      -> libgnademysql1
    libadaodbc1       -> libgnadeodbc1
    libadapostgresql1 -> libgnadepostgresql1
  * As per upstream, new package: libgnadesqlite1; Build-Depend on
    libsqllite0-dev.
  * gnade-dev Depends on, instead of Recommends, all the library packages.
  * Fix the documentation that mentions libadaodbc instead of
    libgnadeodbc.
  * Link libadaodbc.so against libodbc.so.
  * New README.Debian.

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Wed, 10 Mar 2004 15:45:26 +0100

gnade (1.4.3a-4) unstable; urgency=low

  * Revert to using a postinst script to fix the permissions on .ali files
    because lintian complains about them.
  * Compile libadaodbc1 on powerpc sparc, too.
  * debian/rules (build-arch, build-indep): Fix the NTBFS when using
    dpkg-buildpackage -b -B.
  * Closes: #226923.

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Sat, 10 Jan 2004 20:38:28 +0100

gnade (1.4.3a-3) unstable; urgency=low

  * Removed debian/files to prevent problems with dpkg-buildpackage.
  * Build against MySQL 3.23 because unixodbc does too.
  * Build on powerpc and sparc, too.

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Tue,  6 jan 2004 20:02:35 +0100


gnade (1.4.3a-2) unstable; urgency=low

  * Added a postinst script to gnade-dev to make all the *.ali files
    read-only, as required by GNAT.
  * Rebuild with all validity checks enabled (-gnatVa).

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Tue, 27 nov 2003 17:50:10 +0100

gnade (1.4.3a-1) unstable; urgency=low

  * New upstream version.
  * New maintainer (Closes: #215518).
  * Use gnat 3.15p (Closes: #156638).
  * Better package descriptions (Closes: #210009).
  * Do not build-depend on autoconf; we do not change the *.in files and
    do not require it.
  * Removed shlibs.defs and other manifest files; generate the information
    at build time.
  * Bumped up Standards-Version to 3.6.1 (from 3.5.6).
  * Moved gnade-dev to section libdevel (from libs).
  * Provide a GNAT project file, /usr/share/ada/adaincude/gnade.gpr.

 -- Ludovic Brenta <ludovic.brenta@insalien.org>  Mon, 24 Nov 2003 16:29:09 +0100

gnade (1.2.0-4) unstable; urgency=high

  * NMU
  * Rebuild so gnat 3.14 can get in Woody
  * Added autoconf to build dependency

 -- David Starner <dvdeug@debian.org>  Wed, 13 Mar 2002 18:29:20 -0600

gnade (1.2.0-3) unstable; urgency=low

  * Restricted build to i386 (gnat is only available for i386, sparc, and
    powerpc; build fails with a gnat bug on sparc and powerpc)
  * Corrected shlibs.local

 -- Harry Henry Gebel <hgebel@debian.org>  Tue, 22 Jan 2002 10:59:23 -0500

gnade (1.2.0-2) unstable; urgency=low

  * Added docbook-to-man to build-depends
  * Restricted build to i386, sparc, and powerpc

 -- Harry Henry Gebel <hgebel@debian.org>  Sun, 20 Jan 2002 21:19:41 -0500

gnade (1.2.0-1) unstable; urgency=low

  * Initial Release (closes: #107363)
  * Added install prefix support to Makefile.in
  * Don't make libraries owned by 'bin'
  * Added ability to install into /usr instead of /usr/local
  * Added man page for gesql
  * Removed -rpath from link

 -- Harry Henry Gebel <hgebel@debian.org>  Thu, 17 Jan 2002 08:53:36 -0500

Local variables:
left-margin: 2
End:
