* Fix incorrect Replaces:.

* Remove the FreeBSD-specific libraries from the -dev dependencies, 
  they are not needed to build libgtop2-based applications.
* Add missing build-dependencies.
This commit is contained in:
Josselin Mouette
2009-06-11 07:15:44 +00:00
parent 494041b3b4
commit 71565cbc4b
4 changed files with 25 additions and 19 deletions

5
debian/rules vendored
View File

@@ -11,8 +11,3 @@ GNOME_MODULE := libgtop
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.23.2)'
ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
DEB_DH_GENCONTROL_ARGS += -- -Vos-specific-dev="libkvm-dev, libgeom-dev, libdevstat-dev"
endif