Package: util-linux
Version: 2.26.2-3ubuntu1
Severity: important

Dear Maintainer,

rename.ul no longer works unless you cd to the containing directory
and omit any dirname from the arguments.

example of working version (2.25.2):
  $ touch a0;rename.ul -v 0 1 a0;echo rc=$?
`a0' -> `a1'
rc=0
  $ touch b0;rename.ul -v ./b0 ./b1 ./b0;echo rc=$?
`./b0' -> `./b1'
rc=0

example of failing version (2.26.2):
  $ touch a0;rename.ul -v 0 1 a0;echo rc=$?
`a0' -> `a1'
rc=0
  $ touch b0;rename.ul -v ./b0 ./b1 ./b0;echo rc=$?
rc=4

example of workaround (invoke a working version instead of a failing version):
  $ rename.ul -V
rename.ul from util-linux 2.26.2
  $ /vs/usr/bin/rename.ul -V
rename.ul from util-linux 2.25.2
  $ touch b0;/vs/usr/bin/rename.ul -v ./b0 ./b1 ./b0;echo rc=$?
`./b0' -> `./b1'
rc=0


-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500,
'wily'), (100, 'wily-backports')
Architecture: i386 (i686)

Kernel: Linux 3.19.0-20-generic (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages util-linux depends on:
ii  initscripts    2.88dsf-59.1ubuntu3
ii  libblkid1      2.26.2-3ubuntu1
ii  libc6          2.21-0ubuntu4
ii  libfdisk1      2.26.2-3ubuntu1
ii  libmount1      2.26.2-3ubuntu1
ii  libncurses5    5.9+20140712-2ubuntu2
ii  libpam0g       1.1.8-3.1ubuntu3
ii  libselinux1    2.3-2
ii  libslang2      2.3.0-2ubuntu1
ii  libsmartcols1  2.26.2-3ubuntu1
ii  libtinfo5      5.9+20140712-2ubuntu2
ii  libudev1       220-6ubuntu1
ii  libuuid1       2.26.2-3ubuntu1
ii  lsb-base       4.1+Debian11ubuntu8
ii  tzdata         2015d-1
ii  zlib1g         1:1.2.8.dfsg-2ubuntu1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools          3.0.28-1
ii  kbd                 1.15.5-1ubuntu2
pn  util-linux-locales  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Reply via email to