Your message dated Mon, 16 Nov 2009 17:47:48 +0000
with message-id <e1na5g4-0000lm...@ries.debian.org>
and subject line Bug#496787: fixed in gnade 1.6.2-2
has caused the Debian Bug report #496787,
regarding RFA: gnade -- GNat Ada Database Environment
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
496787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
GNADE is a complete database development environment for Ada programmers.
It consists of:
a. A Thin binding to the ODBC API. With this API, you can write programs
that query any ODBC-compliant database server.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs that
contain embedded SQL statements, as per the ISO SQL 92 standard. The
preprocessor translates the embedded SQL statements to ODBC calls.
I hereby request for someone to adopt the package. It is in good shape
with no known bugs. Future maintenance effort should be low. Upstream has
a version 2.0 in the works. I can sponsor the package for you if you're
not a Debian developer. The packaging scripts are in a public monotone
repository which you are welcome to use if you so wish:
http://www.ada-france.org/article131.html
http://www.ada-france.org:8081/branch/changes/org.debian.gnade
--
Ludovic Brenta.
--- End Message ---
--- Begin Message ---
Source: gnade
Source-Version: 1.6.2-2
We believe that the bug you reported is fixed in the latest version of
gnade, which is due to be installed in the Debian FTP archive:
gnade_1.6.2-2.diff.gz
to main/g/gnade/gnade_1.6.2-2.diff.gz
gnade_1.6.2-2.dsc
to main/g/gnade/gnade_1.6.2-2.dsc
libgnadecommon-dbg_1.6.2-2_amd64.deb
to main/g/gnade/libgnadecommon-dbg_1.6.2-2_amd64.deb
libgnadecommon1-dev_1.6.2-2_amd64.deb
to main/g/gnade/libgnadecommon1-dev_1.6.2-2_amd64.deb
libgnadecommon1_1.6.2-2_amd64.deb
to main/g/gnade/libgnadecommon1_1.6.2-2_amd64.deb
libgnadeodbc-dbg_1.6.2-2_amd64.deb
to main/g/gnade/libgnadeodbc-dbg_1.6.2-2_amd64.deb
libgnadeodbc1-dev_1.6.2-2_amd64.deb
to main/g/gnade/libgnadeodbc1-dev_1.6.2-2_amd64.deb
libgnadeodbc2_1.6.2-2_amd64.deb
to main/g/gnade/libgnadeodbc2_1.6.2-2_amd64.deb
libgnadesqlite3-1-dev_1.6.2-2_amd64.deb
to main/g/gnade/libgnadesqlite3-1-dev_1.6.2-2_amd64.deb
libgnadesqlite3-2_1.6.2-2_amd64.deb
to main/g/gnade/libgnadesqlite3-2_1.6.2-2_amd64.deb
libgnadesqlite3-dbg_1.6.2-2_amd64.deb
to main/g/gnade/libgnadesqlite3-dbg_1.6.2-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 496...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Leake <stephen_le...@stephe-leake.org> (supplier of updated gnade
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 22 Oct 2009 22:19:46 +0200
Source: gnade
Binary: libgnadecommon1-dev libgnadecommon-dbg libgnadecommon1
libgnadeodbc1-dev libgnadeodbc-dbg libgnadeodbc2 libgnadesqlite3-1-dev
libgnadesqlite3-dbg libgnadesqlite3-2
Architecture: source amd64
Version: 1.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Stephen Leake <stephen_le...@stephe-leake.org>
Changed-By: Stephen Leake <stephen_le...@stephe-leake.org>
Description:
libgnadecommon-dbg - GNat Ada Database Environment - common debugging symbols
libgnadecommon1 - GNat Ada Database Environment - common subprograms library
libgnadecommon1-dev - GNat Ada Database Environment - subprograms common to
other GNADE
libgnadeodbc-dbg - GNat Ada Database Environment - ODBC debugging symbols
libgnadeodbc1-dev - GNat Ada Database Environment - ODBC programming interface
libgnadeodbc2 - GNat Ada Database Environment - ODBC interface
libgnadesqlite3-1-dev - GNat Ada Database Environment - SQLite3 programming
interface
libgnadesqlite3-2 - GNat Ada Database Environment - SQLite3 interface
libgnadesqlite3-dbg - GNat Ada Database Environment - SQLite3 debugging symbols
Closes: 496787 538643 542413
Changes:
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.
Checksums-Sha1:
3313440720b2e7c0db017260ab1f849fed8490e5 1404 gnade_1.6.2-2.dsc
86199126fca9afecfd54d61a2ececa6073284751 14190 gnade_1.6.2-2.diff.gz
464760b7318a44aff80e1fbe27db74eb6c59c8e7 349570
libgnadecommon1-dev_1.6.2-2_amd64.deb
0e2a725109e3454a7afa548c9f26f9932a6a5e30 136242
libgnadecommon-dbg_1.6.2-2_amd64.deb
b824ec412463515df02b983f9c9b05e1bc05a6df 126310
libgnadecommon1_1.6.2-2_amd64.deb
9a8fe9d63eb22780f566d050f326d3ffb0f4a535 1222050
libgnadeodbc1-dev_1.6.2-2_amd64.deb
93810e7e1826e839217360caa075b44c3d3dfad5 553066
libgnadeodbc-dbg_1.6.2-2_amd64.deb
cd4c2d18dd96c6d78f1d7f5316e9d92d3fe8b501 355442 libgnadeodbc2_1.6.2-2_amd64.deb
e592847fc69f6da34e653fbcc2db2963cd0240b8 76388
libgnadesqlite3-1-dev_1.6.2-2_amd64.deb
a45644d9cc45785d2cab6baad3693421f61d88b7 37228
libgnadesqlite3-dbg_1.6.2-2_amd64.deb
b37fb234702b548b8571d2972d6ebba33e250c21 24974
libgnadesqlite3-2_1.6.2-2_amd64.deb
Checksums-Sha256:
4f1870daf9123ad9eff1936f1bb6687d43290cf186dd29e2bdcd6ce9454110b1 1404
gnade_1.6.2-2.dsc
85cf85f5a6ae6ec7dbf4efecbd5297c1c5e58501d46ad4613c666865dc030bad 14190
gnade_1.6.2-2.diff.gz
1b5c990fa690f6d96024a3b6782c081e906e41f26bf1742c89a7b11579afa9f8 349570
libgnadecommon1-dev_1.6.2-2_amd64.deb
44d95fe7c6bdeceb5ff17342105aa1462844447387856bb094071c333569e6b1 136242
libgnadecommon-dbg_1.6.2-2_amd64.deb
ee3f55d3378a94217f156e7246a5111c8ae608b942bcabf075693f4bd656f5e8 126310
libgnadecommon1_1.6.2-2_amd64.deb
507ec03703b6cd52fbe0f8aa1291bd17282d4b570af512c61308511c870bb38b 1222050
libgnadeodbc1-dev_1.6.2-2_amd64.deb
9d34b16956323dca888d6c5b3ba79bb5440b4348158650de6656b0b7ad3d0e62 553066
libgnadeodbc-dbg_1.6.2-2_amd64.deb
cb7c8f5fab3ae7d8a933764bfa8c30124ff33eab41215e5f521cedd7f5f99620 355442
libgnadeodbc2_1.6.2-2_amd64.deb
358910991c0e7f4b2d824b7f434a151db1b0731b4f2efec02a89837a225f8d8e 76388
libgnadesqlite3-1-dev_1.6.2-2_amd64.deb
97b35dd32463f14be6bf75d2eec7a9ae0ef89ee31fb50d3dc5bc195645aeb19f 37228
libgnadesqlite3-dbg_1.6.2-2_amd64.deb
aad3131328d28ec6c56634cf93a4bfcb58ff031dcaddc942d9b999389d32c18a 24974
libgnadesqlite3-2_1.6.2-2_amd64.deb
Files:
4a5b3fc52cc05f599c496e31acad9170 1404 libs optional gnade_1.6.2-2.dsc
7fe6adabd8a0860db3ffeaea7bda3c0c 14190 libs optional gnade_1.6.2-2.diff.gz
7ecb31aa1c7bb6a3de72cef4f8bfe859 349570 libdevel optional
libgnadecommon1-dev_1.6.2-2_amd64.deb
9ad789aa92ad17e05867208792cadcc8 136242 debug extra
libgnadecommon-dbg_1.6.2-2_amd64.deb
fc392be09eab0812f79f0eafe72d93c1 126310 libs optional
libgnadecommon1_1.6.2-2_amd64.deb
02a0e44e1070c8dafafac118aa5da378 1222050 libdevel optional
libgnadeodbc1-dev_1.6.2-2_amd64.deb
240337abc9c688704ff6e12aa8f436aa 553066 debug extra
libgnadeodbc-dbg_1.6.2-2_amd64.deb
3159cde6bde55684e0ef7f072bdd4e92 355442 libs optional
libgnadeodbc2_1.6.2-2_amd64.deb
452f7b69a7a4b7fdb7b2cb1c3b6b6f8d 76388 libdevel optional
libgnadesqlite3-1-dev_1.6.2-2_amd64.deb
8f29c7eb74c5bc26cb9f5bdbe8ab2443 37228 debug extra
libgnadesqlite3-dbg_1.6.2-2_amd64.deb
d0327df04b51a085a9ad566b27ccf50a 24974 libs optional
libgnadesqlite3-2_1.6.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFK6KTRx9kwJZ3/qtQRAjgMAKCU/fH08+8E7NBlRAyCkw+VpBU0vQCaA2li
Q2uGGl03ZTEXXMCvYnGl41s=
=2CRk
-----END PGP SIGNATURE-----
--- End Message ---