Files
zoneminder/utils
Isaac Connor 53a2ccc407 fix: use + (not -) as distro separator in Debian version for native format
3.0 (native) requires the version not contain a hyphen — Debian
treats the hyphen as the separator between upstream-version and
debian-revision, classifying any hyphenated version as non-native
regardless of debian/source/format. That caused debuild to look for
zoneminder_1.38.3.orig.tar.gz (the quilt orig the format change was
supposed to eliminate), prompt for input it couldn't get, and bail.

Use + as the version/distro separator instead. + has no special
meaning in Debian versions and the result (1.38.3+trixie) is a valid
native version. apt still sees 1.38.3+trixie > 1.38.0-trixie1 because
upstream-version compares the full string for native, and "1.38.3"
sorts after "1.38.0".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 08:42:49 -04:00
..
2026-02-02 13:07:20 -05:00
2019-06-21 10:19:48 -04:00
2014-01-04 14:45:22 -05:00
2023-08-27 02:00:59 +02:00