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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Thu, 17 Jan 2002 08:53:36 -0500 Local variables: left-margin: 2 End: