diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0700ac9..f8fad98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,10 @@ uriparser (0.9.4+dfsg-1) UNRELEASED; urgency=medium - New debian/not-installed: + Add all files of dh_missing errors. * Add suffix +dfsg to changelog version number to make lintian happy. - * Add +dsfg staff into debian/watch. + * debian/watch: + - Add +dsfg staff. + * debian/control: + - Add Rules-Requires-Root: no. -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 18:52:03 +0200 diff --git a/debian/control b/debian/control index 51a6c70..784f139 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends: qtbase5-dev, qttools5-dev-tools Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git Vcs-Browser: https://jff.email/cgit/uriparser.git |