developers-reference (14.4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 14.5 > 14.4
- Git: https://salsa.debian.org/debian/developers-reference.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 950272
- Browser: https://salsa.debian.org/debian/developers-reference
- Last scan: 2026-03-12 14:34:02+00
- Next scan: 2026-03-18 20:32:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
developers-reference (14.5) UNRELEASED; urgency=medium
* Start 14.5 development. d/changelog entries will be written on
release using the git commit messages.
-- Holger Levsen <holger@debian.org> Thu, 12 Feb 2026 16:40:33 +0100
- This branch is 7 commits ahead of tag debian/14.4
- Git log:
commit 945b87395752fdfc0872845af953628cf3482c81
Author: Paul Gevers <elbrus@debian.org>
Date: Thu Mar 12 12:29:39 2026 +0100
Fix logic mistake in commit af72d74
On the not supported architecture you want to depend on something that
doesn't exist there.
(cherry picked from commit fac0f8056613f64d96dc713bca4ec504d211dbc2)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit d886d04a6e55b988b8cebec47d0c008a67f38369
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 15 11:05:13 2026 +0000
Remove broken ref: for git-buildpackage
None of the other references to this seem to have ref:.
Warning introduced in
5cc63e9c0d0e9efd81b0d53b84adf62ea3044dc8
Add git-buildpackage commands everyone should be aware of
Obviously if someone wanted to provide a suitable link target that
would be another option, but it doesn't seem very necessary.
commit 3b0d36fd3a061d897a4542a0e4f78052b10866a4
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 15 11:21:10 2026 +0000
Use :force: to "ignore minor syntax errors"
commit 98981131ca2470c226874c5565b9756209329e4c
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 15 11:21:00 2026 +0000
Fix a syntax error
Fixes:
/home/ian/things/Debian/Developers-reference/developers-reference/source/best-pkging-practices.rst:313: WARNING: Lexing literal_block 'Source: vim\n<snip>\nVcs-Git: https://salsa.debian.org/vim-team/vim.git\nVcs-Browser: https://salsa.debian.org/vim-team/vim\nHomepage: https://www.vim.org' as "debcontrol" resulted in an error at token: '<'. Retrying in relaxed mode. [misc.highlighting_failure]
As per:
https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-code-block-force
commit 3955218e02d0a2db2bd26de57bedd6ca9b4369cb
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 15 10:51:31 2026 +0000
.gitignore: Ignore .mo files generated by translated builds
commit c56fce34011da341b96475014d14b8846aeb085b
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 15 10:46:30 2026 +0000
Add .gitignore for build/
Otherwise building leaves untracked uncommitted files.
commit 6421ab77a54029a1a4f882461aaf32e64af86727
Author: Holger Levsen <holger@layer-acht.org>
Date: Thu Feb 12 16:40:33 2026 +0100
Start 14.5 development.
d/changelog entries will be written on release
using the git commit messages.
Use 'gbp dch --since debian/14.4 --multimaint-merge'
to write d/changelog entries since that last release.
Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger@layer-acht.org>