Changelog
witty (3.1.0a-1) unstable; urgency=low
* New upstream release
* New ORM library: Wt::Dbo
* Rename binary packages (witty -> libwt) and provide transition plan as
http://wiki.debian.org/Renaming_a_Package, method A recommends. Use
"Replaces/Conflics (<< 3.1.0a~)" instead of << 3.1.0a so that backports
work fine.
* Build static libraries in addition to dynamic libraries
* Split witty-dev into several packages, one for each library: libwt-dev,
libwthttp-dev, libwtfcgi-dev, libwtdbo-dev, libwtext-dev, etc and
properly soversion package names
* Update README.Debian to with the static libraries and the split
packaging information
* Register Wt::Dbo tutorial in doc-base and update the Wt tutorial
location
* Add asciidoc and source-highlight to build-dependencies to generate the
Wt::Dbo tutorial
* As dh_strip is unable to extract debug information from the static
libraries if CMAKE_BUILD_TYPE=RelWithDebInfo, tell CMake to use
CMAKE_BUILD_TYPE=Release for the static build
* Suggest libboost-test-dev for libwt-doc, as it's required for the tests
* Make libmysql++-dev a suggestion for libwt-doc (for the Hangman DB
example) instead of a build-depends
* Drop patches
- 03_build_with_gcc44 (fixed upstream)
- 04_if_variablename_instead_of_variablevalue (fixed upstream)
- 06_hangman_build_with_mysqlpp3 (fixed upstream)
- 07_link_to_threads_library (fixed upstream)
* Update patch 05_examples_cmake_check_dependencies to properly check for
dependencies when building the examples from /usr/share/doc/libwt-doc
* Add patch 05_examples_cmake_link_dependencies to properly link examples
from /usr/share/doc/libwt-doc when not building Wt.
* Add patch 07_tests_cmake_check_dependencies to properly check for
dependencies when building the tests from /usr/share/doc/libwt-doc
* Add patch 07_tests_cmake_link_dependencies to properly link dependencies
when building the tests from /usr/share/doc/libwt-doc.
* Add patch 08_wt_config_in_builddir to generate files in the build
directory instead of the source directory (submitted & applied upstream)
* Add patch 09_wtdbosqlite3_needs_threads to fix linkage with pthreads
library (submitted & applied upstream)
* Add patch 10_fix_zlib_use_definition_in_wconfig to remove the
WTHTTP_WITH_ZLIB definition from /usr/include/WConfig.h because it was
wrong (always undefined) and it was internal (submitted & applied upstream)
* Add patch 11_use_system_sqlite3 to use Debian's Sqlite3 package instead
of the bundled version (submitted & applied upstream)
* Update copyright:
- Add Pieter Libin to upstream authors
- Remove Orbited library, as it has been replaced by Wt's own
implementation in Wt 3.0
* Change section (web -> libdevel) to make lintian happy. Wt belongs to
either of them, anyway.
-- Pau Garcia i Quiles <email address hidden> Tue, 29 Dec 2009 16:53:11 +0100