]> git.saurik.com Git - apt.git/commit
avoid producing invalid options if repo has no host
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 30 Dec 2016 23:07:04 +0000 (00:07 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 31 Dec 2016 01:29:21 +0000 (02:29 +0100)
commit44ecb8c3579e5ae8828f83530e4151a0ff84d5d6
treef3c6a100a1146ca0fc5866e81c3328449807d083
parentc8f0f5bd1effdf80c2eee80b3aa4eeb35604a2a1
avoid producing invalid options if repo has no host

This can happen e.g. for file: repositories. There is no inherent
problem with setting such values internally, but its bad style,
forbidden in the manpage and could be annoying in the future.

Gbp-Dch: Ignore
apt-pkg/deb/debmetaindex.cc