Package: pyenv Severity: important Tags: patch X-Debbugs-Cc: [email protected] Src: pyenv
The debian/watch file in the current package fails to parse because it declares version=5 using the legacy syntax. Version 5 watch files require RFC822-style formatting (e.g., Version: 5). When running uscan, the following error occurs: Malformed version line: version=5, only 'Version: X' is allowed when using version >= 5 I have attached a patch to fix the syntax conformant with the version 5 specification. Proposed fix (debian/watch): Version: 5 Template: GitHub Dist: https://github.com/pyenv/pyenv I have submitted the same changes as a MR on salsa: https://salsa.debian.org/python-team/packages/pyenv/-/merge_requests/1 -- System Information: Debian Release: forky/sid APT prefers questing-updates APT policy: (500, 'questing-updates'), (500, 'questing-security'), (500, 'questing'), (100, 'questing-backports') Architecture: amd64 (x86_64) Kernel: Linux 6.17.0-8-generic (SMP w/16 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 pyenv depends on: ii build-essential 12.12ubuntu1 ii curl 8.14.1-2ubuntu1 pn expat <none> ii libauthen-sasl-perl 2.1700-1 pn libbz2-dev <none> ii libcgi-pm-perl 4.68-1 ii liberror-perl 0.17030-1 pn libffi-dev <none> ii libio-socket-ssl-perl 2.089-1 ii liblwp-protocol-https-perl 6.14-1 pn liblzma-dev <none> pn libmediawiki-api-perl <none> pn libncurses-dev <none> pn libreadline-dev <none> pn libsqlite3-dev <none> pn libssl-dev <none> ii libterm-readkey-perl 2.38-2build5 ii libwww-perl 6.78-1 pn libxml2-dev <none> pn libxmlsec1-dev <none> pn llvm <none> ii make 4.4.1-2 pn pcre2-utils <none> ii python3 3.13.7-1 pn tk-dev <none> ii wget 1.25.0-2ubuntu3 ii xz-utils 5.8.1-1build2 ii zlib1g-dev 1:1.3.dfsg+really1.3.1-1ubuntu2 pyenv recommends no packages. Versions of packages pyenv suggests: ii git 1:2.51.0-1ubuntu1 pn libsecret-1-dev <none> pn python3-openssl <none> ii python3-requests 2.32.3+dfsg-5ubuntu2 pn python3-tk-dbg <none>

