diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/not-installed | 4 | ||||
-rw-r--r-- | debian/watch | 5 |
4 files changed, 13 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 29d7789..95cb0f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +uriparser (0.9.7+dfsg-1) unstable; 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 23:03:54 +0200 + uriparser (0.9.6+dfsg-1) unstable; urgency=medium * New upstream release. 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 diff --git a/debian/watch b/debian/watch index 1cc7882..06f6653 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=4 -opts=dversionmangle=s/\+dfsg(.*)//,repacksuffix=+dfsg,uversionmangle=s/_/./g;s/\.(rc\d*)$/~$1/,compression=xz \ - https://github.com/uriparser/uriparser/releases \ - .*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|uriparser(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) +opts="dversionmangle=s/\+dfsg.*$//,filenamemangle=s/.+\/[vV]?(\d\S+)\.tar\.gz/uriparser-$1\.tar\.gz/,repack,repacksuffix=+dfsg," \ +https://github.com/uriparser/uriparser/tags .*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|uriparser(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) |