Andreas Tille pushed to branch master at Debian Med / community / package_template
Commits: 94bd89a1 by Andreas Tille at 2026-05-14T08:26:31+02:00 Sometimes it makes sense to override a watch file - - - - - 1 changed file: - convert-watch5 Changes: ===================================== convert-watch5 ===================================== @@ -1,9 +1,11 @@ #!/bin/sh set -eu -if [ -w debian/watch ] ; then - uscan --update-watchfile - exit 1 +if [ "$1" != "--force" ] ; then + if [ -w debian/watch ] ; then + uscan --update-watchfile + exit 1 + fi fi if grep -q '^Version: *5' debian/watch ; then View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/94bd89a1fd9e1734730dc8c6999c3c2bc20c0b0c -- View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/94bd89a1fd9e1734730dc8c6999c3c2bc20c0b0c 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
