Package: devscripts Version: 2.25.19 Severity: minor X-Debbugs-Cc: [email protected]
Dear Maintainers, uscan currently issues the following warning when a v5 d/watch file contains a paragraph that is entirely commented out: ``` uscan warn: The following paragraph isn't well formatted, skipping it: << ==EOF== # Previously (before 1.2.0): #Source: https://github.com/codehaus/jaxen/tags #Dversion-Mangle: s/~beta/-beta-/ #Uversion-Mangle: s/_/./g" #Matching-Pattern: .*/V_([\d_]+)_Final.tar.gz ==EOF== ``` Here are the contents of debian/watch: ``` Version: 5 Source: https://github.com/jaxen-xpath/jaxen.git Matching-Pattern: refs/tags/v@ANY_VERSION@ Git-Mode: full Mode: git # Previously (before 1.2.0): #Source: https://github.com/codehaus/jaxen/tags #Dversion-Mangle: s/~beta/-beta-/ #Uversion-Mangle: s/_/./g" #Matching-Pattern: .*/V_([\d_]+)_Final.tar.gz ``` I believe no warning should be emitted in such cases. Best regards, -- Julien Plissonneau Duquène -- Package-specific info: --- /etc/devscripts.conf --- Empty. --- ~/.devscripts --- Not present -- System Information: Debian Release: 13.0 APT prefers stable-security APT policy: (990, 'stable-security'), (990, 'stable-debug'), (990, 'stable'), (500, 'stable-updates'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (100, 'trixie-fasttrack'), (100, 'trixie-backports-staging'), (20, 'unstable'), (10, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.12.35+deb13-amd64 (SMP w/12 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages devscripts depends on: ii dpkg-dev 1.22.21 ii file 1:5.46-5 ii gpg 2.4.7-21+b3 ii gpg-agent 2.4.7-21+b3 ii gpgv 2.4.7-21+b3 ii libdpkg-perl 1.22.21 ii libfile-dirlist-perl 0.05-3 ii libfile-homedir-perl 1.006-2 ii libfile-touch-perl 0.12-2 ii libio-string-perl 1.08-4 ii libmoo-perl 2.005005-1 ii libwww-perl 6.78-1 ii patchutils 0.4.2-1 ii perl 5.40.1-6 ii python3 3.13.5-1 ii sensible-utils 0.0.25 ii wdiff 1.2.2-9 Versions of packages devscripts recommends: ii apt 3.0.3 ii curl 8.14.1-2 ii dctrl-tools 2.24-3+b1 ii debian-keyring 2025.07.26 ii debian-tag2upload-keyring 1.1 ii dput 1.2.4 ii equivs 2.3.2 pn git-debpush <none> ii libdistro-info-perl 1.13 ii libencode-locale-perl 1.05-3 ii libgitlab-api-v4-perl 0.27-1 ii libjson-perl 4.10000-1 ii liblwp-protocol-https-perl 6.14-1 ii libmetacpan-client-perl 2.033000-1 ii libsoap-lite-perl 1.27-3 ii libstring-shellquote-perl 1.04-3 ii liburi-perl 5.30-1 ii licensecheck 3.3.9-1 ii lintian 2.122.0 ii lzip 1.25-3 ii man-db 2.13.1-1 ii patch 2.8-2 ii pristine-tar 1.50+nmu2 ii python3-apt 3.0.0 ii python3-debian 1.0.1 ii python3-magic 2:0.4.27-3 ii python3-requests 2.32.3+dfsg-5 ii python3-unidiff 0.7.5-2 ii python3-xdg 0.28-2 ii strace 6.13+ds-1 ii unzip 6.0-29 ii wget 1.25.0-2 ii xz-utils 5.8.1-1 Versions of packages devscripts suggests: pn adequate <none> pn at <none> ii autopkgtest 5.49 pn bls-standalone <none> ii bsd-mailx [mailx] 8.1.2-0.20220412cvs-1.1 ii build-essential 12.12 pn check-all-the-things <none> ii debhelper 13.24.2 ii diffoscope 297 pn disorderfs <none> ii docker.io 26.1.5+dfsg1-9+b9 ii dose-extra 7.0.0-6+b1 pn duck <none> pn elpa-devscripts <none> ii faketime 0.9.10+2024-06-05+gba9ed5b2-0.6 ii gnuplot 6.0.2+dfsg1-1 ii gnuplot-qt [gnuplot] 6.0.2+dfsg1-1 pn how-can-i-help <none> ii libauthen-sasl-perl 2.1700-1 pn libdbd-pg-perl <none> ii libgitlab-api-v4-perl 0.27-1 pn libterm-size-perl <none> ii libtimedate-perl 2.3300-2 ii libyaml-libyaml-perl 0.903.0+ds-1 ii mmdebstrap 1.5.7-1 pn mutt <none> ii openssh-client [ssh-client] 1:10.0p1-7 pn piuparts <none> ii postgresql-client-17 [postgresql-client] 17.5-1 ii pristine-lfs 20241219.0-1 ii python3-debianbts 4.1.1 ii python3-pycurl 7.45.6-1 ii quilt 0.68-1 ii ratt 0.0~git20220805.e6b9cb4-1+b7 pn reprotest <none> pn svn-buildpackage <none> pn w3m <none> -- no debconf information

