Installed postgresql 7.0-release-1 (all source i386)
Installed:
ecpg_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/ecpg_7.0-release-1.deb
replacing ecpg_7.0-beta5-3.deb
libpgsql2_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/libpgsql2_7.0-release-1.deb
replacing libpgsql2_7.0-beta5-3.deb
postgresql-dev_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/devel/postgresql-dev_7.0-release-1.deb
replacing postgresql-dev_7.0-beta5-3.deb
postgresql-client_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/misc/postgresql-client_7.0-release-1.deb
replacing postgresql-client_7.0-beta5-3.deb
postgresql-test_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/misc/postgresql-test_7.0-release-1.deb
replacing postgresql-test_7.0-beta5-3.deb
libpgperl_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/libpgperl_7.0-release-1.deb
replacing libpgperl_7.0-beta5-3.deb
libpgtcl_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/libpgtcl_7.0-release-1.deb
replacing libpgtcl_7.0-beta5-3.deb
postgresql-contrib_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/misc/postgresql-contrib_7.0-release-1.deb
replacing postgresql-contrib_7.0-beta5-3.deb
postgresql_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/misc/postgresql_7.0-release-1.deb
replacing postgresql_7.0-beta5-3.deb
python-pygresql_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/python-pygresql_7.0-release-1.deb
replacing python-pygresql_7.0-beta5-3.deb
postgresql-doc_7.0-release-1_all.deb
to dists/woody/main/binary-all/doc/postgresql-doc_7.0-release-1.deb
replacing postgresql-doc_7.0-beta5-3.deb
postgresql_7.0-release.orig.tar.gz
to dists/woody/main/source/misc/postgresql_7.0-release.orig.tar.gz
replacing postgresql_7.0-beta5.orig.tar.gz
postgresql_7.0-release-1.diff.gz
to dists/woody/main/source/misc/postgresql_7.0-release-1.diff.gz
replacing postgresql_7.0-beta5-3.diff.gz
odbc-postgresql_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/odbc-postgresql_7.0-release-1.deb
replacing odbc-postgresql_7.0-beta5-3.deb
pgaccess_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/misc/pgaccess_7.0-release-1.deb
replacing pgaccess_7.0-beta5-3.deb
postgresql_7.0-release-1.dsc
to dists/woody/main/source/misc/postgresql_7.0-release-1.dsc
replacing postgresql_7.0-beta5-3.dsc
postgresql-pl_7.0-release-1_i386.deb
to dists/woody/main/binary-i386/libs/postgresql-pl_7.0-release-1.deb
replacing postgresql-pl_7.0-beta5-3.deb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.6
Date: Sun, 21 May 2000 00:33:25 +0100
Source: postgresql
Binary: postgresql-pl ecpg libpgsql2 postgresql-dev postgresql-client postgresql-test libpgperl libpgtcl postgresql-contrib postgresql python-pygresql postgresql-doc odbc-postgresql pgaccess
Architecture: source i386 all
Version: 7.0-release-1
Distribution: unstable
Urgency: low
Maintainer: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Description:
ecpg - Embedded SQL for PostgreSQL
libpgperl - Perl modules for PostgreSQL.
libpgsql2 - Shared library libpq.so.2 for PostgreSQL
libpgtcl - Tcl/Tk library and front-end for PostgreSQL.
odbc-postgresql - ODBC support for PostgreSQL
pgaccess - Tk/Tcl front-end for PostgreSQL database
postgresql - Object-relational SQL database, descended from POSTGRES.
postgresql-client - Front-end programs for PostgreSQL
postgresql-contrib - Additional facilities for PostgreSQL
postgresql-dev - Header files for libpq (postgresql library)
postgresql-doc - Documentation for the PostgreSQL database.
postgresql-pl - A procedural language for PostgreSQL
postgresql-test - Regression test suite for PostgreSQL
python-pygresql - PostgreSQL module for Python
Closes: 63639
Changes:
postgresql (7.0-release-1) unstable; urgency=low
.
* New upstream release.
* Includes foreign key support, thus obsoleting contrib/spi/refint;
closes: 41223.
* postgresql-client: fixed problem in pg_wrapper: `-a' wrongly expected
a parameter.
* postgresql-test: fixed pathnames in certain tests, which were looking for
the build rather than the install directory.
* postgresql-test: sorted out testing of multibyte encoding.
* postgresql: changed method for finding local timezone to accommodate
the newest libc6 packages. Closes: bug#63639.
* postgresql: postinst was dying when it tried to remove non-existent
/var/lib/postgres/data/pg_hba.conf. Closes: 63648 62845 64216.
* postgresql-contrib: major sortout; all elements now compile and
install correctly. Closes: 63438 63437 61671 61712
* postgresql: postinst prompts before attempting automatic data update.
* Other bugfixes through upstream release: Closes: 63965 64005 47058 49161 50579 54977 55235 55584 55744 58016 60476 60479 60786 64103
* Other previous bugfixes: Closes: 61573 61664 61514 61515 61618 61637 41630 43415 47960 54846 55791 56022 60299 60406 60469 61514 61515 61980
* Made postgresql-dump /bin/sh compatible. Closes: 62802
* Applied upstream patch to allow pg_dump to dump a table with an index
on a system column.
* Changed prerm.inc to work only if /etc/postgresql/postgresql.env is
still present. If it is not present, the old binaries dump must have
been done already. Closes: 63864
* Now that upstream documentation is present, stop processing the
documentation in debian/rules. Closes: 64005.
* Revised list of include files for SPI programming. Used dynamic list
generation from the Red Hat build (by Lamar Owen).
* postgresql-dev: symbolic link from /usr/include/libpq++.h to libpq++.H
to allow legacy code to compile. Closes: 54762
* postgresql: Removed additional -S option when calling postmaster.
Closes: 57798
* postgresql: Print a message about changed database location if preinst
edits postmaster.init. Closes: 59078
* postmaster.init had an incorrect description of PGFSYNC; changes to
postgresql-dump man page and README.Debian.migration. Closes: 62865
Files:
1664936d0fc4bfe9abe4fda3a3d6d2af 934 misc optional postgresql_7.0-release-1.dsc
7fefc2f9d9430a4012aac6c78497db85 9173732 misc optional postgresql_7.0-release.orig.tar.gz
34ca2f3e32ab89f14fce96037b308f05 85467 misc optional postgresql_7.0-release-1.diff.gz
24acaaaff6fef56b49f5acbff0c1e1b5 3745210 doc optional postgresql-doc_7.0-release-1_all.deb
861ce8e919b6b71c52ff927bd8b504c1 696214 misc optional postgresql_7.0-release-1_i386.deb
a012be288aa23afa202fc7035b5b5fa3 218726 misc optional postgresql-client_7.0-release-1_i386.deb
ba51e457f7fa6729444401670742ddbe 228406 devel optional postgresql-dev_7.0-release-1_i386.deb
bb21f484c9600937ebac8a7cdcc501e1 55416 libs optional libpgsql2_7.0-release-1_i386.deb
4fe7cea607fd9ba43e255feea5f119cc 46578 libs optional postgresql-pl_7.0-release-1_i386.deb
69832a115ac2ac28903af72725ad3fcf 30942 libs optional libpgtcl_7.0-release-1_i386.deb
38af498a1a179bd767facebaafe465a2 41302 libs optional libpgperl_7.0-release-1_i386.deb
ab50f3d702d64ba9f594b57cf7c127a5 101614 libs optional ecpg_7.0-release-1_i386.deb
0d1825e0bf0004a733c31c8894dc7220 152602 misc optional pgaccess_7.0-release-1_i386.deb
e67027a584b562940037b59a5a1ab4ef 80382 misc optional postgresql-contrib_7.0-release-1_i386.deb
0adb30eb5d2cbf7e23f1512343256d0a 1067714 misc extra postgresql-test_7.0-release-1_i386.deb
3c14d9b5c382f8a4bd21f57abbc4ed32 43754 libs optional python-pygresql_7.0-release-1_i386.deb
0248a38dd7e307a1cb87bb74159bdf70 160080 libs optional odbc-postgresql_7.0-release-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE5KawFYU1MND4dDBwRAn98AJ9Z3Z3U12HwLU7KwKva3KcVJW6eKQCeKHZa
r4GJsIpMCwhgNi4AK87xmik=
=E2+o
-----END PGP SIGNATURE-----
Reply to: