kFreeBSD. Defining _KERNEL to include sys/pipe.h subsequently breaks
sys/conf.h; since sys/pipe.h is not meant to be used in userland, and
libgtop2 builds anyway on kFreeBSD without it, don't include it.
Thanks to Steven Chamberlain for the patch. Closes: #667984
* 02_hurd_stub_backend.patch: re-add an implementation of the stub
backend, for the Hurd. Closes: #557446.
* 03_kfreebsd_installdirs.patch: patch to install binaries in
libexecdir so that we can version the installation directory. Also
use DESTDIR in the installation hooks.
* Rename 90_autoconf.patch to 90_autotools.patch, re-run all the
autotools on top of that.
* Pass a versioned libexecdir to the configure arguments.
* Install the server binary on kfreebsd.
* Exclude it from dh_fixperms.
- Patch from Petr Salinger to let libgtop2 build on kFreeBSD again.
Closes: #555316.
* debian/patches/90_autoconf.patch:
- Run autoconf on top of the above patch.
debian/control.in:
+ Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger for the patch
(Closes: #456936).
* debian/control.in:
+ Update Standards-Version to 3.7.3, no additional changes needed.
* debian/patches/99_ltmain_as-needed.patch,
debian/rules:
+ Link with --as-needed to remove some unnecessary dependencies.
* New upstream version.
* Update for the soname changes.
* debian/control.in:
- dropped libgtop2-daemon to follow upstream changes.
- updated for the soname change.
* debian/patches/10_relibtoolize.patch:
- dropped, the new version is fine.
* debian/rules:
- updated the shlibs.
* debian/watch:
- updated.
-- Sebastien Bacher <seb128@debian.org> Sat, 9 Apr 2005 15:31:19 +0200
* debian/patches/10_relibtoolize.patch:
- remade patch to help fix dpkg-shlibdeps problem
* debian/libgtop2-2.shlibs:
- removed, should be auto-generated, which definately
fixes the problem of dpkg-shlibdeps not being able
to find information about this library
- remade patch to help fix dpkg-shlibdeps problem
* debian/libgtop2-2.shlibs:
- removed, should be auto-generated, which definately
fixes the problem of dpkg-shlibdeps not being able
to find information about this library
* Marc DequÚnes (Duck):
- New upstream release
- Corrected patch 'fix_link' to apply on new sources, as it is still
needed.
- Deactivated all other patches, they *should* not be useful anymore.
* Jose Carlos:
- Converted to cdbs.
- debian/:
+ Moved .files to .install
- debian/control.in:
+ Removed automake and autoconf Build-Dependencies.
+ libgtop2-dev package should depend only on libglib2.0-dev instead
of libgtk+2.0-dev