If, on system with the following installed, all current from unstable:
apt 0.5.14
perl 5.8.1-4
perl-modules 5.8.1-4 (provides libtile-temp-perl)
autoconf 2.57-11
I try to install autoconf2.13 from woody, I see the following output
$ sudo apt-get install autoconf2.13/stable
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 2.13-43 (Debian:3.0r1a/stable) for autoconf2.13
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
autoconf2.13: Depends: autoconf (>= 2.50) but it is not going to be installed
Depends: perl but it is not going to be installed
Depends: libfile-temp-perl
E: Broken packages
$
The message from apt about unmet dependencies is grossly misleading;
I do have all of autoconf (>=2.50), perl and libfile-temp-perl.
The actual reason for the refusal seems to be that autoconf 2.57-11
declares a conflict against autoconf2.13 (<<2.13-47). But the only way
I found that out was by knowing in advance know that there is some
intimate interaction between the maintainer script of the two
autoconfs, so they may do something like that.
(And why would one want to do exactly this? One probably wouldn't, but
I originallty came across the problem when I tried to selectively
upgrade autoconf to unstable on a woody box and apt-get insisted on
removing autoconf2.13 without giving any good explanation why).