[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted pgbouncer 1.5-1~bpo60+1 (source amd64)



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

Format: 1.8
Date: Mon, 23 Apr 2012 12:04:04 +0200
Source: pgbouncer
Binary: pgbouncer
Architecture: source amd64
Version: 1.5-1~bpo60+1
Distribution: squeeze-backports
Urgency: low
Maintainer: Christoph Berg <myon@debian.org>
Changed-By: Christoph Berg <myon@debian.org>
Description: 
 pgbouncer  - lightweight connection pooler for PostgreSQL
Closes: 427238 461383 471114 474283 474288 499521 499522 499531 523066 538006 548887 619676 640796 641568 655283 657204
Changes: 
 pgbouncer (1.5-1~bpo60+1) squeeze-backports; urgency=low
 .
   * Rebuild for squeeze-backports.
 .
 pgbouncer (1.5-1) unstable; urgency=low
 .
   [ Peter Eisentraut ]
   * Update watch file to allow .tar.gz in addition to .tgz
   * Remove obsolete README.source and repack support in watch file
 .
   [ Christoph Berg ]
   * New upstream release.
   * Use start-stop-daemon for stopping the daemon.  Closes: #641568.
   * Use pgbouncer -R to restart in place, thanks Cody Cutrer for the patch.
     Closes: #657204.
   * Update URL in README.Debian.  Closes: #655283.
 .
 pgbouncer (1.4.2-2) unstable; urgency=low
 .
   * Honor START=0 for the restart action.  Patch by Chris Lamb, thanks!
     Closes: #640796.
 .
 pgbouncer (1.4.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
 pgbouncer (1.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove the endian patch, implemented upstream.
   * Use source format 3.0 (quilt) because the upstream tarball has its own
     debian/ dir. Ignore lib/usual/config.h in source/options.
 .
 pgbouncer (1.4-2) unstable; urgency=low
 .
   * Add myself as maintainer.
   * Use the system endian.h on *bsd. Closes: #619676
   * Add quilt to Build-Depends.
   * Move debian/config.patch to quilt and comment out example databases in
     config file.
   * Update long description.
 .
 pgbouncer (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove .orig file after patching pgbouncer.ini
 .
 pgbouncer (1.3.3-2) unstable; urgency=low
 .
   * Added myself to uploaders
   * Fixed debian/copyright to match reality
   * Updated standards version
   * Install configuration files with more secure permissions (closes: #548887)
 .
 pgbouncer (1.3.3-1) unstable; urgency=low
 .
   * New upstream version.
   * Bumping Standards-Version to 3.8.4, no changes needed.
   * Removing dpatch - no patches needed anymore since several releases.
   * Use source format 1.0 for easy backporting.
 .
 pgbouncer (1.3.2-1) unstable; urgency=low
 .
   * New upstream version.
 .
 pgbouncer (1.3.1-3) unstable; urgency=low
 .
   * Really change the init script now - unfortunately the old one found
     its way back into the package.
 .
 pgbouncer (1.3.1-2) unstable; urgency=low
 .
   * Chaging Section to database, which is the new section for
     database related tools.
   * Require $remote_fs on start/stop in the init script. (Lintian:
     init.d-script-missing-dependency-on-remote_fs)
   * Use pgbouncer as the name the init script provides instead
     of pgbouncer2. (Lintian: init.d-script-does-not-provide-itself)
 .
 pgbouncer (1.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/init: Use reload instead of restart when force-reload
     was called, thanks to Peter Eisentraut for the bug report.
     Closes: #538006
   * Ensure that pgbounce stops, even if clients are connected.
     Thanks to Cyril Bouthors for the patch. Closes: #523066
   * Bumping Standards-Version to 3.8.2, no changes needed.
 .
 pgbouncer (1.3-1) unstable; urgency=low
 .
   [ Fernando Ike de Oliveira ]
   * New upstream release.
   * debian/init:
     - pgbouncer.log and start script duplicated start message were removed.
     - patch that change pgbouncer to port 6432 (default upstream) was removed
   * debian/config.patch.
     - pgbouncer.ini patch new version was fixed.
   * win32 directory was removed from the original source code.
 .
   [ Bernd Zeimetz ]
   * debian/watch, debian/uscan-repack.sh: Adding script to repackage upstream
     source with uscan automatically. The included debian and win32 dir will
     be removed.
 .
 pgbouncer (1.2.3-2) unstable; urgency=low
 .
   * debian/control:
     - pgbouncer needs a versioned dependency on libevent-dev (>= 1.3b).
   * debian/init:
     - Implementing reload by sending SIGHUP to the daemon.
     - Better start/stop log messages.
   * debian/default:
     - Explain how to change the daemon options.
 .
 pgbouncer (1.2.3-1) unstable; urgency=low
 .
   [ Fernando Ike de Oliveira ]
   * New upstream Release.
   * Change listen port to 5433.
   * Added fields Enhances and Conflicts.
 .
   [ Bernd Zeimetz ]
   * Changes done by Fernando Ike de Oliveira, but without a proper
     changelog entry:
     - The new upstream release closes: #499531
     - debian/control: Depend on postgresql-common to make sure the postgres
       user exists (Closes: #499521).
     - Fixed init script, not using -n option anymore (Closes: #499522)
     - Bumping Standards-Version to 3.8.0
   * Adding myself to Uploaders.
   * The following changes are a general cleanup of the package,
     unfortunately these things were never detected by the former
     sponsor. Sorry Fernando, but I also have to revert some of your
     recent changes.
     - debian/control:
       * Fixing the long description, removing the copy of the short
         description from it and switch to a better indenting.
       * Adding python as Build-Dependency, upstream is using it to
         fix the generated manpages.
       * Removing extra blank lines.
       * pgbouncer supports PostgreSQL versions 7.4 and higher, changing the
         Enhances field accordingly.
       * Dropping Conflicts field again. It's not a problem to install
         pgpool/pgpool2 on the same machine with pgbouncer.
       * Lowering the Dependency on lsb-base, 3.1 is enough to support
         the new init script.
     - debian/rules:
       * Don't gzip examples manually, dh_compress will handle it according to
         the policy.
       * Dropping DEB_INSTALL_MANPAGES_pgbouncer definition, upstream installs
         the manpages into the right place.
       * Don't include /usr/share/cdbs/1/rules/utils.mk and
         /usr/share/cdbs/1/rules/buildcore.mk, cdbs takes care of that.
       * DEB_UPDATE_RCD_PARAMS: pgbouncer should start *after* PostgreSQL and
         needs to stop before it. Changing to 'defaults 20 18' therefore.
       * Don't install pgbouncer.ini.examples in the doc directory, use
         dh_installexamples to install into the examples directory instead.
       * Create an empty userlist.txt in /etc/pgbouncer
     - debian/pgbouncer.8:
       * Dropping file, upstream provides a manpage.
     - debian/init:
       * renaming debian/init.d to debian/init - that's the filename
         dh_installinit takes care of.
       * Respect the setting of 'START' in /etc/default/pgbouncer. The option
         was ignored completely.
     - debian/install:
       * Renamed from pgbouncer.install.
       * Don't install an example userlist to /etc. File will be touched in
         debian/rules. Install it as example instead.
     - debian/examples:
       * Adding file, installing ini-file and userlist example.
     - debian/config.patch, debian/patches/default-port.dpatch:
       * Changing default port to 6432 as upstream's default conflicts with
         X11. 5433 is also a bad choice as postgres instances may use
         this port dynamically.
     - debian/patches/01_configtxt:
       * Dropping patch, not needed anymore.
     - debian/patches/00list:
       * Updated accordingly.
     - debian/README.source:
       * Adding file to make the package conform to Standards Version 3.8.0.
     - debian/default:
       * Adding short explanation.
     - debian/README.Debian
       * Several spelling fixes.
 .
 pgbouncer (1.1.2.1-1) unstable; urgency=low
 .
   * Change section contrib to main and regenerate
   .orig.tar.gz.(Closes: #474288)
   * Fix error in script pgbouncer.prerm changed init.d to similar
   pgpool2. (Closes: #471114)
   * Change dependency to "$shlibs:Depends". (Closes: #461383)
   * Build instead postgresql-8.3 (Closes: #474283)
   * Added suggest dependency postgresql package.
 .
 pgbouncer (1.1.2-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #427238)
Checksums-Sha1: 
 5263455aa09dde5762868a96813d420628252bea 1962 pgbouncer_1.5-1~bpo60+1.dsc
 bebb02b24d6083398c65877ddbc13b42eb326980 411488 pgbouncer_1.5.orig.tar.gz
 99818aca75521caeb1077d9ba66b620e24479f0a 7208 pgbouncer_1.5-1~bpo60+1.debian.tar.gz
 84f68415c8fc5b71f98424e968a30996f2b13458 138330 pgbouncer_1.5-1~bpo60+1_amd64.deb
Checksums-Sha256: 
 1a520d65c627d0f8d529caebbf9bd3ca108b562a2ae81addd30198b7987d7544 1962 pgbouncer_1.5-1~bpo60+1.dsc
 408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee 411488 pgbouncer_1.5.orig.tar.gz
 ad04eeff98f7d178434f2de92f636ef58d93e8dc87b680df138ee308664ac72a 7208 pgbouncer_1.5-1~bpo60+1.debian.tar.gz
 973511cfbb1800ca7272d01ab5282deee5da985b0a3344cda6c24331f78ed083 138330 pgbouncer_1.5-1~bpo60+1_amd64.deb
Files: 
 754df992f424ff9f36fca0c3cf109f04 1962 database optional pgbouncer_1.5-1~bpo60+1.dsc
 6179fdc7f7e3c702fe834d655676de4c 411488 database optional pgbouncer_1.5.orig.tar.gz
 94d76972b3845cd90fe3d97eb1790f63 7208 database optional pgbouncer_1.5-1~bpo60+1.debian.tar.gz
 5f998815116fd10c60f2d297f6aa7f6b 138330 database optional pgbouncer_1.5-1~bpo60+1_amd64.deb

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

iQIcBAEBCAAGBQJPlSmiAAoJEExaa6sS0qeuM80P/2i50WaDMIn1KFl32c1pSIuE
Ll5JFExJN59NACCO9dfQ4BbE0bYQG3fYW3DOMQiZ49M2pq4X6sR5scIEv+v8juS1
f5Qf03nqrf+7pNuoS26Z3Lm5gMkNNZ4XlgR39FvZDS/sJcLIkA6mzqR88bu/Du8W
7kjISwzgOvQ16BSOiV5LuddvPukwRUI78yEWlUJR1fQzx9QF1W4xpt+0qyE+eH8S
LZxtKzwGxpQxQgt+hN3cXa9QMBNCgASOnUukyMoVSAhFZpRVSyi3FNMIAB3AAdq5
SKL54Kcox2qz950l/4O1kSa6UNLHkc+Vup6oTV86CU2LLgyGthcFCjBytYjGyKz4
8GMCrJC8S1qhYJHU4HB+TQX6s8CFkbuoLz5ulPeQv3wt5YBiMWCQLfddbcmzGsPf
2PsAjnYEyJhu157Q1dro82uIxAz0o0QAB5eMK7BIkUo4SCumIrrNNdzoJxyU8+Mg
ZTulXS3vI1cDf3rPwQzK4VNMN8TGDYOs1WiP+KyvD2JjZcVH1yKTJYFVZLJsLeC+
/8aHwVzdnTVMB57yDBPX2GtqQjhkfPAdAnAu7v7jrvYMA0XRCOVhz6BMoNZXBAS4
jenRQeWt8kt7/2bIYhQF8ogNUaI9T3Vo2Hfl6zpoTh2w8eeh1V5wuRPKWG54sNQB
BwOrFHZZeLJXZ44iA+yt
=fNDl
-----END PGP SIGNATURE-----


Accepted:
pgbouncer_1.5-1~bpo60+1.debian.tar.gz
  to main/p/pgbouncer/pgbouncer_1.5-1~bpo60+1.debian.tar.gz
pgbouncer_1.5-1~bpo60+1.dsc
  to main/p/pgbouncer/pgbouncer_1.5-1~bpo60+1.dsc
pgbouncer_1.5-1~bpo60+1_amd64.deb
  to main/p/pgbouncer/pgbouncer_1.5-1~bpo60+1_amd64.deb
pgbouncer_1.5.orig.tar.gz
  to main/p/pgbouncer/pgbouncer_1.5.orig.tar.gz


Reply to: