diff --git a/debian/changelog b/debian/changelog index 9f0d48c..98c4fb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libqtxdg (2.0.0-8) unstable; urgency=medium + + * Added dependency libqt5svg5-dev to QtXdgIconloader dev package. + (Closes: #877569)- Thanks Tim Dengel + * Bumped Standards to 4.1.1 + * added override_dh_missing to rules + + -- Alf Gaida Tue, 03 Oct 2017 16:32:20 +0200 + libqtxdg (2.0.0-7) unstable; urgency=medium * Added qttranslations5-l10n to Recommends - without this packagage there are diff --git a/debian/control b/debian/control index 275e7a3..1150831 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), qtbase5-private-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 4.0.0 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libqtxdg.git/?h=debian/sid Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libqtxdg.git -b debian/sid Homepage: https://github.com/lxde/libqtxdg @@ -64,6 +64,7 @@ Package: libqt5xdgiconloader-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, + libqt5svg5-dev, libqt5xdgiconloader2 (= ${binary:Version}) Description: Development files for libqtxdgiconloader This library implements the backend to load icons which are handled according diff --git a/debian/rules b/debian/rules index a4d6e47..edfcbe0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh ${@} --buildsystem cmake \ - --fail-missing + +override_dh_missing: + dh_missing --fail-missing override_dh_auto_configure: dh_auto_configure -- \