From 25dda6fd8b7ca309c2abdb6b7a591fa1d807802e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 4 Apr 2008 19:11:25 +0000 Subject: [PATCH] * New upstream bugfix release: + Fixes build on non-Linux archs (Closes: #473211). * debian/rules, debian/control.in: + Patch by Petr Salinger to let the -dev package depend on all required packages on GNU/kFreeBSD. --- debian/changelog | 11 +++++++++++ debian/control | 2 +- debian/control.in | 2 +- debian/rules | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8577a60..631f773c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libgtop2 (2.22.1-1) unstable; urgency=low + + * New upstream bugfix release: + + Fixes build on non-Linux archs (Closes: #473211). + * debian/rules, + debian/control.in: + + Patch by Petr Salinger to let the -dev package depend on all required + packages on GNU/kFreeBSD. + + -- Sebastian Dröge Fri, 04 Apr 2008 21:08:49 +0200 + libgtop2 (2.22.0-1) unstable; urgency=low * New upstream stable release. diff --git a/debian/control b/debian/control index bd558f82..ac6310bb 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Architecture: any Section: libdevel Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, - ${libkvm-dev} + ${os-specific-dev} Description: gtop system monitoring library The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. diff --git a/debian/control.in b/debian/control.in index 76051a95..a853aa22 100644 --- a/debian/control.in +++ b/debian/control.in @@ -34,7 +34,7 @@ Architecture: any Section: libdevel Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, - ${libkvm-dev} + ${os-specific-dev} Description: gtop system monitoring library The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. diff --git a/debian/rules b/debian/rules index 876b2aaa..823effed 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,6 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.20.0)' ifeq (kfreebsd,$(DEB_HOST_ARCH_OS)) -DEB_DH_GENCONTROL_ARGS += -- -Vlibkvm-dev=libkvm-dev +DEB_DH_GENCONTROL_ARGS += -- -Vos-specific-dev="libkvm-dev, libgeom-dev, libdevstat-dev" endif