Your message dated Sun, 16 Mar 2025 09:19:51 +0000
with message-id <[email protected]>
and subject line Bug#1095295: fixed in broadcom-sta 6.30.223.271-25.1
has caused the Debian Bug report #1095295,
regarding broadcom-sta-source: add autopkgtest etc.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1095295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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 <[email protected]> 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 <[email protected]>
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 <[email protected]> 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 <[email protected]>
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Source: broadcom-sta
Source-Version: 6.30.223.271-25.1
Done: Andreas Beckmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
broadcom-sta, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated broadcom-sta package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 06 Mar 2025 09:07:30 +0100
Source: broadcom-sta
Architecture: source
Version: 6.30.223.271-25.1
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1095295
Changes:
broadcom-sta (6.30.223.271-25.1) unstable; urgency=medium
.
* Non-maintainer upload.
* broadcom-sta-source: Add autopkgtest. (Closes: #1095295)
* Promote module-assistant to Depends.
* Switch Architecture from all to amd64 i386.
* Update Lintian overrides.
Checksums-Sha1:
65ca761513207fe797018d3e6b907461c6353b45 2434
broadcom-sta_6.30.223.271-25.1.dsc
c78487a037525c323322c27bd4298ef1c2e2a1a8 32144
broadcom-sta_6.30.223.271-25.1.debian.tar.xz
c916bf901b1e530f0d9091aeb0dcd38fd0d4bb98 5434
broadcom-sta_6.30.223.271-25.1_source.buildinfo
Checksums-Sha256:
a9f4fa6d57275a3aad82c18b38c19f5935dbe6601408019650a98954aa417c8c 2434
broadcom-sta_6.30.223.271-25.1.dsc
2989738b8089c3558d361ac947d0263f8f2ae3a4202f1bf54767810a55672079 32144
broadcom-sta_6.30.223.271-25.1.debian.tar.xz
be3d682f86f1cbede830127f33bdc20fec380f8870bee660c153bbefa6170f30 5434
broadcom-sta_6.30.223.271-25.1_source.buildinfo
Files:
4cd33b732829dc4d484b8be7e0c19c27 2434 non-free/kernel optional
broadcom-sta_6.30.223.271-25.1.dsc
77fa0dd6b2e68537064c3b9947653197 32144 non-free/kernel optional
broadcom-sta_6.30.223.271-25.1.debian.tar.xz
6ce2d4b75b1662457f3bdc19351742b0 5434 non-free/kernel optional
broadcom-sta_6.30.223.271-25.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmfJWE8QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJPhD/wLEzgmu97+j4VU/P/PpVC1pKJfg+usCqhU
Y6dn4RDH/0MPHTWbExLFcHsBrMAvaNgCqfq7rCuU/VXQUfFrEIaALyEpQPtZsVEt
mLHzCrt2Ri04wJoFmcfoBWR45mCrawZHtXt/eI0IyP3sbgp+GxlPyiB8iJJDzItK
+OE/5SN2UcdBdp/ahtQc0T6RPWmKdrDMoE3tMH4BoOiicjoB3wvfLK6yVqBxglqW
nKtL/MuORN5ev83ga3BTe3gR5yPjPduvzLxiNtPM3PM0WVjbuEjY6W2TKRqtvhjU
HqZtzWYAym0gNwPGKN1ipZ5YkT+0gVY5A/+HGO+DLI7hdsJ114GGp8lYbrs1g3nZ
s2DZBhV0i+506SCsFrm7gkw9hn1UofzMkMSbJEzbyWtE3QcvB+bTtRJApRHQT9mh
NrE7ZB8yZMhsrPO96aMwYvdqFnpOmpmMYUcR8jitT0zBrfS2+js7pisTr8tmMVYp
Ui7FBfEGBK2/AX5FiJNnIQG0ZokmmVDVk9dLl2Kf+uvrYsLgNMB5BY1Q1lLPFG6T
u0t+W3wQZvs9mdYNxkBES2TOVL4P7ynq5Amm3aEq0Ipn1oakh0egBskzM1cN+H+X
hgzmTFDO4nqwSRFnfH5TOplTBNJqkYYMYPQqZNiVYrlIVVa6krLuHdeHwXLhD8jv
XqSv4wAXgQ==
=EESs
-----END PGP SIGNATURE-----
pgpJbqBkJwB3s.pgp
Description: PGP signature
--- End Message ---