Control: tags -1 + unreproducible
Control: tags -1 - wontfix

According to Debian's webpage on PDFs [1], Adobe's Acrobat Reader
(acroread), can be installed from two different sources:

1. deb-multimedia.org

I downloaded the .deb files from this server and none of them contains
a completion file.

    wget 
http://www.deb-multimedia.org/pool/non-free/a/adobereader-enu/acroread_9.5.5-dmo2_i386.deb
    wget 
http://www.deb-multimedia.org/pool/non-free/a/adobereader-enu/acroread-data_9.5.5-dmo2_all.deb
    wget 
http://www.deb-multimedia.org/pool/non-free/a/adobereader-enu/acroread-plugins_9.5.5-dmo2_i386.deb
    wget 
http://www.deb-multimedia.org/pool/main/a/acroread-debian-files/acroread-debian-files_9.5.8_amd64.deb
    wget 
http://www.deb-multimedia.org/pool/non-free/a/adobereader-enu/acroread-l10n-en_9.5.5-dmo2_all.deb

    find . -maxdepth 1 -name "*acroread*" \
         -exec dpkg-deb --contents {} \; \
    | grep completion
    (no output)

2. Adobe's FTP server [2]

While the latest .deb file does contain a completion file, it is empty,
thus, installing it under /etc/bash_completion.d/ (yes, it was
installed in the obsolete directory), did not reproduce the problem.

    wget 
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb

    dpkg-deb --extract AdbeRdr9.5.5-1_i386linux_enu.deb expand/
    cat expand/etc/bash_completion.d/acroread.sh 
    (no output)

Since I cannot reproduce this bug, I'll add the unreproducible tag to
it and leave it open for some time.  Afterwards, I'll close the bug.

If you have more information about it, do not resitate to reopen the bug.


Michal,

Are you still able to reproduce this bug?
(I know it's been a very long time, sorry to bother, but I'm trying to
solve Debian's bash-completion problems, including very old ones)


[1] https://wiki.debian.org/PDF
[2] ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/

Reply via email to