piuparts (1.1.7)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.1.8 > 1.1.7
- Git: https://salsa.debian.org/debian/piuparts.git
-
- Branch: develop
- Path: debian/changelog
- Repo size: 13099008
- Browser: https://salsa.debian.org/debian/piuparts
- Last scan: 2023-03-15 22:45:27+00
- Next scan: 2023-03-23 17:15:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
piuparts (1.1.8) UNRELEASED; urgency=medium
* Start 1.1.8 development. d/changelog entries will be written on
release using the git commit messages.
-- Holger Levsen <holger@debian.org> Wed, 18 Jan 2023 22:53:30 +0100
- This branch is 6 commits ahead of tag 1.1.7
- Git log:
commit 891436bf32188cd72a9c83ab05a6b0092ccc5466
Author: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Wed Mar 15 22:50:26 2023 +0100
piuparts(1): fix a lot of ReStructuredText markup issues
commit 10d9a2169f623465358aa0b2cef993bef0b91c98
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Mar 15 20:17:05 2023 +0100
piuparts(1): fix syntax for bullet lists.
Turn leading '.' into '*', and delete the '+' before the note. That
doesn't seem to be supported at the moment:
[…]/docs/piuparts/piuparts.1.txt:28: WARNING: Bullet list ends without a blank line; unexpected unindent.
Let's keep it simple instead of trying to add some admonition inside a
bulleted list.
commit 0463b1e4c18eecf836b0dfa63f4f4b0088d081f6
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Mar 15 20:11:21 2023 +0100
piuparts(1): fix syntax for long options.
There are two kind of changes, one simply dropping the extraneous dash,
e.g.:
-*-*-allow-database*::
+*--allow-database*::
And the other that drops the extraneous dash as well, but also inserts a
separator before the =value part, e.g.:
-*-*-arch*='arch'::
+*--arch*\ ='arch'::
This is documented as a known gotcha:
Separation of inline markup: As said above, inline markup spans must
be separated from the surrounding text by non-word characters, you
have to use a backslash-escaped space to get around that.
Source: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#gotchas
Additionally, a missing '*' is fixed for the -p option.
commit 956829becf20cae577ad3fff025cc02e312af06d
Author: David Steele <dsteele@gmail.com>
Date: Wed Feb 8 12:12:16 2023 -0500
Doc - don't include oldoldstable in global summary
commit 82960e1e36777f2cf95437d9f0ba6a05d1e12568
Author: Holger Levsen <holger@layer-acht.org>
Date: Thu Jan 19 00:18:07 2023 +0100
fix speling error in old chanelog entry..
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit 4ba9949adc3ddd5da94a1523db20150d89818bbd
Author: Holger Levsen <holger@layer-acht.org>
Date: Wed Jan 18 22:53:30 2023 +0100
Start 1.1.8 development.
d/changelog entries will be written on release
using the git commit messages.
Use 'gbp dch --since debian/1.1.7'
to write d/changelog entries since that last release.
Signed-off-by: Holger Levsen <holger@layer-acht.org>