summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-01-17 21:00:14 +0100
committerGuillem Jover <guillem@debian.org>2015-01-26 19:18:51 +0100
commita70815c94ad9d1f6a649a203e3608a2566c1d972 (patch)
tree38b9fb57765df1c6a5d60ff1e5a89667662ccd31 /debian
parent3802dd1144df87b637bbe8b8351f467fe49e4674 (diff)
downloaddpkg-a70815c94ad9d1f6a649a203e3608a2566c1d972.tar.gz
dpkg-query: Only trim trailing "/" and "/." from pathnames in --search
We should not be trimming those characters from substring matches, or we might get very confusing results. This was actually the intention behind commit af9e264518c4cab8e70788d0724d362ef25534d6, but somehow failed at it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ff70b0fa7..f8a8b4a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ dpkg (1.18.0) UNRELEASED; urgency=low
* Document that current build flag feature areas only work on Debian and
derivatives in dpkg-buildflags(1).
* Use “wildcard characters” instead of “wildchars” in dpkg-query(1).
+ * Only trim trailing “/” and “/.” from «dpkg-query --search» arguments if
+ they are a pathname, and not a pattern or a substring match.
-- Guillem Jover <guillem@debian.org> Tue, 09 Dec 2014 23:53:18 +0100