2009
libtorrent-rasterbar (0.14.6-1) unstable; urgency=low
* New upstream version.
* debian/{control,rules}:
- build-dep on libgeoip-dev and pkg-config, thus enable building against
geoip system library. (Closes: #544462)
- drop build-dep on autotools-dev and don't overwrite config.{guess,sub}
as upstream now ships up-to-date files.
* debian/rules: drop the hack for boost1.39 as latest revision now
ship again the -mt simlinks.
* 010_r3796_r3797_fix_configure.patch: deleted (merged upstream).
* debian/README.source: fix reference to quilt doc.
-- Cristian Greco <cristian.debian@gmail.com> Tue, 22 Sep 2009 12:58:26 +0200
libtorrent-rasterbar (0.14.5-1) unstable; urgency=low
* New upstream version.
- new package libtorrent-rasterbar5 (bump up library soname).
- debian/patches:
+ prefix patches with a number.
+ 100_fix_html_docs.patch: improve description.
+ new patch 010_r3796_r3797_fix_configure.patch (temporary fix).
* debian/control:
- move git package maintenance to collab-maint.
- bump up Standards-Version to 3.8.3 (no changes required).
- (build-)depends on zlib1g-dev instead of libz-dev (which is
a virtual package).
- build-depends on quilt (>= 0.46-7) and simplify debian/rules.
* debian/rules: allow building against boost 1.39 (which contains
libraries with no more -mt suffix) and try to retain compatibility
with older versions for ubuntu backports.
-- Cristian Greco <cristian.debian@gmail.com> Tue, 25 Aug 2009 17:29:29 +0200
libtorrent-rasterbar (0.14.4-1) unstable; urgency=low
* New upstream version.
- new package libtorrent-rasterbar4 (bump up library soname).
* debian/control:
- fix Vcs-Browser address;
- build depends on new unversioned boost -dev packages (this will cause
building against boost1.38). (Closes: #531114)
* debian/patches/fix_html_docs.patch: refresh patch as file
docs/libtorrent_plugins.rst was added upstream.
* debian/rules:
- now there is no need to remove the missing doc file generated by
fix_html_docs.patch as it has been fixed upstream;
- backup config.{sub,guess} before overwriting them during build, and
restore during clean.
-- Cristian Greco <cristian.debian@gmail.com> Wed, 03 Jun 2009 13:05:21 +0200
libtorrent-rasterbar (0.14.3-1) unstable; urgency=low
* New Upstream Version
- new package libtorrent-rasterbar3 (bump up library soname).
* debian/control:
- add Vcs-* stuff (switch to git-buildpackage) and bump up
Standards-Version to 3.8.1 (no changes required);
- build-depends on debhelper (>= 7.0.50) and use override_dh_command;
- move -dbg package to the new 'debug' section;
- build-depends on autotools-dev and overwrite config.{sub,guess} with a
recent version in debian/rules.
- build-depends on quilt and python-docutils:
+ debian/patches/fix_html_docs.patch: fix html documentation for offline
browsing and add another missing doc file;
+ rebuild docs at build time in debian/rules;
* debian/example.makefile: install a simple makefile for example programs
included in -doc package.
* debian/rules, debian/python-libtorrent.install: don't rely on hardcoded
python version, use --install-layout=deb when building python bindings,
and install to '*-packages' instead of 'site-packages' (this should
prepare for python2.6 and minimize Ubuntu diff).
-- Cristian Greco <cristian.debian@gmail.com> Wed, 13 May 2009 12:08:59 +0200
libtorrent-rasterbar (0.14.2-2) unstable; urgency=low
* debian/control, debian/rules: revert building only against boost1.37 since
the dependencies on the -dev packages are causing some problems with
reverse depends clients and backporting to stable is not really needed
(too much maintenance work) at the moment.
* debian/README.source: deleted.
-- Cristian Greco <cristian.debian@gmail.com> Wed, 11 Mar 2009 16:27:20 +0100
libtorrent-rasterbar (0.14.2-1) unstable; urgency=low
* New upstream version.
- new package libtorrent-rasterbar2 (bump up library SONAME);
- remove patch 01_fix_ax_python_m4.patch (merged upstream);
- debian/control, debian/rules, debian/README.source: drop build
dependency on quilt system.
* debian/control, debian/rules, debian/README.source: adjusting build
dependencies and configure flags to build against boost1.37 and continue
to provide compatibility with boost1.34.1 for backports (adding some notes).
* debian/control: fix lintian I:binary-control-field-duplicates-source.
* Moving section from 'Programming' to 'Programming/C++' for the doc-base
files in libtorrent-rasterbar-doc.
* Closing a bug already fixed in 0.14-1: fixed documentation about
storage_mode_allocate (Closes: #502241).
* Upload to unstable (Closes: #517000).
-- Cristian Greco <cristian.debian@gmail.com> Fri, 27 Feb 2009 07:46:38 +0100
2008
libtorrent-rasterbar (0.14.1-1) experimental; urgency=low
* New upstream version
- remove patch 01_python_bindings.patch (included upstream);
- add patch 01_fix_ax_python_m4.patch (already merged upstream, see
description for details).
* Revert build-depends on libboost-dev (>= 1.34.1) and libasio-dev because
boost1.36 has been removed from unstable and boost1.37 is not yet fully
supported by the library (added notes on README.Debian).
* Install .cpp examples using dh_installexamples and a .examples file.
* debian/copyright: fix main BSD license text.
-- Cristian Greco <cristian.debian@gmail.com> Mon, 15 Dec 2008 15:34:17 +0100
libtorrent-rasterbar (0.14-1) experimental; urgency=low
* New upstream version.
- debian/copyright: new and updated copyright notes and files.
- debian/control:
+ build-depends on libboost1.36-dev and python-dev;
+ new package libtorrent-rasterbar1 (bump up library SONAME);
+ new package python-libtorrent which contains python bindings
for the library.
- debian/rules:
+ use multi-threaded boost libraries (--with-boost-system=mt, ...);
+ add --disable-examples and --disable-tests options;
+ delete specific information about debian revision in dh_makeshlibs
(i.e., use only dh_makeshlibs -V).
- debian/control, debian/rules, debian/README.source, debian/patches:
build-depends on quilt patch system and install a patch of mine
(01_python_bindings, already merged upstream) in order to build python
bindings; use a temporary fix for the 'clean' target.
* Install example files (.cpp) with the -doc package.
* Provide a doc-base control file to install html docs
(libtorrent-rasterbar-doc.doc-base).
* debian/README.Debian: new notes about the python package and the lintian
tag 'no-symbols-control-file' for libtorrent-rasterbar1.
* Close a bug in Ubuntu about build with --disable-debug, already solved
with 0.13.1-2 (LP: #291448).
* Upload to experimental to test the new python bindings package.
* New maintainer email address.
-- Cristian Greco <cristian.debian@gmail.com> Sun, 23 Nov 2008 18:55:24 +0100
libtorrent-rasterbar (0.13.1-2) unstable; urgency=low
* debian/rules:
- build with --disable-debug option because enabling debug seems to cause
some clients to crash, and most upstream authors prefer a release build of
the library.
- added specific version information to dh_makeshlibs so that reverse
dependencies will depend on this particular version.
* README.Debian: updated with info about --disable-debug.
-- Cristian Greco <cgreco@cs.unibo.it> Wed, 23 Jul 2008 11:18:31 +0200
libtorrent-rasterbar (0.13.1-1) unstable; urgency=low
* Initial release (Closes: #402462)
-- Cristian Greco <cgreco@cs.unibo.it> Wed, 02 Jul 2008 10:46:21 +0200