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
|
||||
|
||||
* 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,
|
||||
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)
|
||||
|
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/*
|
||||
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>
|
||||
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 \
|
||||
--parallel \
|
||||
--fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user