darktable (5.4.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the archive/debian/5.4.1-1 tag
- Git: https://salsa.debian.org/debian-phototools-team/darktable.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 14540800
- Browser: https://salsa.debian.org/debian-phototools-team/darktable
- Last scan: 2026-07-07 19:47:06+00
- Next scan: 2026-07-15 11:14:00+00
- Debian changelog in Git:
darktable (5.4.1-1) unstable; urgency=medium
* New upstream version 5.4.1
* Build with gmic support to support compressed LUTs
* d/watch: check PGP signature of upstream archives
* Remove patches, applied upstream
* d/control: remove redundant Priority: field as recommended by policy 4.7.3
* Update standards version, no further changes needed
-- Tino Mettler <tino+debian@tikei.de> Sat, 07 Feb 2026 21:08:30 +0100
- This branch is 2 commits ahead of tag archive/debian/5.4.1-1
- Git log:
commit f60f96cddca0e4107650c9efb6eb6d046cfa7239
Author: Tino Mettler <tino+debian@tikei.de>
Date: Wed Apr 29 16:24:54 2026 +0200
Remove debian/clean, as it is not required anymore
The doc/usermanual directory is removed upstream.
commit 76b6c0625b580ee80beecadb5d6c914011b86088
Author: Tino Mettler <tino+debian@tikei.de>
Date: Wed Apr 29 16:19:48 2026 +0200
Use the repack feature to create a source package without embedded LibRaw and lua
These 2 libs should not be contained in the source to avoid embedded code copies
(aka vendored libraries).
Previously, debian/clean was used to remove them before package builds. This
has other side effects like git complaining about missing files.
Now the source is repacked with a +ds suffix to remove unwanted parts at
source package level.