libpqxx3 3.0.0-3 source package in Ubuntu

Changelog

libpqxx3 (3.0.0-3) unstable; urgency=medium

  * debian/control:
    - Make libpqxx3-dev also replace the libpqxx-dev to easy upgrade path.
      (Closes: #520171)
    - Make libpqxx3-doc conflict with and replace libpqxx-doc. Fixes a RC bug,
      so urgency is set to medium. (Closes: #520169)
    - Binary package 'libpqxx-3.0-dbg' is now in 'debug' section.
    - Removed duplicated 'Section' tag for 'libpqxx-3.0', as suggested by
      lintian.
    - Bump 'Standards-Version' to 3.8.1, no changes needed.

libpqxx3 (3.0.0-2) unstable; urgency=low

  * Upload to unstable.

libpqxx3 (3.0.0-1) experimental; urgency=low

  * New upstream release.
  * Switched source package from libpqxx to libpqxx3, allowing both
    libpqxx v2 and v3 being installed simultaneously.
  * debian/control:
    - Added 'Vcs-Git' and 'Vcs-Browser' fields.
    - Make libpqxx3-dev conflict with libpqxx-dev, they contain the same
      include paths.
  * debian/rules: 
    - Moved renewing config.sub and config.guess code to 'autoconfigure'
      target. Added deleting of these files in 'clean' target.
    - Don't parse changelog for library version, it changes rarely anyway.
    - Deal better with config/config.{sub,guess} files in 'clean' and
      'autoconfigure' targets.
  * Deleted obsolete debian/libpqxx3-dev.preinst.
  * Reverted default config/config.{sub,guess} files to upstream ones.

libpqxx (3.0.0~svn1419-1) experimental; urgency=low

  * New upstream development snapshot.
    - No more g++ 4.3 warnings on build.
    - Test suite passed fully.
  * debian/rules:
    - Removed check for 'noopt', it is handled automatically by providing
      appropriate values in CFLAGS by dpkg-buildpackage.
    - Removed unneeded 'rm -rf' for previously unsynced upstream files as
      these files are not shipped anymore.

libpqxx (3.0.0~svn1401-1) experimental; urgency=low

  * New upstream development snapshot.
  * debian/control.in:
    - Eliminated, it leads to synchronize errors too often.
  * debian/control:
    - Changed section of 'libpqxx-3.0.0-dbg' from libs to libdevel.
    - Updated accordingly to SONAME and version bump.
  * debian/libpqxx-3.0.0.shlibs:
    - Introduced.
  * debian/rules:
    - Updated accordingly to upstream version bump.
    - Removed obsoleted debian/control.in stuff.

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.

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.

libpqxx (2.6.9-3) unstable; urgency=low

  * src/result.cxx: Really include missing cstdlib header, needed to build
    with GCC 4.3 (Closes: #417360).

libpqxx (2.6.9-2) unstable; urgency=low

  * src/result.cxx: Include missing cstdlib header, needed to build with
    GCC 4.3 (Closes: #417360).
  * debian/compat: New file.  Set debhelper compatibility level to 5.
  * debian/control: Build-Depend on debhelper >> 5.0.0.

libpqxx (2.6.9-1) experimental; urgency=low

  * New upstream release.

libpqxx (2.6.8-1) unstable; urgency=low

  * New upstream release.

libpqxx (2.6.7-1) unstable; urgency=low

  * New upstream release.
  * debian/libpqxx-dev.docs: Include README-UPGRADE.
  * debian/rules: Drop c2a library suffix.
  * debian/control:
    - Drop c2a library suffix.
    - Update to Standards-Version 3.7.2.
    - Added Martin Pitt to Uploaders.

libpqxx (2.5.5-2) unstable; urgency=low

  * debian/control.in:
    - Add a "c2a" suffix to the library package name, and conflict
      with the previous name.  This is for rebuilding against the
      new libstdc++ allocator, which changes the C++ ABI
      (Closes: #339216).
    - Build-Depend upon at least debhelper version 4.
  * debian/rules:
    - Create and remove package symlinks with a "c2a" suffix.
    - Use debhelper v4 compatibility mode.

libpqxx (2.5.5-1) unstable; urgency=low

  * New upstream release.
  * Update to Standards-Version 3.6.2.
  * The package is built with g++ 4.0, but no "c2" suffix has
    been added because the soname has also changed.

libpqxx (2.4.3-2) unstable; urgency=low

  * PostgreSQL 8.0 transition.
    - Build-Depend upon libpq-dev rather than postgresql-dev.
    - libpqxx-dev: Depend upon libpq-dev rather than postgresql-dev.

libpqxx (2.4.3-1) unstable; urgency=low

  * New upstream release.

libpqxx (2.4.1-2) unstable; urgency=low

  * Regenerate debian/control to ensure packages names are
    correct.

libpqxx (2.4.1-1) unstable; urgency=low

  * New upstream release.
  * Dropped all patches; these are now incorporated upstream.
  * Build-Depend on postgresql-dev (>= 7.4.6-1) in order to
    guarantee ABI compatibility with postgresql on all arches.

libpqxx (2.4.0-2) unstable; urgency=low

  * Really bootstrap with the current autotools.

libpqxx (2.4.0-1) unstable; urgency=low

  * New upstream release.
  * Retained patches from previous release:
    - include/pqxx/Makefile.am (installed headers)
    - debian/rules (delete examples using internal headers)
    - debian/control.in (version Build-Depends on postgresql-dev
      and chrpath, libpqxx-dev depends on versioned postgresql-dev
      and pkg-config).
  * Re-bootstrapped with current autotools.

libpqxx (2.3.0-3) unstable; urgency=low

  * libpqxx-dev:
    - Depend upon pkg-config.
    - Don't install compiler.h, which includes internal headers
      that are not installed.
    Thanks to Dennis Lubert for reporting these problems.
    -  Remove all examples that include private headers; the
       deletion rules were outdated due to header renaming.

libpqxx (2.3.0-2) unstable; urgency=low

  * Don't install private headers which are only for internal
    use for the duration of the build.  Only install
    config-public-*.h.
  * Patch configure.ac.in to work with automake-1.9 (added
    a tar-ustar option to ensure portable tarballs may be
    generated).

libpqxx (2.3.0-1) unstable; urgency=low

  * New upstream release (Closes: #265639).
  * This release builds with GCC 3.4 (Closes: #260467).
  * configure.ac.in and tools/Makefile.am required minor changes to
    allow VPATH building.  The changes have been submitted upstream.

libpqxx (2.2.2-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: Removed deletion of include/pqxx/config.h and
    include/pqxx/libconfig.h, which are no longer distributed.
  * debian/rules: libpqxx-dev includes the regression tests as
    example code.  Some tests use the internal headers internalconfig.h
    and compiler.h.  These tests are now removed from libpqxx-dev
    (Closes: #240499).

libpqxx (2.2.1-2) unstable; urgency=low

  * tools/Makefile.am: add -I$(top_builddir)/include to INCLUDES to
    fix VPATH build.  Regenerate Makefile.ins with automake.

libpqxx (2.2.1-1) unstable; urgency=low

  * New upstream release.

libpqxx (2.2.0-1) unstable; urgency=low

  * New upstream release.
  * pqxx::result memory leak present in 2.1.3 is fixed with this
    release (Closes: #239195).

libpqxx (2.1.3-5) unstable; urgency=low

  * libpqxx-dev depends upon postgresql-dev.  This should solve
    some potential build environment incompatibilities.

libpqxx (2.1.3-4) unstable; urgency=low

  * Force building with the correct version of postgresql-dev by
    Build-Depending upon postgresql-dev (>= 7.4.1-3).

libpqxx (2.1.3-3) unstable; urgency=low

  * Rebuild to fix a dependency issue due to an outdated libpq3 shlibs
    file (Bug #230259, which was reassigned to postgresql).  This
    caused run-time linker errors when used with older libpq3 versions,
    due to missing symbols only present with PostgreSQL 7.4.x.

libpqxx (2.1.3-2) unstable; urgency=low

  * Fix failure when converting a pqxx::result::tuple into
    a bool.  The fix was backported from libpqxx CVS.

libpqxx (2.1.3-1) unstable; urgency=low

  * New upstream release (Closes: #219389).
  * Acknowledge bugs closed by previous NMUs
    (Closes: #217203, #198441, #201263).
  * Switched to using the new library versioning scheme with
    package version string in the library DT_SONAME.  This
    requires preprocessing of debian/control, and versioned
    symlinks are created at build time.
  * Added pkg-config libpqxx.pc file.

libpqxx (2.0.0-1) unstable; urgency=low

  * New upstream release.
  * Added myself as the new maintainer of libpqxx.
  * Merge upstream Debian packaging changes:
    - 1.7.6-1: Example packaging to be used with libpqxx development version
               1.7.6 (Greg Hookey).
    - 1.9.6-1: Source changes (Jeroen T. Vermeulen).
    - 2.0.0-1: [debian/control, debian/rules] Use chrpath to get rid of RPATH
               in the shared library (J.H.M. Dassen (Ray))
  * Added the new tutorial to libpqxx-dev.

libpqxx (1.5.1-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Include test/*.cxx as usage examples in libpqxx-dev (Closes: #217203).

libpqxx (1.5.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add API reference documentation to libpqxx-dev
    (Closes: #198441, #201263).
  * Use dh_install instead of the old dh_movefiles, to enable
    copying of the HTML documentation.
  * Use DESTDIR rather than prefix for make install, since
    overriding prefix may cause subtle breakage.
  * /usr/share/doc/libpqxx-dev may no longer be a symbolic link.
    libpqxx now has a preinst script to remove the link if it is
    detected, to prevent the documentation being incorrectly
    installed under /usr/share/doc/libpqxx0 (since dpkg follows
    symbolic links).
  * CVS directories present in the upstream tarball are removed
    in the debian/rules clean rule, to prevent inclusion in a
    binary package.
  * Fold lines over 79 columns in debian/copyright.
  * Change section of libpqxx-dev from libs to libdevel.

libpqxx (1.5.1-1) unstable; urgency=low

  * Initial Release. (closes: #170932) 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 16:15:23 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Eugene V. Lyubimkin
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libpqxx3_3.0.0.orig.tar.gz 1.6 MiB 603a0c4936c5f279d2311c235042863317a39812a386a3c25b131ace35510542
libpqxx3_3.0.0-3.diff.gz 6.9 KiB f6e57f2403fac1daca340656fd1aa747a6ceb0e4f1c74190841c65ac3b71a7b3
libpqxx3_3.0.0-3.dsc 1.2 KiB ac1c8a3d0402611416f245cdd553e8553491a21f49fc8385439179b56a877c1d

View changes file

Binary packages built by this source

libpqxx-3.0: No summary available for libpqxx-3.0 in ubuntu karmic.

No description available for libpqxx-3.0 in ubuntu karmic.

libpqxx-3.0-dbg: No summary available for libpqxx-3.0-dbg in ubuntu lucid.

No description available for libpqxx-3.0-dbg in ubuntu lucid.

libpqxx3-dev: No summary available for libpqxx3-dev in ubuntu lucid.

No description available for libpqxx3-dev in ubuntu lucid.

libpqxx3-doc: No summary available for libpqxx3-doc in ubuntu karmic.

No description available for libpqxx3-doc in ubuntu karmic.