[Pkg-postgresql-public] postgresql-common_142_amd64.changes ACCEPTED into unstable

Debian FTP Masters ftpmaster at ftp-master.debian.org
Tue May 7 10:19:35 UTC 2013



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 07 May 2013 11:11:58 +0200
Source: postgresql-common
Binary: postgresql-common postgresql-client-common postgresql-server-dev-all postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all
Version: 142
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public at lists.alioth.debian.org>
Changed-By: Martin Pitt <mpitt at debian.org>
Description: 
 postgresql - object-relational SQL database (supported version)
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - PostgreSQL database-cluster manager
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-server-dev-all - extension build tool for multiple PostgreSQL versions
Closes: 637017 639108 646700 650680 656363 671915 677604 680162 680571 681344 682938 685043 688105 689994 689996 693958 697182 697239 697291 697377 698958 699911 700271 701602 705219
Changes: 
 postgresql-common (142) unstable; urgency=low
 .
   [ Christoph Berg ]
   * Make all scripts honor PGSYSCONFDIR (defaulting to
     /etc/postgresql-common).
   * The default behavior of pg_createcluster can be configured in
     /etc/postgresql-common/createcluster.conf. This also allows to disable the
     creation of "main" clusters when postgresql server packages are installed,
     and to set parameters in the new postgresql.conf.
   * pg_createcluster: Move setting of log_line_prefix to createcluster.conf.
   * debian/postgresql-common.postgresql.init: Do not die of one cluster fails
     to start. (Closes: #699911)
   * pg_checksystem: Suppress error message for unavailable filesystems.
     (Closes: #705219)
   * pg_upgradecluster: Use a distinct name (pg_hba.conf.pg_upgradecluster) for
     the pg_hba.conf backup, and handle the case where this file already exists
     gracefully.
   * pg_upgradecluster: On upgrades to 9.3, rename unix_socket_directory to
     unix_socket_directories.
   * pg_upgradecluster, t/043_upgrade_ssl_cert.t: Copy server.crt and friends
     in the data directory on upgrade. (Closes: #698958)
   * pg_ctlcluster: Set LANG so non-ascii chars in the server log are not
     replaced by '?'. Thanks to Adrian Vondendriesch for help debugging this.
     (Closes: #671915)
 .
   [ Martin Pitt ]
   * debian/supported-versions: Add 9.3 for testing/unstable.
   * debian/supported-versions: Add Ubuntu 13.10.
   * Bump Standards-Versio to 3.9.4 (no changes necessary).
   * pg_upgradecluster: For upgrades to 9.3, migrate "replication_timeout" to
     "wal_sender_timeout".
   * t/060_obsolete_confparams.t: Add full 9.2 configuration, to test 9.2 → 9.3
     upgrades.
 .
 postgresql-common (141) experimental; urgency=low
 .
   [ Christoph Berg ]
   * debian/maintscripts-functions: Fix configure_client_version to call
     _link_manpages correctly, spotted by Kris Shannon. (Closes: #701602)
   * debian/postgresql-common.sysctl: Note that the file is Linux-specifc and
     do some rewording of the comments.
   * debian/supported-versions:
     + Deprecate 8.3 for pgdg builds.
     + Handle missing os-release and lsb_release gracefully, just print a
       warning. (Affects squeeze systems, Introduced by the fix for #697182).
   * pg_buildext: Deprecate <srcdir> parameter. The docs do not mention it
     anymore, but the script will still accept it.
   * pg_createcluster, pg_upgradecluster: For 9.2 and higher, use the new
     ssl_ca_file option instead of creating a root.crt symlink in the data
     directory. (Related to the fix for #680162 below.)
   * pg_createcluster: If /etc/postgresql-common/root.crl is present, symlink
     it (<= 9.1), or set ssl_crl_file (>= 9.2).
   * pg_ctlcluster: Create (first) unix_socket_directory if missing.
   * pg_ctlcluster: Document start.conf by pointing at pg_createcluster(8).
   * pg_lsclusters: Make output column widths dynamically adjust to contents;
     shorten "Version" in header to "Ver".
   * pg_upgradecluster: Get cluster encoding before shutting down the cluster
     so we don't need to restart it in pg_upgrade mode; temporarily start the
     cluster if needed.
   * postgresql-client-common: For apt.postgresql.org builds (with "pgdg" in
     the version number), depend on pgdg-keyring.
   * Add a "apt.postgresql.org.sh" script to add that archive to sources.list.
 .
   [ Martin Pitt ]
   * debian/backport-ppa: Stop building raring packages. The PPA is declared
     deprecated now, moving to apt.postgresql.org.
   * pg_createcluster: Drop "Moving configuration file.." message as it's not
     all that interesting and we are going to add more status output.
   * pg_createcluster: Print configuration and data directory on separate
     lines, and also show the current locale that the cluster will use.
     (Closes: #700271)
   * pg_updatedicts: Cleanup tsearch data files which do not have a
     corresponding hunspell or myspell dictionary installed any more.
     (Closes: #689996)
   * Adjust upgrade tests according to the changed pg_lscluster formatting.
 .
   [ Peter Eisentraut ]
   * Add support for pg_upgrade: (Closes: #682938)
     - pg_upgradecluster: Add options to select pg_upgrade instead of
       dump/restore, and call pg_upgrade when selected.
     - t/040_upgrade.t: Test all upgrade methods.
 .
 postgresql-common (140) experimental; urgency=low
 .
   [ Martin Pitt ]
   * t/001_packages.t: Also check that -contrib is installed.
   * debian/backport-ppa: Backport -common for Ubuntu 12.10.
   * PgCommon.pm: Recognize "include_if_exists" directive. (LP: #1098986)
   * pg_ctlcluster: Recreate a missing /var/log/postgresql/ if needed.
     (LP: #1009989)
   * debian/postgresql-client-common.links: Wrap pgbench with pg_wrapper.
     (LP: #1068194)
 .
   [ Christoph Berg ]
   * testsuite: The default list of umasks to test (022 077) can be overridden
     by setting the environment variable PG_UMASKS.
   * t/003_package_checks.t: Ensure psql is linked against libedit.
   * t/005_PgCommon.t: Increase sleep time after netcat launch to 200ms.
   * t/020_create_sql_remove.t: Test process title update.
   * pg_createcluster: Allow passing of initdb arguments on the command line.
     If --auth parameters are passed, skip updating the generated pg_hba.conf
     file.
   * pg_virtualenv: Allow passing initdb arguments to pg_createcluster.
   * pg_upgradecluster: Print a helpful message when invoked on the target
     version. Problem seen on #postgresql.
   * t/030_errors.t: Adjust testsuite for this.
   * debian/supported-versions: Handle unset variables from /etc/os-release
     gracefully. Spotted by x4rlos on #postgresql.
   * pg_buildext: Set USE_PGXS=1, and srcdir (needed by plr).
 .
 postgresql-common (139) experimental; urgency=low
 .
   [ Christoph Berg ]
   * pg_virtualenv: New program to create throw-away clusters for running
     regression tests.
   * testsuite: unshare needs "--" or else it eats our options.
   * testsuite: Require netcat-openbsd to be installed.
   * testsuite: Move locale generation here from debian/tests/system, also
     generate en_US.utf8 locale; unset LC_ALL.
   * Drop debian/tests, moved to the postgresql-* server packages.
   * testsute 005_PgCommon: Do the ipv4 tests before the ipv6 ones; skip
     the ipv6 for perl <= 5.10 (i.e. on squeeze and lucid).
   * PgCommon.pm, pg_ctlcluster, pg_createcluster, t/030_errors.t: 9.3 renames
     unix_socket_directory to unix_socket_directories.
   * pg_wrapper: Document that PGHOST overrides PGCLUSTER. (Closes: #697291)
   * pg_wrapper: Skip cluster selection if --host is given on the command line.
     (Closes: #637017) While we are at it, improve --port parsing, too.
   * t/010_defaultport_cluster.t: Add test cases for the above pg_wrapper
     changes.
   * t/040_upgrade.t: dup2 psql stderr to suppress warning 'could not change
     directory to "/tmp/pgtest'.
   * postgresql-client-common: Add Depends: netbase for getprotobyname() in
     PgCommon.pm. (Closes: #697377)
 .
   [ Martin Pitt ]
   * debian/supported-versions: Read /etc/os-release if present, and fall back
     to lsb-release. Exit with a proper error message if neither is present.
     This gets rid of the (currently undeclared) strict dependency on
     lsb-release. (Closes: #697182)
   * debian/README.Debian: Update versions to 8.4/9.1, as current for Squeeze
     and Wheezy. (Closes: #697239)
 .
 postgresql-common (138) experimental; urgency=low
 .
   [ Christoph Berg ]
   * testsuite: start localhost interface which is down after unshare -n.
 .
   [ Martin Pitt ]
   * testsuite: Stop currently running clusters, just as the script has done
     until 136.
   * testsuite: Use a more elegant way of re-execing ourselves through unshare.
 .
 postgresql-common (137) experimental; urgency=low
 .
   [ Martin Pitt ]
   * debian/backport-ppa: Disable xz compression for lucid.
   * debian/backport-ppa: Disable libraries for -9.1/natty as well, built by
     9.2 now.
   * debian/backport-ppa: Ensure that backport PPA versions are always smaller
     than the versions in -updates.
   * pg_wrapper: Always use the latest available client version of "psql"
     instead of the target cluster's. psql is backwards compatible to all major
     versions that we support in any release. Update tests to use "createdb"
     instead of "psql" for --version tests, and add a new test for the psql
     special case to t/020_create_sql_remove.t. (Closes: #639108)
   * debian/postgresql-common.triggers: Also watch for changes in
     /usr/share/hunspell/; pg_updatedicts handles these as well.
     (Closes: #689994)
   * debian/tests/control: Add netcat-openbsd test dependency for the
     next_free_port() tests added below.
   * debian/backport-ppa: Drop natty (EOL), add raring for 9.2.
   * debian/supported-versions: Add Ubuntu 13.04.
   * testsuite: Run with overlaid tmpfses on the postgresql /etc/ and /var
     directories in an unshared namespace. This is more robust against
     protecting existing clusters, always cleans up after itself properly, and
     also speeds up testing.
   * t/031_errors_disk_full.t: Drop check for existence of unshare, as
     ./testsuite now unconditionally requires it.
   * debian/postgresql-common.postinst: Only chown /var/lib/postgresql if it
     does not already have the correct ownership. This avoids failures when the
     directory is NFS mounted. Thanks Hugh Davenport! (Closes: #693958)
 .
   [ Christoph Berg ]
   * testsuite: Move 'disk full' tests from 030_errors to new file
     031_errors_disk_full.
   * testsuite: Note that Test::More 0.87 is required for done_testing() in
     170_extensions.
   * testsuite 005_PgCommon: Add next_free_port tests (using /bin/nc).
   * supported-versions: Make output configurable via $PG_SUPPORTED_VERSIONS,
     ~/.pg_supported_versions, and /etc/postgresql-common/supported_versions.
     (Closes: #646700)
   * supported-versions: Add debian-backports and pgdg sections.
     (Closes: #650680)
   * For bpo and pgdg builds (determined by the version number), create
     /etc/postgresql-common/supported_versions with appropriate content.
   * Replace version string comparisions in perl scripts to use numerical
     operators, so things will continue to work when PostgreSQL 10.0 is
     released.
   * debian/rules: Use sort -n for sorting supported-versions output.
   * debian/rules: Use apt-cache policy instead of apt-cache show to determine
     the "candidate" logrotate version.
   * testsuite 020_create_sql_remove: Fix plperl test to work with 8.2.
   * testsuite 085_pg_ctl.conf: Skip for 8.2.
 .
 postgresql-common (136) experimental; urgency=low
 .
   [ Martin Pitt ]
   * debian/backport-ppa: Do first upload with orig tarball, subsequent ones
     without.
   * debian/backport-ppa: Do not run lintian.
   * debian/backport-ppa: When building postgresql-9.1 for lucid, drop the
     library packages as they collide with the ones built from postgresql-9.2.
   * debian/backport-ppa: Build 9.2 for Quantal and Natty.
   * debian/supported-versions: Add Ubuntu 12.10.
   * t/030_errors.t: For the "fails on insufficient disk space test", move from
     setting up a loop device to a tmpfs in unshare -m. This is more robust for
     cleaning up after itself, and faster as well.
   * pg_ctlcluster: Fix log output to stderr if the log file started out being
     empty. Add test case to t/030_errors.t.
   * debian/maintscripts-functions: Only try to remove the tsearch_data
     directory  if it already exists. Thanks Peter Palfrader. (Closes: #688105)
 .
   [ Christoph Berg ]
   * pg_buildext: Fix supported-versions not to die when the last version is
     not supported.
   * testsuite: Add getopt handling, and make the list of umasks to loop
     through configurable (-u).
   * t/001_packages.t: Print list of installed versions for information.
   * As debian/supported-versions is also used at build-time, add a
     build-dependency on lsb-release for lsb_release to be available. Also,
     print supported versions from debian/rules for easier debugging.
 .
 postgresql-common (135) experimental; urgency=low
 .
   [ Martin Pitt ]
   * pg_createcluster: For 9.2 and higher, use the new ssl_{cert,key}_file
     options instead of creating symlinks in the data directory.
     (Closes: #680162)
   * pg_upgradecluster: Set above options to the old cluster's SSL cert/key
     symlink destinations, if they exist.
   * debian/maintscripts-functions: Configure alternatives for manpages in
     -contrib. This will only take effect after (re)installing
     postgresql-contrib-9.2. (Closes: #680571)
   * debian/postgresql-common.postgresql.init: Fix "status" output to be more
     useful and legible, and exit with code 3 if any cluster is down.
     (Closes: #656363)
   * debian/postgresql-common.postgresql.init: Show a warning message if no
     clusters exist. (Closes: #677604)
   * t/041_upgrade_custompaths.t: Run test with a cluster that is down, to
     verify that pg_upgradecluster works for non-running clusters, too.
   * pg_upgradecluster: Move encoding detection after restarting the cluster
     with restricted connections, and drop the check that the cluster is
     running. With this, pg_upgradecluster also works for clusters which are
     not running. (Closes: #681344)
 .
   [ Peter Eisentraut ]
   * pg_createcluster: For PostgreSQL >= 9.2, use initdb options to set the
     default authentication methods, instead of modifying the configuration
     file directly. (Closes: #685043)
Checksums-Sha1: 
 342d417323bb780eb6ac1de862f45de37f360e06 2151 postgresql-common_142.dsc
 0bb0ab92516b8494d6f494d61773e455bf7ec968 160503 postgresql-common_142.tar.gz
 38eeca24a73ec85db7af7543d8ced7f15738df20 50490 postgresql-server-dev-all_142_all.deb
 860cd1b444a70fa27483a0cd5ff6eaa4947496bc 45838 postgresql_9.3+142_all.deb
 e17875031adfb01cbb916d6235b96733366c3ffe 45852 postgresql-client_9.3+142_all.deb
 7fddd6d8d45d784cb3edf02ba5f1b5775aa56876 45846 postgresql-doc_9.3+142_all.deb
 fa12fac713e2f6e8d176e6930cd021fe071bdcc6 45860 postgresql-contrib_9.3+142_all.deb
 6fad4530df728b18bb2a7e5385dcd488770158fc 153600 postgresql-common_142_all.deb
 33289e9aabc98869047448d046b1a0ca044679dc 67232 postgresql-client-common_142_all.deb
Checksums-Sha256: 
 d4821b69a4d766d0ddd739322b141b4c9fe7690ed38f402e6e77b975f1056c23 2151 postgresql-common_142.dsc
 1f018b536b596e7f35c6b8c4dc908eded7f04b1c13763ecbcb34c6bd24f69bc7 160503 postgresql-common_142.tar.gz
 4be5b47a558e0223d92166983d69a7e03e672b48b20f9a70d4b237b26156d8ed 50490 postgresql-server-dev-all_142_all.deb
 dbcb7f04d78a88463b04880e028403e09c6acdcd0d6c0244ebef36dddc37104e 45838 postgresql_9.3+142_all.deb
 4dabd33460879cf280740a98a5f5c67702e87f036d3357afeaa14a5bd01c83bc 45852 postgresql-client_9.3+142_all.deb
 ffa831613e44a31d375c2f4e57cdb87f2737abccf44fb1830e568da576a7450c 45846 postgresql-doc_9.3+142_all.deb
 259a51001944600b9c27cd67ea9f261634835d7d948d952bcfa3e60da08f9b6d 45860 postgresql-contrib_9.3+142_all.deb
 eb45ce6438e776fd790af07f41c6f32f672eea808552da2884903e1ccb533b80 153600 postgresql-common_142_all.deb
 8f21d672f6b57bee994c7d4cb9b55dcc04140213c9fea25345ede156552d9493 67232 postgresql-client-common_142_all.deb
Files: 
 e3dc96d96853c8f620960ad1cecb79d5 2151 database optional postgresql-common_142.dsc
 1f031473458484bc3570ccb044e969a5 160503 database optional postgresql-common_142.tar.gz
 7daec11778e8e92ed9741dd70ce349f1 50490 database optional postgresql-server-dev-all_142_all.deb
 10419d7dc90544badf00adf33a7588d6 45838 database optional postgresql_9.3+142_all.deb
 c525b365dff6367bf4be3f1c682c7cb7 45852 database optional postgresql-client_9.3+142_all.deb
 5ddc6f43935ad08b0ed322be881147f0 45846 doc optional postgresql-doc_9.3+142_all.deb
 4534770300ea0851842bbfa3f05d8ddd 45860 database optional postgresql-contrib_9.3+142_all.deb
 6452ba3591032bed2ede496ef4b2a971 153600 database optional postgresql-common_142_all.deb
 f1b82f89189bc7abfa69a6a4476a66a1 67232 database optional postgresql-client-common_142_all.deb

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

iQIcBAEBCAAGBQJRiNAhAAoJEPmIJawmtHufkGYP/30jGXibpf5BGCY6b24Us6tN
fR93yb2s48Cw4CLozL4CNjh+ZgID0upazWHnUSfrVMFaiGfpc2WI+2HCR1As/d0N
zVmKK6KMRTmG7FvjcClbuZkGC7pMnTq+b+v/YZrNbiuPbTZKfYJCGDUjDZIe9xWL
3X9hA6R700oR8JhP2bxt7x1MSrcHD1sIe8E88rH5BlpI8E7CqrmexjaxQxj4MM3j
ShDRbkts896pFxvl8x9uwReUjmyLITbfd6V/AmrW1ByOTjBXTAvNfLqa4wrpOmph
NWf54a73sQGAa+63JKEDLAYZGA0UQ+TmmYbRxk94CKhjNgpgpHcz5BhLpQCsr/08
pIZSANQRRaKmjFePjHLohsTbua2n5Ze1r/qOZ9vpNFAKhPdOPFb1U6ouTssjQzVS
CrCsEVG7CZCVGcylgQfdkU/DBzpQ7VgElYxvmdhV18QMosfhxnAQIQPQMp7QnRds
BAYdaeeGPHtY7BOjxGj5rttkJpEq8yeOFq986ofbgrLwuhl/nhDskH/1H5T6zEv1
vVmMgLNgV7HgT8+0MPgO1EKWd2dapuxuOhoe57SxdMzTd+mdYVmpkY3tOlzFuwah
GJVsq6PxgGDe46YF8+D9wIOHVFQFPDw7SElBDuF4KdtNHC09u4wLtLSkxMghu75F
pGpDXylAltuxdefPlCIN
=Y/7R
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the Pkg-postgresql-public mailing list