Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 6316844a by Timo Aaltonen at 2023-11-21T12:12:58+02:00 rules: Fix mangling of the upstream version in clean target to work with upstream rc's. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (23.3.0~rc4-2) UNRELEASED; urgency=medium + + * rules: Fix mangling of the upstream version in clean target to work + with upstream rc's. + + -- Timo Aaltonen <[email protected]> Tue, 21 Nov 2023 12:12:54 +0200 + mesa (23.3.0~rc4-1) experimental; urgency=medium [ Fabio Pedretti ] ===================================== debian/rules ===================================== @@ -204,7 +204,7 @@ confflags += \ $(confflags_VALGRIND) override_dh_clean: regen_control - sed -i 's/-.*//' VERSION + dpkg-parsechangelog | awk '/^Version:/ {print $$2}' | sed 's/-.*//;s/~/-/' > VERSION rm -rf .pc rm -rf build rm -rf configure bin/config.guess bin/config.sub config.h.in View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/6316844a35b3c0a7c2a80f2a2103ca3f901d608b -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/6316844a35b3c0a7c2a80f2a2103ca3f901d608b You're receiving this email because of your account on salsa.debian.org.

