d5893e65f0
Mirrors all 30 BES2600 patch series from marfrit/besser/patches/ into the kernel-agent scope-tagged tree under patches/driver/bes2600/. 15 base series + 15 -danctnix siblings = 45 .patch files including cover letters. Per-series promotion eligibility tracked in the README (default unset → ka-promote asks before including in a build). Markus to update as series mature. DKMS-to-in-tree transition path documented (drop bes2600-dkms once series lands in mainline / DanctNIX base). Cumulative-patch ordering caveat captured: existing order is NOT alphabetical (A,B,C v3,F,G,D,E,C2,c5.x,c6.x,c7,H). ka-promote needs an explicit apply_order field, not a series-name sort. Surface when fleet/ohm.yaml lands in #5. Acceptance criteria from #2: [x] All series present under driver/bes2600/ [x] Promotion eligibility per series (table in README, defaults unset for Markus to fill) [ ] Manifest for ohm references driver:bes2600 scope (deferred to #5) [x] DKMS-to-in-tree transition path documented Generated-by: Claude Opus 4.7 <claude@reauktion.de>
39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
From f31c57adf736df52b3f393f2650920af98b8e8f1 Mon Sep 17 00:00:00 2001
|
|
From: Markus Fritsche <fritsche.markus@gmail.com>
|
|
Date: Fri, 24 Apr 2026 09:40:44 +0200
|
|
Subject: [PATCH] debian/copyright: drop obsolete FSF street address
|
|
|
|
The 'You should have received a copy ... write to the Free
|
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
Boston, MA 02110-1301 USA' paragraph flags the lintian tag
|
|
'old-fsf-address-in-copyright-file'. Debian prefers either no
|
|
address at all or an https://www.gnu.org/licenses/ reference;
|
|
in this file /usr/share/common-licenses/LGPL-2.1 is already
|
|
cited a few lines below, so the address is redundant. Replace
|
|
with the gnu.org URL per current FSF boilerplate.
|
|
|
|
Pre-existing text, no change to the licence terms.
|
|
|
|
Signed-off-by: Markus Fritsche <fritsche.markus@gmail.com>
|
|
---
|
|
debian/copyright | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/debian/copyright b/debian/copyright
|
|
index 961fc90..3228eec 100644
|
|
--- a/debian/copyright
|
|
+++ b/debian/copyright
|
|
@@ -18,8 +18,7 @@ License: LGPL-2.1
|
|
License for more details.
|
|
.
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
- along with this library; if not, write to the Free Software Foundation, Inc.,
|
|
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
|
|
.
|
|
On Debian systems, the full text of the GNU Lesser General Public License
|
|
version 2.1 can be found in the file "/usr/share/common-licenses/LGPL-2.1".
|
|
--
|
|
2.53.0
|
|
|