From 930efc47fb9ecc72f37888c2bc33d5cd8071415d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:50:11 +0100 Subject: [PATCH 1/4] Correcting copyright to reflect overall license is GPL-3+, thanks to Thorsten Alteholz . Signed-off-by: Daniel Baumann --- debian/copyright | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index db2c5fd..fa98856 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,7 +17,7 @@ Source: Files: * Copyright: 2024 Daniel Baumann -License: GPL-2+ +License: GPL-3+ Files: plugins/*/addnewpage/* Copyright: 2006 Benjamin Santalucia @@ -69,3 +69,20 @@ License: GPL-2+ . The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. From a47c9bbdb9af994eea32dba9a3b2586afa7f961d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:50:37 +0100 Subject: [PATCH 2/4] Using codename instead of suitname in changelog. Signed-off-by: Daniel Baumann --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4cae509..686157d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dokuwiki-plugins-extra (20241201-1) unstable; urgency=low +dokuwiki-plugins-extra (20241201-1) sid; urgency=low * Initial upload to sid. From ead8aa905bbbdc407427b98c1f652b2c7c2a63dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:51:20 +0100 Subject: [PATCH 3/4] Adding vcs fields. Signed-off-by: Daniel Baumann --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 3d819d3..3b40c0f 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: python3-docutils, Rules-Requires-Root: no Standards-Version: 4.7.0 +Vcs-Browser: https://forgejo.debian.net/dokuwiki/dokuwiki-plugins-extra +Vcs-Git: https://forgejo.debian.net/dokuwiki/dokuwiki-plugins-extra Package: dokuwiki-plugins-extra Section: web From c17f959e4e2c7b492cca04474f9e9900d82ae91d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:51:34 +0100 Subject: [PATCH 4/4] Releasing debian version 20241201-2. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 686157d..59bf638 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dokuwiki-plugins-extra (20241201-2) sid; urgency=medium + + * Correcting copyright to reflect overall license is GPL-3+, thanks to + Thorsten Alteholz . + * Using codename instead of suitname in changelog. + * Adding vcs fields. + + -- Daniel Baumann Mon, 17 Mar 2025 07:51:25 +0100 + dokuwiki-plugins-extra (20241201-1) sid; urgency=low * Initial upload to sid.