* New patch, 10_kfreebsd, to build-depend and depend on libkvm-dev on

kfreebsd, to update the m4 macros to detect __FreeBSD_kernel__, and to
  update configure; thanks Petr Salinger; closes: #399270.
This commit is contained in:
Loïc Minier
2006-11-19 10:19:56 +00:00
parent cac1c8d790
commit a5fee43fad
5 changed files with 660 additions and 4 deletions

5
debian/rules vendored
View File

@@ -7,3 +7,8 @@ include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-7 (>= 2.14.2)'
ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
DEB_DH_GENCONTROL_ARGS = -- -Vlibkvm-dev=libkvm-dev
endif