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

Bug#635382: marked as done (latex-unicode sources and licensing)



Your message dated Wed, 25 Apr 2012 01:11:17 +0000
with message-id <E1SMqlJ-00033D-Hp@franck.debian.org>
and subject line Bug#635382: fixed in texlive-extra 2011.20120424-1
has caused the Debian Bug report #635382,
regarding latex-unicode sources and licensing
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.)


-- 
635382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635382
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-latex-extra
Version: 2009-10
Severity: normal
Tags: patch

Near beginning of ucshyper.sty:

\ifx\pdfoutput\undefined
  \PackageWarning{ucshyper}{ucshyper needs to be run with
    pdflatex.\MessageBreak Disabling functionality}%
  \expandafter\endinput\fi

This is buggy in several ways.

1) If another package loaded before ucshyper has used \@ifundefined
   to test the value of pdfoutput, then it is redefined to \relax
   instead of \undefined, and the above test will take the wrong
   branch.

2) Even if 1) is fixed, this tests whether the TeX implementation
   running is pdfTeX, while what it probably was intended to test for
   is whether the output produced is PDF... In other words, this test
   will not issue the warning if pdftex is running in DVI output mode;
   this is what happens in Debian when one runs /usr/bin/tex or
   /usr/bin/latex.

E.g. this document:

\documentclass{article}
\usepackage{ucshyper}
\begin{document}
foo
\end{document}

leads to this (La)TeX output (when run with plain latex):

LaTeX2e <2009/09/24>
(...)
Package hyperref Warning: Wrong driver `hpdftex.def';
(hyperref)                pdfTeX is not running in PDF mode.
(hyperref)                Using default driver.

*hyperref using default driver hdvips*

(...)

! Undefined control sequence.
\pdfstringdef ...@pdfstringtrue \PrerenderUnicode 
                                                  {#2}\endgroup \fi \ucshype...
l.5 \end{document}
                  
? 


Luckily (as you probably already know), the ifpdf package takes care
of these details for you, so the above code should be replaced by
something like:

\RequirePackage{ifpdf}
\ifpdf\else%
\PackageWarning{ucshyper}{ucshyper needs to be run with
    pdflatex.\MessageBreak Disabling functionality}%
  \expandafter\endinput\fi


See /usr/share/doc/texlive-doc/generic/FAQ-en/html/FAQ-ifpdf.html and
/usr/share/doc/texlive-doc/latex/oberdiek/ifpdf.pdf for more details.


However, there is a third issue even with 1) and 2) solved.


3) ucshyper does not actually need the output mode to be PDF, nor the
   TeX implementation to be pdfTeX. I just _removed_ the above test,
   as well as the following line:

\RequirePackage[pdftex,unicode]{hyperref}

and then I produce DVI with hyperref's "dvipdfm" option (driver
hdvipdfm), run it through dvipdfm and ucshyper still does its job like
a charm. For example this document:

\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[dvipdfm,bookmarks=true,unicode=true]{hyperref}
\usepackage{ucshyper}
\begin{document}
\section{\texorpdfstring{\ensuremath\lambda{}}{λ}}
\end{document}

latex it, run dvipdfm over the dvi, and the \lambda looks fine in
evince's side panel (Index).


So possibly this test should be changed to something like:

\ifdefined\PrerenderUnicode\else%
\PackageWarning{ucshyper}{ucshyper needs to be run with
    inputenc utf8x.\MessageBreak Disabling functionality}%
  \expandafter\endinput\fi

_and_ still remove the

\RequirePackage[pdftex,unicode]{hyperref}

line so that users can choose their own hyperref driver freely. Maybe
add instead:

\ifdefined\hypersetup%
 \hypersetup{unicode=true}%
\else%
  \PackageWarning{ucshyper}{ucshyper needs to be loaded after
      hyperref.\MessageBreak Disabling functionality}%
    \expandafter\endinput%
\fi%

I'd be tempted to promote the warnings to errors, actually.

##################################
minimal input file

See above

##################################
other files

######################################
 List of ls-R files

-rw-r--r-- 1 root root 1753 Jun 10 19:05 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Jun 28  2010 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 10 19:00 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Oct 28  2010 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Oct 28  2010 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
######################################
 Config files
lrwxrwxrwx 1 root root 20 Jun 10 19:00 /usr/share/texmf/web2c/texmf.cnf -> /etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 10081 Jun 10 19:05 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 24192 Jun 10 19:05 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 15119 Jun 10 19:05 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 Nov 10  2008 mktex.cnf
######################################
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
402d5adb3864c09ed3cd80c0f2131361  /etc/texmf/texmf.d/95NonPath.cnf

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldstable'), (500, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages texlive-latex-extra depends on:
ii  dpkg                          1.15.8.11  Debian package management system
ii  preview-latex-style           11.85-1    extraction of elements from LaTeX 
ii  tex-common                    2.08.1     common infrastructure for building
ii  texlive-binaries              2009-8     Binaries for TeX Live
ii  texlive-common                2009-11    TeX Live: Base component
ii  texlive-latex-base            2009-11    TeX Live: Basic LaTeX packages
ii  texlive-pictures              2009-11    TeX Live: Graphics packages and pr

Versions of packages texlive-latex-extra recommends:
ii  texlive-latex-extra-doc       2009-10    TeX Live: Documentation files for 
ii  texlive-latex-recommended     2009-11    TeX Live: LaTeX recommended packag
ii  texpower                      0.2-7      Macros for creating professional p

texlive-latex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]        1.5.36.1    Debian configuration management sy
ii  dpkg                         1.15.8.11   Debian package management system
ii  ucf                          3.0025+nmu1 Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
ii  tex-common                    2.08.1     common infrastructure for building
ii  texlive-binaries              2009-8     Binaries for TeX Live

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



--- End Message ---
--- Begin Message ---
Source: texlive-extra
Source-Version: 2011.20120424-1

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

texlive-bibtex-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-bibtex-extra_2011.20120424-1_all.deb
texlive-extra-utils_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-extra-utils_2011.20120424-1_all.deb
texlive-extra_2011.20120424-1.debian.tar.gz
  to main/t/texlive-extra/texlive-extra_2011.20120424-1.debian.tar.gz
texlive-extra_2011.20120424-1.dsc
  to main/t/texlive-extra/texlive-extra_2011.20120424-1.dsc
texlive-extra_2011.20120424.orig.tar.gz
  to main/t/texlive-extra/texlive-extra_2011.20120424.orig.tar.gz
texlive-font-utils_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-font-utils_2011.20120424-1_all.deb
texlive-fonts-extra-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-fonts-extra-doc_2011.20120424-1_all.deb
texlive-fonts-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-fonts-extra_2011.20120424-1_all.deb
texlive-formats-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-formats-extra_2011.20120424-1_all.deb
texlive-games_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-games_2011.20120424-1_all.deb
texlive-generic-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-generic-extra_2011.20120424-1_all.deb
texlive-humanities-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-humanities-doc_2011.20120424-1_all.deb
texlive-humanities_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-humanities_2011.20120424-1_all.deb
texlive-latex-extra-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-latex-extra-doc_2011.20120424-1_all.deb
texlive-latex-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-latex-extra_2011.20120424-1_all.deb
texlive-math-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-math-extra_2011.20120424-1_all.deb
texlive-music_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-music_2011.20120424-1_all.deb
texlive-plain-extra_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-plain-extra_2011.20120424-1_all.deb
texlive-pstricks-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-pstricks-doc_2011.20120424-1_all.deb
texlive-pstricks_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-pstricks_2011.20120424-1_all.deb
texlive-publishers-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-publishers-doc_2011.20120424-1_all.deb
texlive-publishers_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-publishers_2011.20120424-1_all.deb
texlive-science-doc_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-science-doc_2011.20120424-1_all.deb
texlive-science_2011.20120424-1_all.deb
  to main/t/texlive-extra/texlive-science_2011.20120424-1_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 635382@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 texlive-extra 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.8
Date: Tue, 24 Apr 2012 08:38:29 +0900
Source: texlive-extra
Binary: texlive-bibtex-extra texlive-extra-utils texlive-font-utils texlive-formats-extra texlive-generic-extra texlive-math-extra texlive-plain-extra texlive-latex-extra texlive-fonts-extra texlive-music texlive-games texlive-pstricks texlive-publishers texlive-humanities texlive-science texlive-fonts-extra-doc texlive-humanities-doc texlive-latex-extra-doc texlive-pstricks-doc texlive-publishers-doc texlive-science-doc
Architecture: source all
Version: 2011.20120424-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Norbert Preining <preining@debian.org>
Description: 
 texlive-bibtex-extra - TeX Live: Extra BibTeX styles
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: Graphics and font utilities
 texlive-fonts-extra - TeX Live: Extra fonts
 texlive-fonts-extra-doc - TeX Live: Documentation files for texlive-fonts-extra
 texlive-formats-extra - TeX Live: Extra formats
 texlive-games - TeX Live: Games typesetting
 texlive-generic-extra - TeX Live: Extra generic packages
 texlive-humanities - TeX Live: Humanities packages
 texlive-humanities-doc - TeX Live: Documentation files for texlive-humanities
 texlive-latex-extra - TeX Live: LaTeX supplementary packages
 texlive-latex-extra-doc - TeX Live: Documentation files for texlive-latex-extra
 texlive-math-extra - TeX Live: Advanced math typesetting
 texlive-music - TeX Live: Music typesetting
 texlive-plain-extra - TeX Live: Plain TeX supplementary packages
 texlive-pstricks - TeX Live: PSTricks packages
 texlive-pstricks-doc - TeX Live: Documentation files for texlive-pstricks
 texlive-publishers - TeX Live: Support for publishers, theses, standards, conferences,
 texlive-publishers-doc - TeX Live: Documentation files for texlive-publishers
 texlive-science - TeX Live: Typesetting for natural and computer sciences
 texlive-science-doc - TeX Live: Documentation files for texlive-science
Closes: 635382
Changes: 
 texlive-extra (2011.20120424-1) unstable; urgency=low
 .
   * new upstream snapshot
     - includes updates ucs package (Closes: #635382)
   * break against scalable-cyrfonts-tex as it ships fonts with the same
     names as in texlive-fonts-extra
   * adjust links and blacklist for new libertine fonts location in TL
Checksums-Sha1: 
 7ae56c3bec5d33caca064585c6b2e8d768e2cd7b 2546 texlive-extra_2011.20120424-1.dsc
 ce165e5331ff186d3f90dbf4c45560cba7b1f270 866587791 texlive-extra_2011.20120424.orig.tar.gz
 4afa160d9df6c91e50ecb3c78235574f71855c9c 162318 texlive-extra_2011.20120424-1.debian.tar.gz
 485d155eb3265dad05f4d9c5f59aff58ea32d4f6 30287500 texlive-bibtex-extra_2011.20120424-1_all.deb
 8e753bc393f255824ad1e7f686df24adf2d55701 2414326 texlive-extra-utils_2011.20120424-1_all.deb
 7940522942415a1622190d8aeb30319e51d92286 2044614 texlive-font-utils_2011.20120424-1_all.deb
 9ebd7df1994cc290532964795e537aa5cf0828e8 2160184 texlive-formats-extra_2011.20120424-1_all.deb
 6e4d3544facab687f92dd0b201f296e291d3ef13 9104030 texlive-generic-extra_2011.20120424-1_all.deb
 e986dc06e4404e6713120e6c0e71e43cdc749564 12655690 texlive-math-extra_2011.20120424-1_all.deb
 801a63e36e07f151446f05ae1cd221505ab0b3d3 3443200 texlive-plain-extra_2011.20120424-1_all.deb
 10cec93927ff8a47d6401abd3809a00a2189a258 7089568 texlive-latex-extra_2011.20120424-1_all.deb
 22579b4f26a9c8f4b1b1a3b417e9de8eec4298e8 174320008 texlive-fonts-extra_2011.20120424-1_all.deb
 6f6aba1b1f640ef78a3ff82e18393de77983de8b 7234338 texlive-music_2011.20120424-1_all.deb
 d0f94791f2388ba492eebed96be508eed0755ccf 3320634 texlive-games_2011.20120424-1_all.deb
 3584524e50695a3f7d6a1ac122b3c409f878f46f 25865214 texlive-pstricks_2011.20120424-1_all.deb
 9b65a5a6a712b7c1b7749478cfab8daf0daecc04 2464980 texlive-publishers_2011.20120424-1_all.deb
 f947c0b9dcc4c19c8a47a0555c645619eef594b7 382636 texlive-humanities_2011.20120424-1_all.deb
 d73e308ce88848f11529023403433546d2ecb526 2563426 texlive-science_2011.20120424-1_all.deb
 02e5a3008e6c3c3ba6dab5bbaf4654843d760de8 59783852 texlive-fonts-extra-doc_2011.20120424-1_all.deb
 6f70102c8040b29826b816a29210f4526ac7de44 11716526 texlive-humanities-doc_2011.20120424-1_all.deb
 73ac96465e7ee6ee3eb0bee2344f21aa8452526a 319990884 texlive-latex-extra-doc_2011.20120424-1_all.deb
 df80a3e8ec1fa273161f2e22b5d09c462dd9638d 79708700 texlive-pstricks-doc_2011.20120424-1_all.deb
 44c364b86b240a9603f66aded2993a578cff7c7f 58784038 texlive-publishers-doc_2011.20120424-1_all.deb
 65297bd0420effdde9de4c244f1dc30a1a143493 20461960 texlive-science-doc_2011.20120424-1_all.deb
Checksums-Sha256: 
 0e41f2252ec50a38e4cc1452ab688ad5d836c26097b96d5c74487b8f5728cf52 2546 texlive-extra_2011.20120424-1.dsc
 54c2ef67ea576671780d948bbe510ed376931999429b5d9df2358bf943145157 866587791 texlive-extra_2011.20120424.orig.tar.gz
 4e1368eebaebc3a437167f263c923aba21f50d5641f872ad32eba10b6e1c0ca5 162318 texlive-extra_2011.20120424-1.debian.tar.gz
 cc5055b331acd393841e7791217d38e77a01e2721086bdaa4464592760e9024f 30287500 texlive-bibtex-extra_2011.20120424-1_all.deb
 5ecc7fce5f14f2a06dcdea336fb5a58994f64f75ec7a52529afa38b1eaa30c06 2414326 texlive-extra-utils_2011.20120424-1_all.deb
 ef21b9b1918d0121623a0f92c040e61c6eb1c7859a28d699a7b9dfb2d5bd6c19 2044614 texlive-font-utils_2011.20120424-1_all.deb
 f6ec7a72add5aa53c380a16ddbb783931302adb0996f0562b7e42a8424ab56a2 2160184 texlive-formats-extra_2011.20120424-1_all.deb
 52a1d5bbc14f861f0c8740d0d56c2bc9eb93fa82f1ef74f177ec597930eff215 9104030 texlive-generic-extra_2011.20120424-1_all.deb
 8b067c49dc070a6686c43d2afdd638238a6398e0ca04f779ef997edf9f74bde9 12655690 texlive-math-extra_2011.20120424-1_all.deb
 254286b0fa65f2cd1dd99dca6a90983a046a32f16b1667c092fe7f4929a94c4a 3443200 texlive-plain-extra_2011.20120424-1_all.deb
 c5c6346e7b2c8288b412564f91a4d0f8ccf2b283a35fe3bb28eea0c341ddc56d 7089568 texlive-latex-extra_2011.20120424-1_all.deb
 2a8e2259718c01065cead78c3b7cffafb1090f0de34ba48d99fbad2d631741a6 174320008 texlive-fonts-extra_2011.20120424-1_all.deb
 38faae14b8673b61cf4cab27e98c73d4081af92ed9bb0beb2ceb1202ef571aac 7234338 texlive-music_2011.20120424-1_all.deb
 7b27813dbf2844edea8710430122b33e96515a69429091829e8618e8f1b207f5 3320634 texlive-games_2011.20120424-1_all.deb
 207c2d94cef8469eca9e04aeec545fde8c94dcded08ad6a4abaeeefbc020c8f6 25865214 texlive-pstricks_2011.20120424-1_all.deb
 c4ddd1d43837121a66c375dfacdc7b6a6868063a379dae67c294e2f9e480ded9 2464980 texlive-publishers_2011.20120424-1_all.deb
 07c590279240967c63bbeb2c41a98ebaeabd2616156ff840164506f24bca675a 382636 texlive-humanities_2011.20120424-1_all.deb
 9dddba04926119c6121497543d43f1331b183a1cd13d74eb3a9e835093dbffa3 2563426 texlive-science_2011.20120424-1_all.deb
 353487dadba1b738cd679b8b12d1a1bd0f1d0dc96e73ee12a1f11d46b2994412 59783852 texlive-fonts-extra-doc_2011.20120424-1_all.deb
 b219ccc7c172d58152b4adeee931ec0e383a4b6659c2446b6fef973e1287c63d 11716526 texlive-humanities-doc_2011.20120424-1_all.deb
 933a2460c612be730e1d1ff9463ad16daeda5ed4c8bb7eef88a9e66971757950 319990884 texlive-latex-extra-doc_2011.20120424-1_all.deb
 345eafdfe087235c4f616a6187aec128884956532d61e713ded0806813b9c0f5 79708700 texlive-pstricks-doc_2011.20120424-1_all.deb
 b08a75ffb907e97917751284f4684455e0498813da84afdb0c4ac128bec1843d 58784038 texlive-publishers-doc_2011.20120424-1_all.deb
 81efc766d4fe944e1d220c52a26243729497b283027001bfe20f40756e2cfd67 20461960 texlive-science-doc_2011.20120424-1_all.deb
Files: 
 853c463d3a4eef69f37a769766776d65 2546 tex optional texlive-extra_2011.20120424-1.dsc
 2443867d1a98de70e44c0771d224c337 866587791 tex optional texlive-extra_2011.20120424.orig.tar.gz
 2df8fa199056551a62a78720a85b307e 162318 tex optional texlive-extra_2011.20120424-1.debian.tar.gz
 14ba258935e0b23927f306ce4dde031d 30287500 tex optional texlive-bibtex-extra_2011.20120424-1_all.deb
 4991c6f9178cac8c17006fa84078bbb2 2414326 tex optional texlive-extra-utils_2011.20120424-1_all.deb
 bc0d1eb9b34cf249d78f8b690df72884 2044614 tex optional texlive-font-utils_2011.20120424-1_all.deb
 fcd523c1a0264de964207f739db6ef18 2160184 tex optional texlive-formats-extra_2011.20120424-1_all.deb
 7e5112b178b503b06102f7d488c5845a 9104030 tex optional texlive-generic-extra_2011.20120424-1_all.deb
 3f990c90360598ffa7caac57a6fb233d 12655690 tex optional texlive-math-extra_2011.20120424-1_all.deb
 9d65db90d26c09b9f64707b6ef9f3401 3443200 tex optional texlive-plain-extra_2011.20120424-1_all.deb
 08d42a14c03151433453e9dc5d844e35 7089568 tex optional texlive-latex-extra_2011.20120424-1_all.deb
 a6c795f393127f6c9a12d9ae461eb10c 174320008 fonts optional texlive-fonts-extra_2011.20120424-1_all.deb
 7b28a09c25f97f72f8835e7ea97caf53 7234338 tex optional texlive-music_2011.20120424-1_all.deb
 1b8c080ff2074ae2d069c2f4b9a95611 3320634 tex optional texlive-games_2011.20120424-1_all.deb
 4a5f143274345884a307eefa9d71a55f 25865214 tex optional texlive-pstricks_2011.20120424-1_all.deb
 b110c99f2f0f8125e016795cc4f8d2cf 2464980 tex optional texlive-publishers_2011.20120424-1_all.deb
 b2822d4964123d0826a30b71dc69570b 382636 tex optional texlive-humanities_2011.20120424-1_all.deb
 09a53f5b4650231fd181f41c37714387 2563426 tex optional texlive-science_2011.20120424-1_all.deb
 dc63f4fbb3ef536afa64d05de055fd72 59783852 doc optional texlive-fonts-extra-doc_2011.20120424-1_all.deb
 fcb8f0118018509f04f831a526240ef5 11716526 doc optional texlive-humanities-doc_2011.20120424-1_all.deb
 c2d9ec68d326644c45e99c4d9ee8b821 319990884 doc optional texlive-latex-extra-doc_2011.20120424-1_all.deb
 c39684acfa080c51c0c90f2f91e5e105 79708700 doc optional texlive-pstricks-doc_2011.20120424-1_all.deb
 d379a9774bb5d93dc595f92f623fbafd 58784038 doc optional texlive-publishers-doc_2011.20120424-1_all.deb
 a35c79a8ae04f80c6ddb799ffff0d2a7 20461960 doc optional texlive-science-doc_2011.20120424-1_all.deb

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

iD8DBQFPl0LG0r9KownFsJQRAgdhAJ4m10T1BEnX81izQHmdbeMrwBohgwCgg/5r
6OK/W7cGSY5L2m6apQT/u2Q=
=1xLp
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: