dput-ng (1.44)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the debian/1.44 tag
- Git: https://salsa.debian.org/debian/dput-ng.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 561152
- Browser: https://salsa.debian.org/debian/dput-ng
- Last scan: 2026-03-10 06:50:11+00
- Next scan: 2026-03-18 21:31:00+00
- Merge requests: 11
- CI pipeline status: success
- Debian changelog in Git:
dput-ng (1.44) unstable; urgency=medium
* Team upload.
[ Bas Couwenberg ]
* Add trixie-backports and bookworm-backports-sloppy (closes: #1112107).
[ Colin Watson ]
* Add forky, forky-proposed-updates, and forky-security.
* Remove jessie, jessie-proposed-updates, and jessie-security.
-- Colin Watson <cjwatson@debian.org> Mon, 01 Sep 2025 13:30:57 +0100
- This branch is 5 commits ahead of tag debian/1.44
- Git log:
commit 04044d48ace697c5f9785360e3a86aa27efdd581
Merge: 0fea1e1 49bd541
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 17 17:05:28 2026 +0100
Merge branch 'ship-defaults-in-usr' into 'master'
dput-ng: do not install default profiles/metas to /etc/dput.d
See merge request debian/dput-ng!46
commit 49bd541430619d2e28dc6cbfc9c73b41b49f4021
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Thu Feb 5 18:14:03 2026 -0500
dput/changes: add get_raw_changes() helper
This allows hooks to access the deb822.Changes directly.
commit 62c2a42ba051dce5e851a9d4cefb66f24fd404f6
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Thu Feb 5 18:09:52 2026 -0500
dput-ng: do not install default profiles/metas to /etc/dput.d
In order of preference, dput-ng looks for profiles etc. in:
- ~/.dput.d
- /etc/dput.d/
- /usr/share/dput-ng
The defaults of this package should be in the lowest preference.
Otherwise, there is no way for example for another package to ship
overrides. In any case, a user has full control over ~/.dput.d.
commit 0fea1e16f56a32b9fd969476e662ab7aede035a5
Merge: a051387 c7c2ee6
Author: Paride Legovini <paride@debian.org>
Date: Wed Feb 4 17:50:57 2026 +0100
Merge branch 'ubuntu-allow-esm' into 'master'
hooks: include Ubuntu ESM in supported releases
See merge request debian/dput-ng!45
commit c7c2ee611dce7ae9012f13e4803b040fa4363877
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Tue Jan 27 16:33:23 2026 -0500
hooks: include Ubuntu ESM in supported releases
LP: #2130565