From 28be582a596ac9ba1b10628bc70a38964ec20f55 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:52:40 +0100 Subject: [PATCH 1/5] 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 1fa2f2f..07baca7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Source: Files: * Copyright: 2024 Daniel Baumann -License: GPL-2 +License: GPL-3+ Files: templates/*/ad-hominem/* Copyright: 2021-2024 Sascha Leib @@ -29,3 +29,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-3 file. From 662f97eacf8a2fd4f8750f9c466aae7914869bff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:52:47 +0100 Subject: [PATCH 2/5] 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 0061128..26eefb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dokuwiki-templates-extra (20241201-1) unstable; urgency=low +dokuwiki-templates-extra (20241201-1) sid; urgency=low * Initial upload to sid. From 23950d69211f2dcb5dec2bc0a8c03646c0480c72 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:53:07 +0100 Subject: [PATCH 3/5] Updating year in debian copyright for 2025. Signed-off-by: Daniel Baumann --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 07baca7..5a3c910 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Source: dokuwiki-template-ad-hominem: https://github.com/saschaleib/dokuwiki-template-ad-hominem/tags Files: * -Copyright: 2024 Daniel Baumann +Copyright: 2024-2025 Daniel Baumann License: GPL-3+ Files: templates/*/ad-hominem/* From 917fc6a7c2c38af4f54f99bd97ffda87d1db2989 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:53:37 +0100 Subject: [PATCH 4/5] 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 9994de6..bab02f2 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-templates-extra +Vcs-Git: https://forgejo.debian.net/dokuwiki/dokuwiki-templates-extra Package: dokuwiki-templates-extra Section: web From 50699b38dd99eeb3ab9d0c4f980fe4d73d36d2cb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Mar 2025 07:53:49 +0100 Subject: [PATCH 5/5] Releasing debian version 20241201-2. Signed-off-by: Daniel Baumann --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 26eefb3..4f9f850 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dokuwiki-templates-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. + * Updating year in debian copyright for 2025. + * Adding vcs fields. + + -- Daniel Baumann Mon, 17 Mar 2025 07:53:42 +0100 + dokuwiki-templates-extra (20241201-1) sid; urgency=low * Initial upload to sid.