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

Bug#409897: marked as done (tex-common: exit status of ucfr is discarded in postinst)



Your message dated Mon, 11 Jun 2007 08:47:11 +0000
with message-id <E1HxfYN-0006vO-LU@ries.debian.org>
and subject line Bug#409897: fixed in tex-common 1.8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tex-common
Version: 1.0
Severity: important
Tags: patch

This line

test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || true

will return true even if ucfr fails.  It should be 

if test -x "`which ucfr`"; then
   ucfr tex-common /etc/texmf/$file
fi

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]         1.4.30.13  Debian configuration management sy
ii  ucf                           1.17       Update Configuration File: preserv

Versions of packages tetex-base depends on:
ii  ucf                           1.17       Update Configuration File: preserv

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2. 1.4.30.13            Debian configuration management sy
ii  debianutils         2.8.4                Miscellaneous utilities specific t
ii  dialog              1.0-20050306-1       Displays user-friendly dialog boxe
ii  dpkg                1.10.28              Package maintenance system for Deb
ii  ed                  0.2-20               The classic unix line editor
ii  libc6               2.3.2.ds1-22sarge4   GNU C Library: Shared libraries an
ii  libfontconfig1      2.3.1-2              generic font configuration library
ii  libfreetype6        2.1.7-6              FreeType 2 font engine, shared lib
ii  libgcc1             1:3.4.3-13sarge1     GCC support library
ii  libice6             6.9.0.dfsg.1-6~bpo.4 Inter-Client Exchange library
ii  libjpeg62           6b-10                The Independent JPEG Group's JPEG 
ii  libkpathsea4        3.0-29~1~bpo.1       path search library for teTeX (run
ii  libpaper1           1.1.14-3             Library for handling paper charact
ii  libpng12-0          1.2.8rel-1           PNG library - runtime
ii  libpoppler0c2       0.4.5-3bpo1          PDF rendering library
ii  libsm6              6.9.0.dfsg.1-6~bpo.4 X Window System Session Management
ii  libstdc++5          1:3.3.5-13           The GNU Standard C++ Library v3
ii  libt1-5             5.0.2-3              Type 1 font rasterizer library - r
ii  libx11-6            6.9.0.dfsg.1-6~bpo.4 X Window System protocol client li
ii  libxaw7             6.9.0.dfsg.1-6~bpo.4 X Athena widget set library
ii  libxext6            6.9.0.dfsg.1-6~bpo.4 X Window System miscellaneous exte
ii  libxmu6             6.9.0.dfsg.1-6~bpo.4 X Window System miscellaneous util
ii  libxp6              6.9.0.dfsg.1-6~bpo.4 X Window System printing extension
ii  libxpm4             6.9.0.dfsg.1-6~bpo.4 X pixmap library
ii  libxt6              6.9.0.dfsg.1-6~bpo.4 X Toolkit Intrinsics
ii  mime-support        3.28-1               MIME files 'mime.types' & 'mailcap
ii  perl                5.8.4-8sarge5        Larry Wall's Practical Extraction 
ii  sed                 4.1.2-8              The GNU sed stream editor
ii  tetex-base          3.0.dfsg.3-5~bpo.1   Basic TeX input files of teTeX
ii  ucf                 1.17                 Update Configuration File: preserv
ii  whiptail            0.51.6-20            Displays user-friendly dialog boxe
ii  zlib1g              1:1.2.2-4.sarge.2    compression library - runtime

Versions of packages tetex-extra depends on:
ii  tetex-base            3.0.dfsg.3-5~bpo.1 Basic TeX input files of teTeX
ii  tetex-bin             3.0-29~1~bpo.1     The teTeX programs
ii  ucf                   1.17               Update Configuration File: preserv

-- debconf information:
  tetex-base/olddat: true
  tetex-base/fmtutil-failed:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/singleuser: false
  tetex-base/oldupdm:
  tetex-base/updmap-failed:

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


--- End Message ---
--- Begin Message ---
Source: tex-common
Source-Version: 1.8

We believe that the bug you reported is fixed in the latest version of
tex-common, which is due to be installed in the Debian FTP archive:

tex-common_1.8.dsc
  to pool/main/t/tex-common/tex-common_1.8.dsc
tex-common_1.8.tar.gz
  to pool/main/t/tex-common/tex-common_1.8.tar.gz
tex-common_1.8_all.deb
  to pool/main/t/tex-common/tex-common_1.8_all.deb



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 409897@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Küster <frank@debian.org> (supplier of updated tex-common 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 11 Jun 2007 10:14:14 +0200
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 1.8
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Frank Küster <frank@debian.org>
Description: 
 tex-common - Common infrastructure for using and building TeX in Debian
Closes: 409897 418983 426881 427562
Changes: 
 tex-common (1.8) unstable; urgency=medium
 .
   * Bump urgency since this fixes a RC bug which hits anyone upgrading
     from lenny to sid and triggers a forkbomb.  Urgency only medium
     because of the long list of unrelated other changes. [fk]
   * Add a workaround for the fork bomb problem in format generation:
     Ignore jadetex and xmltex if latex is not present (closes: #427562) [fk]
   * make proper ucfr checking in maintainer scripts (Closes: #409897) [np]
   * rework the code generated by dh_installtex in the postinst script.
     Now at postinst/configure time fmtutil-sys is called with
       --all --cnffile <file>
     where <file> are the fmt.d config files installed by the package. This
     way a dpkg-reconfigure will create *all* formats defined in the config
     file, even if the sysadm has defined additional formats.
     (Closes: #418983) [np]
   * Update snippets in texmf.d according to a reordering patch accepted
     upstream [fk]
   * (first) rework of Debian-on-TeX document for TeX Live only [np]
   * add a list of old files from teTeX which can be removed
   * Do not install unused 01tetex.cnf and its md5sum file [fk]
   * dh_installtex: rewrite $engine to metafont if $engine = mf|mf-nowin
   * Install a copy of mktex.cnf in /usr/share/tex-common, and advice in
     NEWS.Debian to reinstall it. [fk]
   * Debconf translations: Added Vietnamese translation, thanks to Clytie
     Siddall <clytie@riverland.net.au> (closes: #426881)
   * implement an opion --nosourcefiles for tpm2licenses to not check
     source files
   * Add symlinks "README.Debian.$ext" to the respective "TeX-on-Debian"
     formats. [fk]
Files: 
 7220234260a555862e3c8f8a54e92505 794 tex optional tex-common_1.8.dsc
 c782db53a30ed4693c4b085f18ca50d4 802336 tex optional tex-common_1.8.tar.gz
 d05797984a0698ec63f7151d7f32bf4a 710646 tex optional tex-common_1.8_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGbQW1+xs9YyJS+hoRAlDqAKCgLgR8baOkPN7bQrMk/E4Tu7H5HgCeK9ex
ncQvWYTtGe5TthnwSpJPZxI=
=tc5k
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: