1
0
Fork 0

Compare commits

...

4 commits

Author SHA1 Message Date
c17f959e4e
Releasing debian version 20241201-2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-17 07:51:34 +01:00
ead8aa905b
Adding vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-17 07:51:20 +01:00
a47c9bbdb9
Using codename instead of suitname in changelog.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-17 07:50:37 +01:00
930efc47fb
Correcting copyright to reflect overall license is GPL-3+, thanks to Thorsten Alteholz <alteholz@debian.org>.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-17 07:50:11 +01:00
3 changed files with 30 additions and 2 deletions

11
debian/changelog vendored
View file

@ -1,4 +1,13 @@
dokuwiki-plugins-extra (20241201-1) unstable; urgency=low
dokuwiki-plugins-extra (20241201-2) sid; urgency=medium
* Correcting copyright to reflect overall license is GPL-3+, thanks to
Thorsten Alteholz <alteholz@debian.org>.
* Using codename instead of suitname in changelog.
* Adding vcs fields.
-- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2025 07:51:25 +0100
dokuwiki-plugins-extra (20241201-1) sid; urgency=low
* Initial upload to sid.

2
debian/control vendored
View file

@ -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

19
debian/copyright vendored
View file

@ -17,7 +17,7 @@ Source:
Files: *
Copyright: 2024 Daniel Baumann <daniel.baumann@progress-linux.org>
License: GPL-2+
License: GPL-3+
Files: plugins/*/addnewpage/*
Copyright: 2006 Benjamin Santalucia <ben@santalucia.me>
@ -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 <https://www.gnu.org/licenses/>.
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.