diff --git a/debian/changelog b/debian/changelog index cf5b4de3..f39ef153 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libgtop2 (2.20.0-1) unstable; urgency=low + + * New upstream release, with some API additions. + * debian/control.in: + + Remove libpopt-dev from build-depends. + * debian/rules: + + Bump shlibs to >= 2.20.0. + + -- Sebastian Dröge Mon, 17 Sep 2007 06:21:20 +0200 + libgtop2 (2.14.9-1) unstable; urgency=low * New upstream stable release, with some API and ABI removals of diff --git a/debian/control.in b/debian/control.in index 0dd9eacb..6d2bd480 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,6 @@ Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 5), gettext, pkg-config, - libpopt-dev, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), diff --git a/debian/rules b/debian/rules index b6026bb9..e8460ad7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk GNOME_MODULE := libgtop -DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.14.2)' +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