Skip to content

Commit

Permalink
Fix build_alpine when pushing debian branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair committed Dec 29, 2024
1 parent cf724f3 commit f632cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Sorry about the Debian nonsense in here but the build system doesn't
# patch the file early enough and overriding it is a PITA
if test -s debian/changelog ; then
if test -s debian/changelog && which dpkg-parsechangelog >/dev/null ; then
dpkg-parsechangelog -SVersion | sed -e 's/.*://' -e 's/-.*//'
exit
fi
Expand Down

0 comments on commit f632cf6

Please sign in to comment.