diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/not-installed | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 2c02843..b20ced8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -uriparser (0.9.4+dfsg-1) UNRELEASED; urgency=medium +uriparser (0.9.4+dfsg-1) unstable; urgency=medium * New upstream release. - Refresh patch. @@ -11,13 +11,15 @@ uriparser (0.9.4+dfsg-1) UNRELEASED; urgency=medium + Add all files of dh_missing errors. * Add suffix +dfsg to changelog version number to make lintian happy. * debian/watch: - - Add +dsfg staff. + - Add +dsfg stuff. * debian/control: - 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 18:52:03 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Sat, 17 Oct 2020 19:26:34 +0200 uriparser (0.9.3-2) unstable; urgency=medium 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/* |