Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:base-files
User: [email protected]
Usertags: pu

Dear Stable Release Managers:

In base-files 14.1, new common licenses were added to common-licenses, and
there was a suggestion to do the same in trixie for the next point release.

The idea is that packages which start to refer to the new licenses in forky/sid
would not have to undo those changes if the package is backported for trixie.

(In forky/sid, we can assume that there is already compliance because the
updated base-files is already in forky/sid).

The attached debdiff is what I would upload if this change is approved.
(Note that for this debdiff only, I've cut the *new* licenses to the first 10 
lines
to avoid the debdiff to become too much noisy).

In this case, I've not uploaded the package yet and will wait for approval.

(If there is not approval, I would upload the usual base-files update, as 
always).

Thanks.
diff --git a/debian/changelog b/debian/changelog
index 7ab8199..8d50486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+base-files (13.8+deb13u6) trixie; urgency=medium
+
+  * Add AGPL-3.0, Artistic-2.0, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-3.0,
+    CC-BY-SA-4.0, GFDL-1.1 and OFL-1.1 to common-licenses.
+    Change backported from forky/sid, aimed at easing backports.
+  * Update debian_version and os-release for Debian 13.6 point release.
+
+ -- Santiago Vila <[email protected]>  Thu, 02 Jul 2026 19:20:17 +0200
+
 base-files (13.8+deb13u5) trixie; urgency=medium
 
   * Update debian_version and os-release for Debian 13.5 point release.
diff --git a/debian/copyright b/debian/copyright
index a971207..fdc7823 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,18 +20,25 @@ License: GPL-2+
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 Comment:
  The Artistic License in /usr/share/common-licenses is the one coming
  from Perl and its SPDX name is "Artistic License 1.0 (Perl)".
 
-Files: licenses/GFDL-*
+Files: licenses/AGPL-*
+       licenses/GFDL-*
        licenses/GPL-*
        licenses/LGPL-*
 Copyright: 1989-2008 Free Software Foundation, Inc.
 License: verbatim
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
 Comment:
  The GNU licenses in /usr/share/common-licenses were taken from ftp.gnu.org.
+
+Files: licenses/Artistic-2.0
+Copyright: 2000-2006, The Perl Foundation.
+License: verbatim
+
+License: verbatim
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
diff --git a/debian/timestamps b/debian/timestamps
index 214d9d0..f04728a 100644
--- a/debian/timestamps
+++ b/debian/timestamps
@@ -5,17 +5,26 @@ touch -d "${BUILD_DATE}" etc/*
 touch -d "${BUILD_DATE}" motd/*
 touch -d "${BUILD_DATE}" origins/*
 touch -d "${BUILD_DATE}" share/*
-touch -d "1996-12-16 02:58:50 UTC" licenses/Artistic
 touch -d "1999-08-26 12:06:20 UTC" licenses/BSD
 touch -d "2004-12-19 20:30:25 UTC" licenses/Apache-2.0
 touch -d "2017-04-03 11:00:00 UTC" licenses/MPL-1.1
 touch -d "2017-04-03 20:00:00 UTC" licenses/MPL-2.0
 touch -d "2017-04-25 22:26:15 UTC" licenses/CC0-1.0
+touch -d "2017-09-30 07:14:21 UTC" licenses/AGPL-3.0
 touch -d "2017-09-30 07:14:21 UTC" licenses/GPL-3
 touch -d "2017-09-30 07:14:21 UTC" licenses/LGPL-3
+touch -d "2019-02-18 09:59:20 UTC" licenses/Artistic
 touch -d "2022-02-10 06:14:38 UTC" licenses/GFDL-1.3
+touch -d "2023-09-11 21:49:40 UTC" licenses/CC-BY-SA-3.0
+touch -d "2023-09-11 21:49:40 UTC" licenses/CC-BY-SA-4.0
+touch -d "2023-09-11 21:49:41 UTC" licenses/CC-BY-3.0
+touch -d "2023-09-11 21:49:41 UTC" licenses/CC-BY-4.0
+touch -d "2024-09-18 13:56:22 UTC" licenses/GFDL-1.1
 touch -d "2024-09-18 13:56:22 UTC" licenses/GFDL-1.2
 touch -d "2024-09-18 14:33:26 UTC" licenses/GPL-1
 touch -d "2024-09-18 14:33:27 UTC" licenses/GPL-2
 touch -d "2024-09-18 14:33:28 UTC" licenses/LGPL-2
 touch -d "2024-09-18 14:33:29 UTC" licenses/LGPL-2.1
+touch -d "2026-01-12 21:19:44 UTC" licenses/OFL-1.1
+touch -d "2026-05-29 10:00:00 UTC" licenses/Artistic-2.0
+touch -d "2026-05-29 10:00:00 UTC" licenses/BSL-1.0
diff --git a/etc/debian_version b/etc/debian_version
index e094201..42ecccb 100644
--- a/etc/debian_version
+++ b/etc/debian_version
@@ -1 +1 @@
-13.5
+13.6
diff --git a/etc/os-release b/etc/os-release
index 8027152..ddbe9aa 100644
--- a/etc/os-release
+++ b/etc/os-release
@@ -3,7 +3,7 @@ NAME="Debian GNU/Linux"
 VERSION_ID="13"
 VERSION="13 (trixie)"
 VERSION_CODENAME=trixie
-DEBIAN_VERSION_FULL=13.5
+DEBIAN_VERSION_FULL=13.6
 ID=debian
 HOME_URL="https://www.debian.org/";
 SUPPORT_URL="https://www.debian.org/support";
diff --git a/licenses/AGPL-3.0 b/licenses/AGPL-3.0
new file mode 100644
index 0000000..822edf9
--- /dev/null
+++ b/licenses/AGPL-3.0
@@ -0,0 +1,10 @@
+                    GNU AFFERO GENERAL PUBLIC LICENSE
+                       Version 3, 19 November 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU Affero General Public License is a free, copyleft license for
diff --git a/licenses/Artistic b/licenses/Artistic
index 5f22124..4ece078 100644
--- a/licenses/Artistic
+++ b/licenses/Artistic
@@ -2,9 +2,9 @@
 
 
 
-                        The "Artistic License"
+                         The "Artistic License"
 
-                               Preamble
+                                Preamble
 
 The intent of this document is to state the conditions under which a
 Package may be copied, such that the Copyright Holder maintains some
@@ -15,30 +15,30 @@ reasonable modifications.
 
 Definitions:
 
-       "Package" refers to the collection of files distributed by the
-       Copyright Holder, and derivatives of that collection of files
-       created through textual modification.
+        "Package" refers to the collection of files distributed by the
+        Copyright Holder, and derivatives of that collection of files
+        created through textual modification.
 
-       "Standard Version" refers to such a Package if it has not been
-       modified, or has been modified in accordance with the wishes
-       of the Copyright Holder as specified below.
+        "Standard Version" refers to such a Package if it has not been
+        modified, or has been modified in accordance with the wishes
+        of the Copyright Holder as specified below.
 
-       "Copyright Holder" is whoever is named in the copyright or
-       copyrights for the package.
+        "Copyright Holder" is whoever is named in the copyright or
+        copyrights for the package.
 
-       "You" is you, if you're thinking about copying or distributing
-       this Package.
+        "You" is you, if you're thinking about copying or distributing
+        this Package.
 
-       "Reasonable copying fee" is whatever you can justify on the
-       basis of media cost, duplication charges, time of people involved,
-       and so on.  (You will not be required to justify it to the
-       Copyright Holder, but only to the computing community at large
-       as a market that must bear the fee.)
+        "Reasonable copying fee" is whatever you can justify on the
+        basis of media cost, duplication charges, time of people involved,
+        and so on.  (You will not be required to justify it to the
+        Copyright Holder, but only to the computing community at large
+        as a market that must bear the fee.)
 
-       "Freely Available" means that no fee is charged for the item
-       itself, though there may be fees involved in handling the item.
-       It also means that recipients of the item may redistribute it
-       under the same conditions they received it.
+        "Freely Available" means that no fee is charged for the item
+        itself, though there may be fees involved in handling the item.
+        It also means that recipients of the item may redistribute it
+        under the same conditions they received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -126,6 +126,6 @@ products derived from this software without specific prior 
written permission.
 
 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-                               The End
+                                The End
diff --git a/licenses/Artistic-2.0 b/licenses/Artistic-2.0
new file mode 100644
index 0000000..85b3bc0
--- /dev/null
+++ b/licenses/Artistic-2.0
@@ -0,0 +1,10 @@
+Artistic License 2.0
+
+Copyright (c) 2000-2006, The Perl Foundation.
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+This license establishes the terms under which a given free software Package
diff --git a/licenses/BSL-1.0 b/licenses/BSL-1.0
new file mode 100644
index 0000000..df63e97
--- /dev/null
+++ b/licenses/BSL-1.0
@@ -0,0 +1,10 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
diff --git a/licenses/CC-BY-3.0 b/licenses/CC-BY-3.0
new file mode 100644
index 0000000..9354b65
--- /dev/null
+++ b/licenses/CC-BY-3.0
@@ -0,0 +1,10 @@
+Creative Commons Legal Code
+
+Attribution 3.0 Unported
+
+    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+    LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+    REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+    DAMAGES RESULTING FROM ITS USE.
diff --git a/licenses/CC-BY-4.0 b/licenses/CC-BY-4.0
new file mode 100644
index 0000000..456aaa4
--- /dev/null
+++ b/licenses/CC-BY-4.0
@@ -0,0 +1,10 @@
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
diff --git a/licenses/CC-BY-SA-3.0 b/licenses/CC-BY-SA-3.0
new file mode 100644
index 0000000..a1ff775
--- /dev/null
+++ b/licenses/CC-BY-SA-3.0
@@ -0,0 +1,10 @@
+Creative Commons Legal Code
+
+Attribution-ShareAlike 3.0 Unported
+
+    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+    LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+    REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+    DAMAGES RESULTING FROM ITS USE.
diff --git a/licenses/CC-BY-SA-4.0 b/licenses/CC-BY-SA-4.0
new file mode 100644
index 0000000..e950a8d
--- /dev/null
+++ b/licenses/CC-BY-SA-4.0
@@ -0,0 +1,10 @@
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
diff --git a/licenses/GFDL-1.1 b/licenses/GFDL-1.1
new file mode 100644
index 0000000..b18cefe
--- /dev/null
+++ b/licenses/GFDL-1.1
@@ -0,0 +1,10 @@
+                GNU Free Documentation License
+                   Version 1.1, March 2000
+
+ Copyright (C) 2000  Free Software Foundation, Inc.
+     <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+0. PREAMBLE
diff --git a/licenses/OFL-1.1 b/licenses/OFL-1.1
new file mode 100644
index 0000000..327d226
--- /dev/null
+++ b/licenses/OFL-1.1
@@ -0,0 +1,10 @@
+Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
+with Reserved Font Name <Reserved Font Name>.
+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
+with Reserved Font Name <additional Reserved Font Name>.
+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+https://openfontlicense.org
+

Reply via email to