diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2023-01-29 12:10:38 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2023-01-29 12:10:38 +0100 |
commit | e862e415382fc1072062efc2f97f3dd484c4af11 (patch) | |
tree | a835a192c6d871274c18cd8073b74dc31572af27 /debian | |
parent | b9eaaec3dd4044f38849cc6dbf7ebc701b99d97a (diff) |
Add usr/lib/*/cmake/uriparser-*
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/liburiparser-dev.install | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 95cb0f6..168c807 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uriparser (0.9.7+dfsg-2) UNRELEASED; urgency=medium + + * debian/liburiparser-dev.install: + - Add usr/lib/*/cmake/uriparser-* (Closes: +1029143). + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 29 Jan 2023 11:23:46 +0100 + uriparser (0.9.7+dfsg-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index bc448db..3be17a8 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools -Standards-Version: 4.6.1.0 +Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git diff --git a/debian/liburiparser-dev.install b/debian/liburiparser-dev.install index 8ea08d4..a129968 100644 --- a/debian/liburiparser-dev.install +++ b/debian/liburiparser-dev.install @@ -1,3 +1,4 @@ usr/include usr/lib/*/pkgconfig/* usr/lib/*/*.so +usr/lib/*/cmake/uriparser-*/* |