Your message dated Sun, 10 Sep 2006 03:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386139: fixed in latex-ucs 20041017-4
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: latex-ucs
Version: 20041017-3
Severity: serious
Tags: patch
latex-ucs requires files in /usr/share/unidata to build, and
build-depends on console-data for this. These files are very large, and
moved to unicode-data recently, so latex-ucs now fails to build. (Very
few packages seem to have been affected by this; latex-ucs is the only
one I've found so far.)
Also, unicode-data just ships UnicodeData.txt, not any versioned files,
so I adjusted debian/rules and debian/update-latex-ucs to cope with
this. This does mean that the dependencies have to be just
"unicode-data", not "unicode-data | console-data (<< 2:1.0-1)" as I'd
originally hoped.
A patch to fix this bug is attached. If you could fix this in Ubuntu
edgy as well, I'd appreciate it, as I think I'm going to pull in
unicode-data there to save space in the base system.
Thanks,
--
Colin Watson [EMAIL PROTECTED]
diff -u latex-ucs-20041017/debian/control latex-ucs-20041017/debian/control
--- latex-ucs-20041017/debian/control
+++ latex-ucs-20041017/debian/control
@@ -2,7 +2,7 @@
Section: tex
Priority: optional
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
-Build-Depends-Indep: cdbs, debhelper (>> 4.0.0), console-data
+Build-Depends-Indep: cdbs, debhelper (>> 4.0.0), unicode-data
Standards-Version: 3.6.1
Package: latex-ucs
@@ -37,7 +37,7 @@
Package: latex-ucs-dev
Section: libdevel
Architecture: all
-Depends: latex-ucs, console-data
+Depends: latex-ucs, unicode-data
Recommends: latex-ucs-doc
Description: configuration source files for latex-ucs
latex-ucs provides support for using UTF-8 as input encoding in LaTeX
diff -u latex-ucs-20041017/debian/rules latex-ucs-20041017/debian/rules
--- latex-ucs-20041017/debian/rules
+++ latex-ucs-20041017/debian/rules
@@ -20,7 +20,7 @@
# automatically generate def files, don't use the ones from
# the orig.tar.gz because we may patch the config files
- ./makeunidef.pl --no-comments -t debian/tmp/data -d
/usr/share/unidata/UnicodeData-4*.txt debian/tmp/config/*.ucf.gz
+ ./makeunidef.pl --no-comments -t debian/tmp/data -d
/usr/share/unidata/UnicodeData.txt debian/tmp/config/*.ucf.gz
# create manpages; filenames in PODs are adapted to the names
# of the installed programs
diff -u latex-ucs-20041017/debian/update-latex-ucs
latex-ucs-20041017/debian/update-latex-ucs
--- latex-ucs-20041017/debian/update-latex-ucs
+++ latex-ucs-20041017/debian/update-latex-ucs
@@ -61,7 +61,7 @@
mkdir $DATADIR
echo Generating the data directory from $CFGDIR sources...
/usr/share/latex-ucs-dev/makeunidef.pl -t $DATADIR $COMMENTS \
- -d /usr/share/unidata/UnicodeData-4*.txt $CFGDIR/*.ucf $CFGDIR/*.ucf.gz
+ -d /usr/share/unidata/UnicodeData.txt $CFGDIR/*.ucf $CFGDIR/*.ucf.gz
# rehash LaTeX
diff -u latex-ucs-20041017/debian/latex-ucs-dev.README.Debian
latex-ucs-20041017/debian/latex-ucs-dev.README.Debian
--- latex-ucs-20041017/debian/latex-ucs-dev.README.Debian
+++ latex-ucs-20041017/debian/latex-ucs-dev.README.Debian
@@ -12,7 +12,8 @@
included POD documentation and the file INSTALL in
/usr/share/doc/latex-ucs/ how to call it. This script needs a recent
version of UnicodeData.txt from www.unicode.org which is already
-provided by the package console-data and can be used for this purpose.
+provided by the package unicode-data (formerly console-data) and can
+be used for this purpose.
For convenience there is a wrapper script update-latex-ucs that calls
makeunidef.pl with the correct parameters. See update-latex-ucs(8) for
--- End Message ---
--- Begin Message ---
Source: latex-ucs
Source-Version: 20041017-4
We believe that the bug you reported is fixed in the latest version of
latex-ucs, which is due to be installed in the Debian FTP archive:
latex-ucs-contrib_20041017-4_all.deb
to pool/main/l/latex-ucs/latex-ucs-contrib_20041017-4_all.deb
latex-ucs-dev_20041017-4_all.deb
to pool/main/l/latex-ucs/latex-ucs-dev_20041017-4_all.deb
latex-ucs-doc_20041017-4_all.deb
to pool/main/l/latex-ucs/latex-ucs-doc_20041017-4_all.deb
latex-ucs_20041017-4.diff.gz
to pool/main/l/latex-ucs/latex-ucs_20041017-4.diff.gz
latex-ucs_20041017-4.dsc
to pool/main/l/latex-ucs/latex-ucs_20041017-4.dsc
latex-ucs_20041017-4_all.deb
to pool/main/l/latex-ucs/latex-ucs_20041017-4_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated latex-ucs 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 10 Sep 2006 12:29:06 +0200
Source: latex-ucs
Binary: latex-ucs-doc latex-ucs-contrib latex-ucs latex-ucs-dev
Architecture: source all
Version: 20041017-4
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description:
latex-ucs - support for using UTF-8 input encoding in LaTeX documents
latex-ucs-contrib - additional languages for latex-ucs
latex-ucs-dev - configuration source files for latex-ucs
latex-ucs-doc - documentation for latex-ucs
Closes: 363146 367683 386139
Changes:
latex-ucs (20041017-4) unstable; urgency=low
.
* console-data -> unicode-data package transition:
- debian/control: Build-depend/Depend on unicode-data.
- debian/rules, debian/update-latex-ucs: Update path to UnicodeData.txt.
- debian/latex-ucs-dev.README.Debian: Update package description.
- Thanks to Colin Watson for the detailled explanation and the patch!
- Closes: #386139
* Add debian/patches/02_t5_to_vietnam.patch:
- External t5.sty for Vietnamese is now included in standard latex
packages and called vietnam.sty. Update ltxmacrs.txt accordingly.
- Thanks to Samuel Thibault for this patch!
- Closes: #367683
* Add debian/latex-ucs-doc.links: Create texdoc symlinks for ucs.ps.gz (also
alias it as latex-ucs.ps.gz to match the package name) and
languages.ps.gz. Also create appropriate postinst/postrm scripts to call
mktexlsr. Closes: #363146
Files:
8124948551eacf0b53b66afc8b060b15 652 tex optional latex-ucs_20041017-4.dsc
96de782e8c2cbc99566468058e52c004 12609 tex optional
latex-ucs_20041017-4.diff.gz
8700ded1cd844d24568abcbdc3ff78cc 374818 tex optional
latex-ucs_20041017-4_all.deb
ca5125247f3bac5e0125ba52efc30043 37382 tex optional
latex-ucs-contrib_20041017-4_all.deb
fa885131d713855f7529e35c292a19ee 403936 doc optional
latex-ucs-doc_20041017-4_all.deb
8f9959ff4d85e48fbc429f62f11f2c46 288786 libdevel optional
latex-ucs-dev_20041017-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFFA+s7DecnbV4Fd/IRApUTAKCm7tpLJntkNoEdWWsf5gGo757NJgCbBB+q
+ssTfylb4C8AumQru747JQQ=
=UvYg
-----END PGP SIGNATURE-----
--- End Message ---