[ubuntu/jaunty] pgbouncer 1.2.3-2 (Accepted)

Ubuntu Installer archive at ubuntu.com
Mon Nov 17 10:06:40 GMT 2008


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.

Date: Mon,  17 Nov 2008 08:54:57 +0000
Changed-By: Stefan Lesicnik <stefan at lsd.co.za>
Maintainer: Fernando Ike de Oliveira <fike at midstorm.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/jaunty/+source/pgbouncer/1.2.3-2
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  17 Nov 2008 08:54:57 +0000
Source: pgbouncer
Binary: pgbouncer
Architecture: source
Version: 1.2.3-2
Distribution: jaunty
Urgency: low
Maintainer: Fernando Ike de Oliveira <fike at midstorm.org>
Changed-By: Stefan Lesicnik <stefan at lsd.co.za>
Description: 
 pgbouncer  - Lightweight connection pooler for PostgreSQL
Closes: 461383 471114 474283 474288 499521 499522 499531
Changes: 
 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.
Files: 
 a0994f46e9287d0b62f1eac6066992ad 1259 misc optional pgbouncer_1.2.3-2.dsc
 27e6c7a3d4bbfae73f46e2874ae147bf 5836 misc optional pgbouncer_1.2.3-2.diff.gz
 e8afc79103cd464c109a56e418a9ba24 145372 misc optional pgbouncer_1.2.3.orig.tar.gz


More information about the Jaunty-changes mailing list