debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5a8cb46ad7e9c2857a23d9c78975e1cce6c8f8c7 Author: Cyril Brulebois <k...@debian.org> Date: Sun Jul 3 12:56:59 2011 +0200
Fix r300g handling. Install into the right package, and in the proper directory. diff --git a/debian/rules b/debian/rules index a6bfca4..ee95d5b 100755 --- a/debian/rules +++ b/debian/rules @@ -306,7 +306,7 @@ endif rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so ifneq (,$(filter r300,$(GALLIUM_DRIVERS))) - dh_install build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so + dh_install -plibgl1-mesa-dri.install build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri endif dh_install -s --fail-missing dh_installman -s -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qdkbh-0003vy...@vasks.debian.org