diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/not-installed | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3835b5f..976c9dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ uriparser (0.9.4-1) UNRELEASED; urgency=medium * Migrate to debhelper-compat 13: - Remove debian/compat. - Bump minimum debhelper-compat version in debian/control to = 13. + - New debian/not-installed: + + Add all files of dh_missing errors. -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 18:52:03 +0200 diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..75e8058 --- /dev/null +++ b/debian/not-installed @@ -0,0 +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/* |