Bug#982315: [PATCH] dkms-autopkgtest: Select binary packages for testing similarly to autodep8

2021-02-08 Thread Marcelo Henrique Cerri
. Use grep-dctrl for that, as autodep8 does, but it doesn't need to check for Build-Depends or Build-Depends-Indep since we are selecting only binary packages. Signed-off-by: Marcelo Henrique Cerri --- debian/control | 1 + debian/scripts/dkms-autopkgtest | 2 +- 2 files

Bug#982315: dkms-autopkgtest doesn't test binary packages without -dkms in their names

2021-02-08 Thread Marcelo Henrique Cerri
Some references to discussions on this topic in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1915051 https://lists.ubuntu.com/archives/kernel-team/2021-February/116985.html On Mon, 8 Feb 2021 15:17:02 -0300 Marcelo Henrique Cerri wrote: > Package: dkms > Version: 2

Bug#982315: dkms-autopkgtest doesn't test binary packages without -dkms in their names

2021-02-08 Thread Marcelo Henrique Cerri
Package: dkms Version: 2.8.4-1 Recently we noticed in Ubuntu that some of the dkms packages were ignored by dkms-autopkgtest. The reason for that is that while autodep8 selects packages with names ending with "-dkms" and also packages that depend on dkms to be tested, dkms-autopkgtest only tests

Bug#867706: backfire-dkms: module FTBFS for Linux 4.11

2017-07-11 Thread Marcelo Henrique Cerri
-kernels.patch --- rt-tests-1.0/debian/patches/backfire-fix-build-failure-for-4.11-kernels.patch 1969-12-31 21:00:00.0 -0300 +++ rt-tests-1.0/debian/patches/backfire-fix-build-failure-for-4.11-kernels.patch 2016-06-19 18:46:40.0 -0300 @@ -0,0 +1,28 @@ +From: Marcelo Henrique Cerri