Source: fglrx-driver
Version: 15.12-2
Severity: wishlist

All other VA driver packages currently track the supported libva driver ABI by
depending on libva-driver-abi-X.Y. dh_libva can be used to generate the
dependencies automatically from the driver. Please consider tracking the driver
ABI version the same way.

The attached patch implements that.

Cheers

(While testing the patch I noticed that the driver only supports ABI version
0.32 and 0.33. We're up to 0.38 now, so it'd be nice to have entry points for
newer versions as well.)
-- 
Sebastian Ramacher
diff -Nru fglrx-driver-15.12/debian/changelog fglrx-driver-15.12/debian/changelog
--- fglrx-driver-15.12/debian/changelog	2016-01-22 19:15:10.000000000 +0100
+++ fglrx-driver-15.12/debian/changelog	2016-02-22 19:28:51.000000000 +0100
@@ -1,3 +1,10 @@
+fglrx-driver (1:15.12-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Run dh with libva sequencer to track libva driver ABI version.
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 22 Feb 2016 18:35:32 +0100
+
 fglrx-driver (1:15.12-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru fglrx-driver-15.12/debian/control fglrx-driver-15.12/debian/control
--- fglrx-driver-15.12/debian/control	2016-01-22 19:15:10.000000000 +0100
+++ fglrx-driver-15.12/debian/control	2016-02-22 19:27:22.000000000 +0100
@@ -23,6 +23,7 @@
  rpl,
  dkms (>= 2.1.1.1),
  po-debconf,
+ libva-dev (>= 1.6.2-2~),
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-fglrx/fglrx-driver/trunk
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-fglrx/fglrx-driver/trunk/
diff -Nru fglrx-driver-15.12/debian/rules fglrx-driver-15.12/debian/rules
--- fglrx-driver-15.12/debian/rules	2016-01-22 19:15:10.000000000 +0100
+++ fglrx-driver-15.12/debian/rules	2016-02-22 18:34:12.000000000 +0100
@@ -63,7 +63,7 @@
 	       < $< > $@
 
 %:
-	dh $@ --with dkms
+	dh $@ --with dkms,libva
 
 override_dh_auto_clean:
 	test ! -f debian/man/Makefile || $(MAKE) -C debian/man maintainer-clean

Attachment: signature.asc
Description: PGP signature

Reply via email to