Package: broadcom-sta-source Version: 6.30.223.271-25 Severity: normal Hi,
I'm sending a few patches that a) add an autopkgtest for broadcom-sta-source (similar to the -dkms package) b) switch the packages from Architecture: all to Architecture: amd64 i386 because the blob parts are only available for these two architectures and thus the module cannot be built elsewhere You might consider dropping i386 entirely since the kernel and header packages for i386 are gone since 6.11. Andreas
>From 9e212ed78d295b0eb820e7886df47b01614414b8 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann <a...@debian.org> Date: Thu, 6 Feb 2025 12:53:34 +0100 Subject: [PATCH 1/3] broadcom-sta-source: add autopkgtest --- debian/changelog | 6 ++++++ debian/tests/control | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/changelog b/debian/changelog index 2c6f4b7..dbde3d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +broadcom-sta (6.30.223.271-26) UNRELEASED; urgency=medium + + * broadcom-sta-source: Add autopkgtest. + + -- Andreas Beckmann <a...@debian.org> Thu, 06 Feb 2025 12:52:31 +0100 + broadcom-sta (6.30.223.271-25) unstable; urgency=low [ Eduard Bloch ] diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..b1ecf46 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,12 @@ +Test-Command: /usr/share/modass/module-assistant-autopkgtest broadcom-sta-source +Features: test-name=m-a-autopkgtest +Architecture: amd64 i386 +Depends: + broadcom-sta-source, + module-assistant-autopkgtest, + linux-doc, +Restrictions: + superficial, + needs-root, + breaks-testbed, + allow-stderr, -- 2.39.5
>From 3e22af3bb569ac29e75453aacf53098fee15ce87 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann <a...@debian.org> Date: Thu, 6 Feb 2025 13:11:31 +0100 Subject: [PATCH 2/3] promote module-assistant to Depends --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbde3d7..b358683 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ broadcom-sta (6.30.223.271-26) UNRELEASED; urgency=medium * broadcom-sta-source: Add autopkgtest. + * Promote module-assistant to Depends. -- Andreas Beckmann <a...@debian.org> Thu, 06 Feb 2025 12:52:31 +0100 diff --git a/debian/control b/debian/control index 5c1f2c3..28c6c28 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Testsuite: autopkgtest-pkg-dkms Package: broadcom-sta-common Architecture: all Depends: ${misc:Depends} -Recommends: broadcom-sta-source, module-assistant +Recommends: broadcom-sta-source Description: Common files for the Broadcom STA Wireless driver Broadcom STA is a binary-only device driver to support the following IEEE 802.11a/b/g/n wireless network cards: BCM4311-, BCM4312-, BCM4313-, @@ -53,9 +53,9 @@ Architecture: all Depends: ${misc:Depends}, debhelper-compat (= 12), + module-assistant, make, xz-utils -Recommends: module-assistant Description: Source for the Broadcom STA Wireless driver Broadcom STA is a binary-only device driver to support the following IEEE 802.11a/b/g/n wireless network cards: BCM4311-, BCM4312-, BCM4313-, -- 2.39.5
>From d342e5893718de1e564a2b383dafc3990834df58 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann <a...@debian.org> Date: Thu, 6 Feb 2025 13:14:10 +0100 Subject: [PATCH 3/3] switch Architecture from all to amd64 i386 --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b358683..1ae2d78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ broadcom-sta (6.30.223.271-26) UNRELEASED; urgency=medium * broadcom-sta-source: Add autopkgtest. * Promote module-assistant to Depends. + * Switch Architecture from all to amd64 i386. -- Andreas Beckmann <a...@debian.org> Thu, 06 Feb 2025 12:52:31 +0100 diff --git a/debian/control b/debian/control index 28c6c28..dc23cda 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Browser: https://salsa.debian.org/broadcom-sta-team/broadcom-sta Testsuite: autopkgtest-pkg-dkms Package: broadcom-sta-common -Architecture: all +Architecture: amd64 i386 Depends: ${misc:Depends} Recommends: broadcom-sta-source Description: Common files for the Broadcom STA Wireless driver @@ -29,7 +29,7 @@ Description: Common files for the Broadcom STA Wireless driver (it will be installed automatically as needed). Package: broadcom-sta-dkms -Architecture: all +Architecture: amd64 i386 Depends: ${misc:Depends} Recommends: wireless-tools Conflicts: broadcom-sta-modules @@ -49,7 +49,7 @@ Description: dkms source for the Broadcom STA Wireless driver modules. Kernel source or headers are required to compile these modules. Package: broadcom-sta-source -Architecture: all +Architecture: amd64 i386 Depends: ${misc:Depends}, debhelper-compat (= 12), -- 2.39.5