diff --git a/debian/changelog b/debian/changelog index 7c76792..a6bbc31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libqtxdg (2.0.0-6) unstable; urgency=medium + + * Bump Standards to 4.0.0 - no changes needed + * Added Dependeny share-mime-info (Closes: #866744) + * Bumped year in copyrights + * Removed --parallel from rules, default in compat-leveld 10 + + -- Alf Gaida Sat, 01 Jul 2017 14:15:07 +0200 + libqtxdg (2.0.0-5) unstable; urgency=medium * Rebuild with Qt 5.7.1~ diff --git a/debian/control b/debian/control index 941fb48..c7246e5 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: 3.9.8 +Standards-Version: 4.0.0 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 @@ -23,7 +23,8 @@ Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libfile-mimeinfo-perl + libfile-mimeinfo-perl, + shared-mime-info Pre-Depends: ${misc:Pre-Depends} Provides: libqt5xdg Description: Implementation of the XDG Specifications for Qt (shared lib) diff --git a/debian/copyright b/debian/copyright index afb3712..90c911c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,7 +15,7 @@ License: LGPL-2.1-or-3-with-Digia-1.1-exception Files: debian/* Copyright: 2014-2016 ChangZhuo Chen (陳昌倬) - 2013-2016 Alf Gaida + 2013-2017 Alf Gaida 2015 Andrew Lee (李健秋) License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index d310e6d..a4d6e47 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh ${@} --buildsystem cmake \ - --parallel \ --fail-missing override_dh_auto_configure: