]> git.saurik.com Git - apt.git/commit
Convert package names from Packages files to lower case
authorJulian Andres Klode <jak@debian.org>
Fri, 11 Dec 2015 13:27:56 +0000 (14:27 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 11 Dec 2015 13:48:21 +0000 (14:48 +0100)
commitfffa3b57b4f2334dff3b9bef5401521307e1a721
tree646ce65c49af01fce0cefcf549705a46ad2405a9
parent03dfa26f2662c9a03e28270ae2378d6b93a5dc85
Convert package names from Packages files to lower case

dpkg does that when reading package files, so we should do
the same. This only deals with parsing names from binary
package paragraphs, it does not look at source package names
and/or the list of binaries in a dsc file.

Closes: #807012
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/debrecords.cc
test/integration/test-bug-807012-mixed-case-package-names [new file with mode: 0755]