summaryrefslogtreecommitdiff
path: root/doc/po/pt.po
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-02-10 22:39:00 +0100
committerJulian Andres Klode <jak@debian.org>2017-02-22 18:11:44 +0100
commit954a7bf51e635e55198df38a057ae9eb79209e3a (patch)
treeca6988bb1f3004366f7f87b83946c5307b6a2900 /doc/po/pt.po
parent58b51ecee7fb14c52e50ca530c009604de4d965e (diff)
Do not package names representing .dsc/.deb/... files
In the case of build-dep and other commands where a file can be passed we must make sure not to normalize the path name as that can have odd side effects, or well, cause the operation to do nothing. Test for build-dep-file is adjusted to perform the vcard check once as "vcard" and once as "VCard", thus testing that this solves the reported bug. We inline the std::transform() and optimize it a bit to not write anything in the common case (package names are defined to be lowercase, the whole transformation is just for names that should not exist...) to counter the performance hit of the added find() call (it's about 0.15% more instructions than with the existing transform, but we save about 0.67% in writes...). Closes: #854794 (cherry picked from commit 85ee4036c68d8ecd2c973d413a17aca81380900b) (cherry picked from commit 83e6e1a8fc942668f9a01906cb8349fb70a45b3d)
Diffstat (limited to 'doc/po/pt.po')
0 files changed, 0 insertions, 0 deletions