[SCM] intel-vaapi-driver/master: Update install

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Mar 16 00:53:27 UTC 2016


The following commit has been merged in the master branch:
commit 056121112099bd47558b23cf63848f1c4d32cd68
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Mar 16 01:46:40 2016 +0100

    Update install

diff --git a/debian/changelog b/debian/changelog
index b16c239..f10b575 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 intel-vaapi-driver (1.7.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Move to automatic debug symbol packages.
+  * debian/control:
+    - Bump Standards-Version.
+    - Update Vcs-*.
+    - Bump B-D on libva-dev to 1.7.0.
+    - Remove obsolete Breaks, Replaces and Provides.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Wed, 16 Mar 2016 00:40:17 +0100
 
diff --git a/debian/i965-va-driver.install b/debian/i965-va-driver.install
deleted file mode 100644
index 6deaf51..0000000
--- a/debian/i965-va-driver.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/dri/*.so
diff --git a/debian/rules b/debian/rules
index f052af8..544abbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,9 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 %:
 	dh $@ --parallel --with autoreconf --with libva
 
+override_dh_install:
+	find -name *.la -delete
+	dh_install
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
intel-vaapi-driver packaging



More information about the pkg-multimedia-commits mailing list