Some overhaul of debian/$foo
* 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
This commit is contained in:
parent
88be5033eb
commit
88b3e84547
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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 <agaida@siduction.org> Sat, 01 Jul 2017 14:15:07 +0200
|
||||||
|
|
||||||
libqtxdg (2.0.0-5) unstable; urgency=medium
|
libqtxdg (2.0.0-5) unstable; urgency=medium
|
||||||
|
|
||||||
* Rebuild with Qt 5.7.1~
|
* Rebuild with Qt 5.7.1~
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
|
|||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools
|
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-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
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libqtxdg.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/libqtxdg
|
Homepage: https://github.com/lxde/libqtxdg
|
||||||
@ -23,7 +23,8 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libfile-mimeinfo-perl
|
libfile-mimeinfo-perl,
|
||||||
|
shared-mime-info
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Provides: libqt5xdg
|
Provides: libqt5xdg
|
||||||
Description: Implementation of the XDG Specifications for Qt (shared lib)
|
Description: Implementation of the XDG Specifications for Qt (shared lib)
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -15,7 +15,7 @@ License: LGPL-2.1-or-3-with-Digia-1.1-exception
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
Copyright: 2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2013-2016 Alf Gaida <agaida@siduction.org>
|
2013-2017 Alf Gaida <agaida@siduction.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -7,7 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake \
|
dh ${@} --buildsystem cmake \
|
||||||
--parallel \
|
|
||||||
--fail-missing
|
--fail-missing
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user