modules (5.6.0-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 5.6.0-2 > 5.6.0-1
- Git: https://salsa.debian.org/mckinstry/modules.git -b debian/latest
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 970752
- Browser: https://salsa.debian.org/mckinstry/modules.git
- Last scan: 2025-10-13 19:41:16+00
- Next scan: 2025-10-22 16:33:00+00
- Merge requests: 2
- Debian changelog in Git:
modules (5.6.0-2) UNRELEASED; urgency=medium
* d/rules: Clean config files for repeated builds. Closes: #1048655
-- Alastair McKinstry <mckinstry@debian.org> Wed, 27 Aug 2025 11:05:13 +0100
- This branch is 6 commits ahead of tag debian/5.6.0-1
- Git log:
commit e13d1c7c25c47430b48abc65fa247b6829e4cdd2
Merge: 53ee2da 29bf676
Author: Alastair McKinstry <mckinstry@debian.org>
Date: Wed Aug 27 10:14:16 2025 +0000
Merge branch 'zsh_integration' into 'debian/latest'
Install completion file for zsh
See merge request mckinstry/modules!7
commit 29bf676f7b6311c586ab2e292bce47baeecc1fce
Merge: dbbed7d 53ee2da
Author: Alastair McKinstry <mckinstry@debian.org>
Date: Wed Aug 27 10:14:10 2025 +0000
Merge branch 'debian/latest' into 'zsh_integration'
# Conflicts:
# debian/environment-modules.dirs
# debian/rules
commit 53ee2da7e6fe59e33b70520014b2649bbdab1fd6
Merge: cd741c4 58a716d
Author: Alastair McKinstry <mckinstry@debian.org>
Date: Wed Aug 27 10:10:42 2025 +0000
Merge branch 'fish_integration' into 'debian/latest'
Enable "module" command for fish shell
See merge request mckinstry/modules!5
commit cd741c48769a1434189b0e29030783c1dafa0a52
Author: Alastair McKinstry <alastair@mckinstry.ie>
Date: Wed Aug 27 11:06:33 2025 +0100
d/rules: Clean config files for repeated builds. Closes: #1048655
commit dbbed7d8973f2422d45a4a27c7cbd52d2635e5c6
Author: Xavier Delaruelle <xavier.delaruelle@cea.fr>
Date: Fri May 2 14:26:39 2025 +0200
Install completion file for zsh
Install module command completion file for zsh into
/usr/share/zsh/vendor-completions.
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
commit 58a716d45a314a65fdde334923456b5cf56e5be7
Author: Xavier Delaruelle <xavier.delaruelle@cea.fr>
Date: Fri May 2 14:10:04 2025 +0200
Enable "module" command for fish shell
Install initialization file for fish shell in
/usr/share/fish/vendor_conf.d and completion file in
/usr/share/fish/vendor_completions.d.
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>