diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/not-installed | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0b2da55..ee059bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ uriparser (0.9.7+dfsg-1) UNRELEASED; urgency=medium * New upstream release. * Fix debian/watch. + * Declare compliance with Debian Policy 4.6.1.0 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Sat, 29 Oct 2022 22:27:16 +0200 diff --git a/debian/control b/debian/control index 8030982..bc448db 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools -Standards-Version: 4.6.0.1 +Standards-Version: 4.6.1.0 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git diff --git a/debian/not-installed b/debian/not-installed index cecb0ca..661bdf5 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,5 +1,5 @@ usr/share/doc/uriparser/uriparser-0.9.4.qch usr/share/doc/uriparser/html/* usr/bin/uriparse -usr/lib/*/cmake/uriparser-0.9.6/* -usr/lib/*/uriparser-0.9.6/uriparser.cmake +usr/lib/*/cmake/uriparser-0.9.7/* +usr/lib/*/uriparser-0.9.7/uriparser.cmake |