debmake (4.4.0-4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 4.5.0-1 > 4.4.0-4
- Git: https://salsa.debian.org/debian/debmake.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 1036288
- Browser: https://salsa.debian.org/debian/debmake
- Last scan: 2024-10-30 09:33:03+00
- Next scan: 2024-11-05 08:03:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
debmake (4.5.0-1) unstable; urgency=medium
* release new upstream with pyright conformance
* update pyproject.toml of debmake package
* remove setup.py, setup.cfg
* reorganize source tree
* all data in a subdirectory
* all data = .txt
* all shell = .sh (more robust)
* remove left-over d/compat support
* remove Python distutils support
* add Python pyproject.toml etc. support
* update, reorganize, and add template files
* remove old -x4 option support and add new -x4
* add .ex suffix through script for -x3 and -x4
* update watch file version 4
* update policy version 4.6.2
* update debhelper v13
* add automatic -z setting feature
* black formatted
* update manpage
-- Osamu Aoki <osamu@debian.org> Sun, 28 Jul 2024 01:09:04 +0900
- This branch is 12 commits ahead of tag archive/debian/4.4.0-4
- Git log:
commit a53e4e91c4c8cf64cf7e0038755e0f1da4224d8a
Author: Osamu Aoki <osamu@debian.org>
Date: Tue Oct 8 21:19:38 2024 +0900
update policy 2.7.0
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 2a29e0364024dd6848eeb5dd898cab3598bcac2f
Author: Osamu Aoki <osamu@debian.org>
Date: Tue Oct 8 18:44:18 2024 +0900
salsa-ci.yml: add comment
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit e3aa7d708a5ebeafcb02009af61811ff117bb401
Author: Osamu Aoki <osamu@debian.org>
Date: Mon Jul 8 14:50:38 2024 +0000
update debian/changelog
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit c8e10c50264df54db298caa2b31a23a35a81e42b
Author: Osamu Aoki <osamu@debian.org>
Date: Sun Jul 28 01:02:12 2024 +0900
README.md
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 5be06128f17f5163590b4f8bb1590ca283ca9de8
Author: Osamu Aoki <osamu@debian.org>
Date: Fri Jul 19 20:21:12 2024 +0900
manpages/debmake.1
* update from debmake-doc 1.18 for debmake v4.5.0
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 9a701548b30880a6bd17183873514132d56be51b
Author: Osamu Aoki <osamu@debian.org>
Date: Tue Jul 30 14:16:49 2024 +0900
drop python2 support
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit ac8fd0eec1e669d5591ca822481cd4e253a25f33
Author: Osamu Aoki <osamu@debian.org>
Date: Mon Jul 29 18:02:26 2024 +0900
-z option default=*
Now it can detect extension. So no need to set it.
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 30715f2a9d61a502857b794e48c5d7712e4a3944
Author: Osamu Aoki <osamu@debian.org>
Date: Fri Jul 19 20:21:12 2024 +0900
src/debmake/*
* reorganize source tree
* all data in a subdirectory updated
* all data = .txt
* all shell = .sh (extra check added)
* remove left-over d/compat support
* remove Python distutils support
* add Python pyproject.toml etc. support
* update, reorganize, and add template files
* remove old -x4 option support and add new -x4
* add .ex suffix through script for -x3 and -x4
* update watch file version 4
* update policy version 4.6.2
* update debhelper v13
* black formatted
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 94ebd973687ba640bbc3d020685794b315c48e31
Author: Osamu Aoki <osamu@debian.org>
Date: Fri Jul 19 20:21:12 2024 +0900
pyproject.toml migration
* update to use pyproject.toml
* remove setup.py, setup.cfg
* black formatted
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 993daca27413d421474ddb52611b44c2025f1dca
Author: Osamu Aoki <osamu@debian.org>
Date: Mon Jul 8 10:56:26 2024 +0000
d/control: update B-D
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit b4e8b793bd9278d54a3ab69e93d750cf1d56d539
Author: Osamu Aoki <osamu@debian.org>
Date: Mon Jul 8 14:50:38 2024 +0000
remove debian/patches/*
Signed-off-by: Osamu Aoki <osamu@debian.org>
commit 694b47f729ff02fe5b78795267a430a10a07a790
Author: Osamu Aoki <osamu@debian.org>
Date: Mon Jul 8 14:50:38 2024 +0000
pyright conformance
* reformat with black
Signed-off-by: Osamu Aoki <osamu@debian.org>