gasket-dkms: fix linux-headers dependency

Signed-off-by: Leonid Lobachev <leonidl@google.com>
Change-Id: Ia6642ec2e8564c0471cad6d3111621609b5ae0ab
diff --git a/debian/changelog b/debian/changelog
index 22459df..5c9995a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gasket-dkms (1.0-10) unstable; urgency=low
+
+  * Fix linux-headers dependency.
+
+ -- Coral <coral-support@google.com>  Thu, 02 Jan 2020 14:19:30 -0800
+
 gasket-dkms (1.0-9) unstable; urgency=low
 
   * Increase gasket version.
diff --git a/debian/control b/debian/control
index b0b409e..df2b86d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,5 +5,5 @@
 
 Package: gasket-dkms
 Architecture: all
-Depends: dkms (>= 1.95), linux-headers, ${misc:Depends}
-Description: DKMS source for the gasket driver
\ No newline at end of file
+Depends: dkms (>= 1.95), linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, ${misc:Depends}
+Description: DKMS source for the gasket driver