diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-02-22 18:52:10 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-02-22 18:52:10 +0100 |
| commit | c6ff9b94649494032b1009c8f5590ec445106c9d (patch) | |
| tree | d3b2ea309310d8ac1bd12b9f84bfa21ac1e910bf /debian | |
| parent | 0b6f34f3812bb29cc40045d0d34a2da8bd808ce9 (diff) | |
| download | python-apt-c6ff9b94649494032b1009c8f5590ec445106c9d.tar.gz | |
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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/python3-apt-dbg.files | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
