diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 99d7156..83fbd10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ uriparser (1.0.1+dfsg-1) UNRELEASED; urgency=medium - Add year 2026 to myself. - Refresh for new release. * Declare compliance with Debian Policy 4.7.4.1 (No changes needed). + * debian/control: + - Remove redundant Priority and Rules-Requires-Root. -- Jörg Frings-Fürst <debian@jff.email> Fri, 08 May 2026 11:54:49 +0200 diff --git a/debian/control b/debian/control index 633e803..c896746 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: uriparser Section: libs -Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: cmake, @@ -12,7 +11,6 @@ Build-Depends: qtbase5-dev, qttools5-dev-tools Standards-Version: 4.7.4.1 -Rules-Requires-Root: no Homepage: https://uriparser.github.io/ Vcs-Git: https://git.jff.email/cgit/uriparser.git Vcs-Browser: https://git.jff.email/cgit/uriparser.git |
