Andreas Tille pushed to branch master at Debian Med / community / package_template
Commits: fd91eec8 by Andreas Tille at 2026-05-14T21:34:18+02:00 Deal with ending '\' - - - - - 1 changed file: - convert-watch5 Changes: ===================================== convert-watch5 ===================================== @@ -65,7 +65,7 @@ uversionmangle="" if [ -e debian/watch ] ; then dversionmangle=$(grep -i 'dversionmangle[[:space:]]*=' debian/watch | sed 's/^.*dversionmangle[[:space:]]*=[[:space:]]*\([^,]\+\)\(,\|$\).*/Dversion-Mangle: \1/') repacksuffix=$(grep -i 'repacksuffix[[:space:]]*=' debian/watch | sed 's/^.*repacksuffix[[:space:]]*=[[:space:]]*\([^,]\+\)\(,\|$\).*/Repack-Suffix: \1/') - uversionmangle=$(grep -i 'uversionmangle[[:space:]]*=' debian/watch | sed 's/^.*uversionmangle[[:space:]]*=[[:space:]]*\([^,]\+\)\(,\|$\).*/Uversion-Mangle: \1/') + uversionmangle=$(grep -i 'uversionmangle[[:space:]]*=' debian/watch | sed -e 's/^.*uversionmangle[[:space:]]*=[[:space:]]*\([^,]\+\)\(,\|$\).*/Uversion-Mangle: \1/' -e 's: *\\$::') fi if [ "$hasfilesexcluded" = "yes" -a "$repacksuffix" = "" ] ; then repacksuffix="Repack-Suffix: +dfsg" View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/fd91eec810d67c84179c0a334464fef3ea2b3624 -- View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/fd91eec810d67c84179c0a334464fef3ea2b3624 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
