Your message dated Wed, 30 Jul 2008 17:05:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471619: fixed in gnade 1.6.2-1
has caused the Debian Bug report #471619,
regarding gnade: FTBFS: gnatmake: 
"/build/user/gnade-1.6.1/tmp/make_gnadeodbc.adb" compilation error
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 [EMAIL PROTECTED]
immediately.)


-- 
471619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471619
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnade
Version: 1.6.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080318 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> quilt pop -a
> No patch removed
> make: [unpatch] Error 2 (ignored)
> dh_testdir
> dh_clean -k
> rm -rf tmp debian/files
> rm -f dbi/postgresql
>  dpkg-source -b gnade-1.6.1
> dpkg-source: building gnade using existing gnade_1.6.1.orig.tar.gz
> dpkg-source: building gnade in gnade_1.6.1-2.diff.gz
> dpkg-source: building gnade in gnade_1.6.1-2.dsc
>  debian/rules build
> quilt push -a
> Applying patch inline_functions_returning_unconstrained_types.patch
> patching file dbi/odbc/gnu-db-sqlcli.ads
> 
> Now at patch inline_functions_returning_unconstrained_types.patch
> mkdir -p tmp
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-connection_attribute.gpb 
> tmp/gnu-db-sqlcli-connection_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-desc.gpb 
> tmp/gnu-db-sqlcli-desc.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-diag.gpb 
> tmp/gnu-db-sqlcli-diag.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-environment_attribute.gpb 
> tmp/gnu-db-sqlcli-environment_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-generic_attr-bitmap_attribute.gpb 
> tmp/gnu-db-sqlcli-generic_attr-bitmap_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-info.gpb 
> tmp/gnu-db-sqlcli-info.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-statement_attribute.gpb 
> tmp/gnu-db-sqlcli-statement_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli.gpb 
> tmp/gnu-db-sqlcli.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 esql/gesql.gpb tmp/gesql.adb
> ln -s postgres dbi/postgresql
> mkdir -p tmp/odbc-static
> rm tmp/make_gnadeodbc.adb
> rm: cannot remove `tmp/make_gnadeodbc.adb': No such file or directory
> make: [tmp/make_gnadeodbc.adb] Error 1 (ignored)
> for i in dbi/odbc/*.ads; do \
>          package=`echo $i | sed -e "s/.*\///;s/\.ads//;s/-/./g"`; \
>          echo "with $package;" >> tmp/make_gnadeodbc.adb; \
>       done
> echo "procedure Make_Gnadeodbc is " >> tmp/make_gnadeodbc.adb
> echo "begin null; end Make_Gnadeodbc;" >> tmp/make_gnadeodbc.adb
> cd tmp/odbc-static; \
>       gnatmake -c -g -j4 -O2 -gnatafno -gnatVa -aI.. -aI../../support 
> -aI../../dbi/odbc \
>          -aO../adalib-static make_gnadeodbc
> gcc-4.3 -c -I./ -g -O2 -gnatafno -gnatVa -I.. -I../../support 
> -I../../dbi/odbc -I- /build/user/gnade-1.6.1/tmp/make_gnadeodbc.adb
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: because access type "Attr_Get_Func" 
> is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: because access type "Attr_Set_Proc" 
> is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: 'Access attribute not 
> allowed in generic body
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: move 'Access to private 
> part, or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: 'Access attribute not 
> allowed in generic body
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: move 'Access to private 
> part, or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnatmake: "/build/user/gnade-1.6.1/tmp/make_gnadeodbc.adb" compilation error
> make: *** [tmp/libgnadeodbc.a] Error 4

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/03/18

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: gnade
Source-Version: 1.6.2-1

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-bin_1.6.2-1_amd64.deb
  to pool/main/g/gnade/gnade-bin_1.6.2-1_amd64.deb
gnade_1.6.2-1.diff.gz
  to pool/main/g/gnade/gnade_1.6.2-1.diff.gz
gnade_1.6.2-1.dsc
  to pool/main/g/gnade/gnade_1.6.2-1.dsc
gnade_1.6.2.orig.tar.gz
  to pool/main/g/gnade/gnade_1.6.2.orig.tar.gz
libgnademysql-dbg_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnademysql-dbg_1.6.2-1_amd64.deb
libgnademysql-dev_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnademysql-dev_1.6.2-1_amd64.deb
libgnademysql1.6.2_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnademysql1.6.2_1.6.2-1_amd64.deb
libgnadeodbc-dbg_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadeodbc-dbg_1.6.2-1_amd64.deb
libgnadeodbc-dev_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadeodbc-dev_1.6.2-1_amd64.deb
libgnadeodbc1.6.2_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadeodbc1.6.2_1.6.2-1_amd64.deb
libgnadepostgresql-dbg_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadepostgresql-dbg_1.6.2-1_amd64.deb
libgnadepostgresql-dev_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadepostgresql-dev_1.6.2-1_amd64.deb
libgnadepostgresql1.6.2_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadepostgresql1.6.2_1.6.2-1_amd64.deb
libgnadesqlite-dbg_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadesqlite-dbg_1.6.2-1_amd64.deb
libgnadesqlite-dev_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadesqlite-dev_1.6.2-1_amd64.deb
libgnadesqlite1.6.2_1.6.2-1_amd64.deb
  to pool/main/g/gnade/libgnadesqlite1.6.2_1.6.2-1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Brenta <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 20 Jul 2008 22:19:46 +0200
Source: gnade
Binary: gnade-bin libgnadeodbc-dev libgnadeodbc-dbg libgnadeodbc1.6.2 
libgnademysql-dev libgnademysql-dbg libgnademysql1.6.2 libgnadepostgresql-dev 
libgnadepostgresql-dbg libgnadepostgresql1.6.2 libgnadesqlite-dev 
libgnadesqlite-dbg libgnadesqlite1.6.2
Architecture: source amd64
Version: 1.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta <[EMAIL PROTECTED]>
Changed-By: Ludovic Brenta <[EMAIL PROTECTED]>
Description: 
 gnade-bin  - GNat Ada Database Environment - embedded SQL preprocessor
 libgnademysql-dbg - GNat Ada Database Environment - MySQL programming interface
 libgnademysql-dev - GNat Ada Database Environment - MySQL programming interface
 libgnademysql1.6.2 - GNat Ada Database Environment - MySQL interface
 libgnadeodbc-dbg - GNat Ada Database Environment - ODBC programming interface
 libgnadeodbc-dev - GNat Ada Database Environment - ODBC programming interface
 libgnadeodbc1.6.2 - GNat Ada Database Environment - ODBC interface
 libgnadepostgresql-dbg - GNat Ada Database Environment - PostgreSQL 
programming interface
 libgnadepostgresql-dev - GNat Ada Database Environment - PostgreSQL 
programming interface
 libgnadepostgresql1.6.2 - GNat Ada Database Environment - PostgreSQL interface
 libgnadesqlite-dbg - GNat Ada Database Environment - SQLite programming 
interface
 libgnadesqlite-dev - GNat Ada Database Environment - SQLite programming 
interface
 libgnadesqlite1.6.2 - GNat Ada Database Environment - SQLite interface
Closes: 471619
Changes: 
 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).
Checksums-Sha1: 
 65f16b7b7c7066b3965823906e55d59a5c89f513 1351 gnade_1.6.2-1.dsc
 c462b08c926f702b37dcfc38a61b04379f8fdfb0 914845 gnade_1.6.2.orig.tar.gz
 5b7e6fd59c10cd7f116bcfd41e778a03a30c1a50 10498 gnade_1.6.2-1.diff.gz
 da8913c7a64f099744087f7845d74cc788ca39ac 85756 gnade-bin_1.6.2-1_amd64.deb
 ded58208b1123959c5fb63a546a480ac3bb67bbf 1237074 
libgnadeodbc-dev_1.6.2-1_amd64.deb
 b9878a63185e67a3cba23b3c145f00f956a2d0fa 554862 
libgnadeodbc-dbg_1.6.2-1_amd64.deb
 03815d194c9e29dbea0ab5bd10845f1fb5cc599d 365304 
libgnadeodbc1.6.2_1.6.2-1_amd64.deb
 ef568a10e764d1ec7042b55c31f91af91d354d14 77906 
libgnademysql-dev_1.6.2-1_amd64.deb
 208d3ad6268a0d5d9649bc87da6856cdd95a83a8 34298 
libgnademysql-dbg_1.6.2-1_amd64.deb
 f8c29d3b5ed1a326aae83c0ae41e9f799f7ea592 26356 
libgnademysql1.6.2_1.6.2-1_amd64.deb
 db1148d1688db700aaeca4722f0ac204e6802e18 69860 
libgnadepostgresql-dev_1.6.2-1_amd64.deb
 af3fdb3fe1f86879f40814f21b3bc539d2efba94 34418 
libgnadepostgresql-dbg_1.6.2-1_amd64.deb
 9dbf8a9e37a55dbe465c4af34b7537e9239db8b2 20176 
libgnadepostgresql1.6.2_1.6.2-1_amd64.deb
 b4220150eacc4be862be1d28208f39afbe361f8b 52162 
libgnadesqlite-dev_1.6.2-1_amd64.deb
 1f38615ffffe7818c0090dba37db3d784105e49b 27378 
libgnadesqlite-dbg_1.6.2-1_amd64.deb
 3a6b2c1ef2b95f4535424a386dc2ee00bd061321 21076 
libgnadesqlite1.6.2_1.6.2-1_amd64.deb
Checksums-Sha256: 
 8d812b6d138e7bb1c526e7e00cb6c3c3a487140fdab86aa11b2ab6abc3505f8a 1351 
gnade_1.6.2-1.dsc
 e0a45abcec457bd4b8c83f993ca1835be6250f046c38320c6acfbc96f001eb84 914845 
gnade_1.6.2.orig.tar.gz
 8f96a8c6910ae02e3f42c4f89a6f406526f2b7005a0a4ffc146201543a32af81 10498 
gnade_1.6.2-1.diff.gz
 3cecc764b2b682a8a156e1c61af18f8c47974e7a296841a43ccabc898d6f629f 85756 
gnade-bin_1.6.2-1_amd64.deb
 0ac7f6450d9f53648b60eb49c0342951a6230c75ab947c7621c2aab64f060d59 1237074 
libgnadeodbc-dev_1.6.2-1_amd64.deb
 3101684b6dbe4ea3c314768c2c1353116d06d7639b1e09876e4c534d15dae783 554862 
libgnadeodbc-dbg_1.6.2-1_amd64.deb
 8fd8190784bc0cfbd002155abdc2c8d22b8ffe6f7668d9b0f786be8c40bc71f4 365304 
libgnadeodbc1.6.2_1.6.2-1_amd64.deb
 a83dd9168e80b6430f738f43dc6227f81774dd4dfa7159d10332ed6bd5a2d64a 77906 
libgnademysql-dev_1.6.2-1_amd64.deb
 f09e0a3f55077801c9e519cdf7d08ab122c3e1c3afdacebc26e7216d68354bf6 34298 
libgnademysql-dbg_1.6.2-1_amd64.deb
 c2221364b958d83e09acc174c7bd1240ac4e9aa6098afdf6c7a6b3c47c707def 26356 
libgnademysql1.6.2_1.6.2-1_amd64.deb
 7f7614327f75f2f4d67c99f6aa0af0c771cd4006597b7ac73a33a36b74c6fd9c 69860 
libgnadepostgresql-dev_1.6.2-1_amd64.deb
 13051dfa8729aa85c59de1fdcc9d9eb398068371f2debd7926372dbf01cba75d 34418 
libgnadepostgresql-dbg_1.6.2-1_amd64.deb
 ff50af154bb15bb6583b7ffb2cd1cd29bae861aaefd4410965e134ef597a47b4 20176 
libgnadepostgresql1.6.2_1.6.2-1_amd64.deb
 0046c4904849d4510c47e7f43ff27ba83754d2754be83db404ab5eb6e850e06a 52162 
libgnadesqlite-dev_1.6.2-1_amd64.deb
 3a6b5ca9d802df3c08591d66e8509c2c8aeeec69ba5c65343a15870a1b4b75b2 27378 
libgnadesqlite-dbg_1.6.2-1_amd64.deb
 7176557e7f8e73d996bdd01cf8806ae52aa9e5d05cf35e52efe4726fe046726a 21076 
libgnadesqlite1.6.2_1.6.2-1_amd64.deb
Files: 
 c7e03bd3208b03de4b97f9979ca24167 1351 libs optional gnade_1.6.2-1.dsc
 d340d70087b2426da875dc28c6ebffb3 914845 libs optional gnade_1.6.2.orig.tar.gz
 f098d69f17dbb075721f9a2f583f556b 10498 libs optional gnade_1.6.2-1.diff.gz
 716f24cd5e34ac78224d7cea4fbc7023 85756 devel optional 
gnade-bin_1.6.2-1_amd64.deb
 81209b9a6bafad8256ad0805c9f0101f 1237074 libdevel optional 
libgnadeodbc-dev_1.6.2-1_amd64.deb
 054f9dec664e4ad2ad277114590af86d 554862 libdevel extra 
libgnadeodbc-dbg_1.6.2-1_amd64.deb
 dccd170240dd783a5e3c565bc4683e5a 365304 libs optional 
libgnadeodbc1.6.2_1.6.2-1_amd64.deb
 3af0ed151481a9b10b1f8c90ef87ecf4 77906 libdevel optional 
libgnademysql-dev_1.6.2-1_amd64.deb
 19eaaa31c32f272e003608324395b84b 34298 libdevel extra 
libgnademysql-dbg_1.6.2-1_amd64.deb
 7a3f2ec0083a452a5e88a98e9b16c7a1 26356 libs optional 
libgnademysql1.6.2_1.6.2-1_amd64.deb
 237df546c09279411fdb711bf7c5b797 69860 libdevel optional 
libgnadepostgresql-dev_1.6.2-1_amd64.deb
 d1d15c4f983f45b0079a1b66cce21208 34418 libdevel extra 
libgnadepostgresql-dbg_1.6.2-1_amd64.deb
 518071a1963eaef0b24615d3e33e4016 20176 libs optional 
libgnadepostgresql1.6.2_1.6.2-1_amd64.deb
 50caa2c1198d1de9016f30aa4bedfe8b 52162 libdevel optional 
libgnadesqlite-dev_1.6.2-1_amd64.deb
 ca57d1fdeb0fd7168764c11b97e579b9 27378 libdevel extra 
libgnadesqlite-dbg_1.6.2-1_amd64.deb
 deb4907fd8b096bca6e4af5a01e381fc 21076 libs optional 
libgnadesqlite1.6.2_1.6.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIg6fZx9kwJZ3/qtQRAvbmAJ4q/q6+psiI5j432jg74pWeXk4GOACglvJk
JNoLsWD8dGboE6FifAFsGTg=
=jN3R
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to