Added dependency libqt5svg5-dev to QtXdgIconloader dev package.
* (Closes: #877569)- Thanks Tim Dengel <tim.dengel.debian@gmail.com> * Bumped Standards to 4.1.1 * added override_dh_missing to rules
This commit is contained in:
parent
7e3fab7500
commit
706fbdd4b7
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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 <tim.dengel.debian@gmail.com>
|
||||
* Bumped Standards to 4.1.1
|
||||
* added override_dh_missing to rules
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> 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
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -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
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -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 -- \
|
||||
|
Loading…
x
Reference in New Issue
Block a user