diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rw-r--r-- | debian/liburiparser-dev.install | 1 |
5 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 95cb0f6..7688ea0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +uriparser (0.9.7+dfsg-2) unstable; urgency=medium + + * debian/liburiparser-dev.install: + - Add usr/lib/*/cmake/uriparser-* (Closes: +1029143). + * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). + * debian/copyright: + - Add year 2023 to myself. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 29 Jan 2023 12:36:36 +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/copyright b/debian/copyright index 76263d9..6b2878e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,7 +20,7 @@ Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org> License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2022 Jörg Frings-Fürst <debian@jff.email> +Copyright: 2014-2023 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: BSD-3-clause diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..49030ce --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +uriparser_0.9.7+dfsg-2_source.buildinfo libs optional 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-*/* |