[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#764592: marked as done (biber: Bug in /usr/share/perl5/Biber/LaTeX/Recode.pm)



Your message dated Tue, 21 Oct 2014 01:03:54 +0000
with message-id <E1XgNre-0000iK-CT@franck.debian.org>
and subject line Bug#764592: fixed in biber 1.9-2
has caused the Debian Bug report #764592,
regarding biber: Bug in /usr/share/perl5/Biber/LaTeX/Recode.pm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
764592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764592
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: biber
Version: 1.9-1
Severity: normal
Tags: patch upstream

Hi,

The following message was generated for each *.tex compilation
involving biber on my system:

Possible precedence issue with control flow operator at /usr/share/perl5/Biber/LaTeX/Recode.pm line 395.

The attached patch should fix the problem.

-- Sebastian

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (100, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf

Kernel: Linux 3.16-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages biber depends on:
ii  dpkg                                    1.17.13
ii  libautovivification-perl                0.12-1+b1
ii  libbusiness-isbn-perl                   2.07-1
ii  libbusiness-ismn-perl                   1.11-1
ii  libbusiness-issn-perl                   0.91-2
ii  libdata-compare-perl                    1.23-0.1
ii  libdata-dump-perl                       1.22-1
ii  libdate-simple-perl                     3.0300-1+b1
ii  libencode-eucjpms-perl                  0.07-3+b2
ii  libencode-hanextra-perl                 0.23-3+b1
ii  libencode-jis2k-perl                    0.02-2+b1
ii  libfile-slurp-unicode-perl              0.7.1-1
ii  libipc-run3-perl                        0.048-1
ii  liblist-allutils-perl                   0.08-1
ii  liblist-moreutils-perl                  0.33-2+b1
ii  liblog-log4perl-perl                    1.44-1
ii  liblwp-protocol-https-perl              6.06-2
ii  libreadonly-perl                        2.000-1
ii  libregexp-common-perl                   2013031301-1
ii  libtext-bibtex-perl                     0.69-1+b1
ii  libunicode-collate-perl                 1.07-1+b1
ii  libunicode-linebreak-perl               0.0.20140601-2
ii  liburi-perl                             1.64-1
ii  libwww-perl                             6.08-1
ii  libxml-libxml-simple-perl               0.94-1
ii  libxml-libxslt-perl                     1.92-1+b1
ii  libxml-writer-perl                      0.625-1
ii  perl                                    5.20.1-1
ii  perl-modules [libunicode-collate-perl]  5.20.1-1
ii  tex-common                              5.02

Versions of packages biber recommends:
ii  texlive-bibtex-extra  2014.20140927-1

biber suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/perl5/Biber/LaTeX/Recode.pm (from biber package)
--- /usr/share/perl5/Biber/LaTeX/Recode.pm.old	2014-10-09 13:19:09.157612660 +0200
+++ /usr/share/perl5/Biber/LaTeX/Recode.pm	2014-10-09 13:18:08.225310513 +0200
@@ -392,7 +392,7 @@
     my $re = $remap_e->{accents}{re};
 
     if ( $b =~ /$re/) {
-        return ($a eq 'i') or ($a eq 'j') ? "{\\$a}" : $a;
+        return (($a eq 'i') or ($a eq 'j') ? "{\\$a}" : $a);
     }
     else {
         return "{$a}"

--- End Message ---
--- Begin Message ---
Source: biber
Source-Version: 1.9-2

We believe that the bug you reported is fixed in the latest version of
biber, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 764592@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Preining <preining@debian.org> (supplier of updated biber package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 Oct 2014 09:03:38 +0900
Source: biber
Binary: biber
Architecture: source all
Version: 1.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Norbert Preining <preining@debian.org>
Description:
 biber      - Much-augmented BibTeX replacement for BibLaTeX users
Closes: 744275 764592
Changes:
 biber (1.9-2) unstable; urgency=medium
 .
   * fix precedence warning (Closes: #764592)
   * tighten build/run deps on perl to 5.16 (Closes: #744275)
   * bump standards version, no changes necessary
   * lintian warning: perl also provides libunicode-collate-perl
Checksums-Sha1:
 cb4d459b278228a59f716b6c77680b303b10d68c 2647 biber_1.9-2.dsc
 261f8935390055645659e757f92ae37cb5aad4fe 9916 biber_1.9-2.debian.tar.xz
 4f313af06538b947302876a88d00f6f1e553a04f 494732 biber_1.9-2_all.deb
Checksums-Sha256:
 76ff861794dd7ace7876b50f20e88857e959f756af5bd514440478f5c8b92e71 2647 biber_1.9-2.dsc
 d3feb39409237b670622adbaadc3c0f7793162b4893ea7d5dede79568d3fb0e5 9916 biber_1.9-2.debian.tar.xz
 758fdb09083c113b3e28b984e479229d310d993e1c537390d57c07f6b6557bf5 494732 biber_1.9-2_all.deb
Files:
 790e4d58cb07e124cfb847b27e6f4b6c 2647 perl optional biber_1.9-2.dsc
 9fbe6a1d39ccd2894c8cd420d44cc14f 9916 perl optional biber_1.9-2.debian.tar.xz
 b6241a85b091e6652e4e91bd974b607a 494732 perl optional biber_1.9-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVEWlOGyspEiGDNwTAQhz9g//WLl8W0+F7oGDHPPNFvnP40cDlqCqnxNz
u8qyzEzAGByEY9mLA8ajimIZq8Y0yizQ+0Z/9wSFnEuoIG6tv1eT12yf6rpESPTw
npbEqUWzNX8awZ0a8qbOms4OIAEs0lEeC3ZmI4PGRSmPeWvJv2pmv5CqsvOJuL2I
SzmIfQU5Y4+XHtFplRA8OUxSzMFDCOBL5V0EWuAn0qs6sip9zSuo/VsyZD17SbrW
+w1Qr8VPWbwcL0SxFPdO7JFLjZmuZ4Nhwh2S90cvBqXdLr92WEumCG8eeNT8KLoT
k6I9wRrXhyGYjWzUx3xU4OK3NyMO6h8O7pYghnOPL236lOgiCCLDngkj9zl0bTR5
Ef0rLvDNK1iIRfsKRYi0MNwlPTYQpzJSbANoTpGx3SyekFlDQeIAYi0v35Zo3g//
ffp8ZYkT5v+BKp0oztSzmMMe5GN/G0KVhPK78e9hYtdzT0dcREw/Ap7+thryFCVm
KLYnZRv76w/xD9a04TDbVE7rsFKoAIaFkkn4bHxuliAiFkEpZHiEnXQuQVeCYYPp
RSZl0lN0CWIU2uO+2EEZZkeTHt+DVkIpnJ+3nalh3okVRJoYXx5xWmvnWnR18FW9
k31sRIUHuFp+T0h+ki6JhwOgkySFQBwuZIKpAIY4WxMKxnxDwMVrnxy6CPJTck0y
vaahAC+0ISM=
=cJzv
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: