[med-svn] [Git][med-team/community/package_template][master] Sometimes it makes sense to override a watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu May 14 07:26:59 BST 2026
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260514/672fcff8/attachment.htm>
More information about the debian-med-commit
mailing list