From c6ff9b94649494032b1009c8f5590ec445106c9d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 22 Feb 2014 18:52:10 +0100 Subject: debian/python3-apt-dbg.files: Fix pattern for kFreeBSD We previously moved all files containing a "d", but kfreebsd contains a "d" itself, so the build failed. --- debian/python3-apt-dbg.files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/python3-apt-dbg.files b/debian/python3-apt-dbg.files index 88cbfcb0..90856651 100644 --- a/debian/python3-apt-dbg.files +++ b/debian/python3-apt-dbg.files @@ -1 +1 @@ -usr/lib/python3*/*/*d*.so +usr/lib/python3*/*/*dm-*.so -- cgit v1.2.3