Change logs for libpqxx source package in Jaunty

  • libpqxx (2.6.9-8) unstable; urgency=low
    
      * debian/control:
        - Bumped 'Conflicts' and 'Replaces' in libpqxx-doc to (<< 2.6.9-7) due to
          broken build system of 2.6.9-6.
    
    libpqxx (2.6.9-7) unstable; urgency=low
    
      * Introduced debug package: libpqxx2.6.9ldbl-dbg.
      * Removed static library from -dev package, I see no objections to use
        shared version of library.
      * Patch: used PQXX_LIBEXPORT in function
        'void pqxx::internal::freemem_result_data(result_data *d)'.
        Now 'make check'-tests are passed fully.
      * debian/rules:
        - Now library compiles with '-D_REENTRANT'.
        - Add deleting of author-provided 'libpqxx-dev.doc-base.*' in
          'autoconfigure' rule to avoid incorrect doc-base entries in 'libpqxx-dev'
          package.  (Closes: #492174)
    
    libpqxx (2.6.9-6) unstable; urgency=low
    
      * New maintainer. (Closes: #479399)
        - Thanks for work, Roger Leigh!
      * Moved all documentation stuff to new binary package 'libpqxx-doc'.
      * debian/rules:
        - Some cleanup.
        - Added support for 'parallel=n' in DEB_BUILD_OPTIONS.
        - Fixed support for 'noopt' in DEB_BUILD_OPTIONS.
      * debian/control.in:
        - Fixed using "${binary:Version}" in new builds.
        - Bumped 'Standards-Version' to 3.8.0.
          - Added 'Homepage' field.
          - Added debian/watch.
          - Added 'parallel=n' support (see above).
          - Changed 'doc-base' sections to 'Programming/C++'.
      * debian/copyright:
        - Fixed a typo: 'Authors' -> 'Author'.
        - Renewed copyrights.
    
     -- Jonathan Riddell <email address hidden>   Wed,  19 Nov 2008 16:36:14 +0000
  • libpqxx (2.6.9-5ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/patches/gcc43.diff patch and build rules
    
    libpqxx (2.6.9-5) unstable; urgency=low
    
      * src/binarystring.cxx, src/connection_base.cxx, src/cursor.cxx,
        src/result.cxx, src/transaction_base.cxx, test/test003.cxx,
        test/test011.cxx, test/test022.cxx, test/test030.cxx,
        test/test092.cxx: Include <cstring> and <cmath> to prototype
        string, memory, and maths functions needed to build with
        GCC 4.3 (Closes: #441558).
      * debian/rules: Remove redundant "make distclean" in clean target.
      * debian/control: Use ${binary:Version} in place of
        ${Source-Version}.
    
    libpqxx (2.6.9-4) unstable; urgency=low
    
      * debian/rules: Add "ldbl" suffix to LIBRARY_VERSION for the "long
        double" ABI transition (Closes: #430294).
      * debian/control.in: libpqxx: Conflict with libpqxx-2.6.9.
    
     -- Jonathan Riddell <email address hidden>   Wed, 21 Nov 2007 17:44:56 +0000