Bug#789389: /usr/bin/uscan: [uscan] manpage suggests incorrect syntax for dversionmangle

Martin Erik Werner martinerikwerner at gmail.com
Sat Jun 20 13:16:49 UTC 2015


Package: devscripts
Version: 2.15.5
Severity: minor
File: /usr/bin/uscan

The section on dversionmangle in the manpage:

dversionmangle=rules
       This is used to mangle the Debian  version  number  of  the  currently
       installed package in the same way as the uversionmangle option.  Thus,
       a suitable rule might be `s/+dfsg\d*$//' to remove a  `+dfsg1'  suffix
       from the Debian version number, or to handle `.pre6' type version num‐
       bers.  Again, the rules string may not contain commas; this should not
       be a problem.

Suggests using `s/+dfsg\d*$//' as the rule, however, using this results in:

uscan: In debian/watch, potentially unsafe or malformed dversionmangle pattern:
  's/+dfsg\d*$//' found. Skipping watchline

It should instead be `s/\+dfsg\d*$//', escaping the '+'.


-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
Not present

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages devscripts depends on:
ii  dpkg-dev     1.18.1
ii  libc6        2.19-18
ii  perl         5.20.2-6
ii  python3      3.4.2-2
pn  python3:any  <none>

Versions of packages devscripts recommends:
ii  at                          3.1.16-1
ii  curl                        7.43.0-1
ii  dctrl-tools                 2.24-1
ii  debian-keyring              2015.05.17
ii  dput                        0.9.6.4
ii  equivs                      2.0.9
ii  fakeroot                    1.20.2-1
ii  file                        1:5.22+15-2
ii  gnupg                       1.4.19-3
ii  libdistro-info-perl         0.14
ii  libencode-locale-perl       1.03-1
ii  libjson-perl                2.61-1
ii  liblwp-protocol-https-perl  6.06-2
ii  libsoap-lite-perl           1.11-1
ii  liburi-perl                 1.64-1
ii  libwww-perl                 6.13-1
ii  lintian                     2.5.31
ii  man-db                      2.7.0.2-5
ii  patch                       2.7.5-1
ii  patchutils                  0.3.4-1
ii  python3-debian              0.1.27
ii  python3-magic               1:5.22+15-2
ii  sensible-utils              0.0.9
ii  strace                      4.10-1
ii  unzip                       6.0-17
ii  wdiff                       1.2.2-1
ii  wget                        1.16.3-2+b2
ii  xz-utils                    5.1.1alpha+20120614-2+b3

Versions of packages devscripts suggests:
ii  bsd-mailx [mailx]            8.1.2-0.20150408cvs-1
ii  build-essential              11.7
pn  cvs-buildpackage             <none>
pn  debbindiff                   <none>
pn  devscripts-el                <none>
ii  gnuplot                      4.6.6-2
ii  gpgv                         1.4.19-3
ii  libauthen-sasl-perl          2.1600-1
ii  libfile-desktopentry-perl    0.07-1
ii  libnet-smtp-ssl-perl         1.01-3
pn  libterm-size-perl            <none>
ii  libtimedate-perl             2.3000-2
pn  libyaml-syck-perl            <none>
ii  mutt                         1.5.23-3
ii  openssh-client [ssh-client]  1:6.7p1-6
ii  svn-buildpackage             0.8.5+nmu1
ii  w3m                          0.5.3-21

-- no debconf information



More information about the devscripts-devel mailing list