]> git.saurik.com Git - apt.git/commit - test/integration/test-apt-get-install-deb
require explicit paths to dsc/control as we do for deb files
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 1 Dec 2015 13:09:23 +0000 (14:09 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 1 Dec 2015 13:26:05 +0000 (14:26 +0100)
commitf359b7e8c03884cd9f097d4b3ff8b8b8be8053ba
treed51eb4a58ad3223325551b84b88e3e16779f7dba
parent7d19ee92f2368a40e739cb27d22d6d28f37ebf45
require explicit paths to dsc/control as we do for deb files

Otherwise a user is subject to unexpected content-injection depending on
which directory she happens to start apt in. This also cleans up the code
requiring less implementation details in build-dep which is always good.

Technically, this is an ABI break as we override virtual methods, but
that they weren't overridden was a mistake resulting in pure classes,
which shouldn't be pure, so they were unusable – and as they are new in
1.1 nobody is using them yet (and hopefully ever as they are borderline
implementation details).

Closes: 806693
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debindexfile.h
apt-pkg/sourcelist.cc
apt-private/private-source.cc
test/integration/test-apt-get-build-dep
test/integration/test-apt-get-install-deb