]> git.saurik.com Git - apt.git/commit
search for pkg names in the cache case-sensitive
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 19 Jun 2014 09:59:41 +0000 (11:59 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:09:15 +0000 (00:09 +0200)
commitb59325e85b77f8d1b12a558915a8fd646f193e74
treeb5999d286df730466666db9dfea3fda4ea5e61ce
parentfe86debbae914b51d2799e7b24abfd1f944f8caf
search for pkg names in the cache case-sensitive

Package names have to be lowercase (debian-policy ยง5.6.1) and in as
lowlevel as these method are it would be quiet strange to treat an
invalid package "suddently" as a valid one which other tools might or
might not accept. If case-insensitivity is really needed the frontend
should ensure this rather than these methods waste cpu cycles by
default.

Git-Dch: Ignore
apt-pkg/pkgcache.cc