diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/not-installed | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d65eba..2e35a41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ uriparser (0.9.4+dfsg-1) unstable; urgency=medium - Add Rules-Requires-Root: no. * debian/copyright: - Add year 2020 to myself. + * debian/not-installed: + - Remove architecture specific path. -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 20:14:57 +0200 diff --git a/debian/not-installed b/debian/not-installed index 75e8058..3192fd7 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,4 +1,4 @@ usr/share/doc/uriparser/uriparser-0.9.4.qch usr/share/doc/uriparser/html/* usr/bin/uriparse -usr/lib/x86_64-linux-gnu/cmake/uriparser-0.9.4/* +usr/lib/*/cmake/uriparser-0.9.4/* |