debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+)
New commits: commit a6f7f1d301b603fe58abaddea866d4b32282f683 Author: Julien Cristau <jcris...@debian.org> Date: Sun Apr 19 00:14:22 2009 +0200 Ship all drm headers on kfreebsd, again. diff --git a/debian/changelog b/debian/changelog index 923b522..d1ae242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdrm (2.4.9-2) UNRELEASED; urgency=low + + * Ship all drm headers on kfreebsd, again. + + -- Julien Cristau <jcris...@debian.org> Sun, 19 Apr 2009 00:12:43 +0200 + libdrm (2.4.9-1) unstable; urgency=low [ Brice Goglin ] diff --git a/debian/rules b/debian/rules index f92c2d8..523b24d 100755 --- a/debian/rules +++ b/debian/rules @@ -79,10 +79,12 @@ install: build dh_installdirs cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp +ifeq (linux, $(DEB_HOST_ARCH_OS)) # remove files provided by linux-libc-dev for file in drm_mode.h drm_sarea.h drm.h i915_drm.h mga_drm.h r128_drm.h radeon_drm.h savage_drm.h sis_drm.h via_drm.h; do \ rm -f debian/tmp/usr/include/drm/$$file; \ done +endif # Build architecture-independent files here. binary-indep: build install -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org