Some updates in debian $foo
* Bumped debhelper to >= 11~ * Bumped compat to 11 * Installed examples * Removed cmake minimum version, not needed any longer * Bumped Standards to 4.1.4, no changes needed * Removed trailing whitespaces * Changed VCS fields to salsa * Fixed homepage link * Added dependency file to libqtxdg * Added dependency libmagic-dev to libqtxdg-dev * Use a secure link to copyright-format * Fixed Source link * Fixed years in copyright
This commit is contained in:
parent
2375b9f30a
commit
ac1b97be9e
20
debian/changelog
vendored
20
debian/changelog
vendored
@ -1,8 +1,26 @@
|
|||||||
|
libqtxdg (3.1.0-6) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Bumped debhelper to >= 11~
|
||||||
|
* Bumped compat to 11
|
||||||
|
* Installed examples
|
||||||
|
* Removed cmake minimum version, not needed any longer
|
||||||
|
* Bumped Standards to 4.1.4, no changes needed
|
||||||
|
* Removed trailing whitespaces
|
||||||
|
* Changed VCS fields to salsa
|
||||||
|
* Fixed homepage link
|
||||||
|
* Added dependency file to libqtxdg
|
||||||
|
* Added dependency libmagic-dev to libqtxdg-dev
|
||||||
|
* Use a secure link to copyright-format
|
||||||
|
* Fixed Source link
|
||||||
|
* Fixed years in copyright
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Thu, 26 Apr 2018 20:32:25 +0200
|
||||||
|
|
||||||
libqtxdg (3.1.0-5) unstable; urgency=medium
|
libqtxdg (3.1.0-5) unstable; urgency=medium
|
||||||
|
|
||||||
* Bumped Standards to 4.1.2, no changes needed
|
* Bumped Standards to 4.1.2, no changes needed
|
||||||
* Removed debian/gbp.conf
|
* Removed debian/gbp.conf
|
||||||
* Removed branch from VCS fields
|
* Removed branch from VCS fields
|
||||||
|
|
||||||
-- Alf Gaida <agaida@siduction.org> Thu, 14 Dec 2017 01:52:34 +0100
|
-- Alf Gaida <agaida@siduction.org> Thu, 14 Dec 2017 01:52:34 +0100
|
||||||
|
|
||||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
10
|
11
|
||||||
|
14
debian/control
vendored
14
debian/control
vendored
@ -5,24 +5,25 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 11~),
|
||||||
cmake (>= 3.0.2),
|
cmake,
|
||||||
libmagic-dev,
|
libmagic-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools
|
qttools5-dev-tools
|
||||||
Standards-Version: 4.1.2
|
Standards-Version: 4.1.4
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libqtxdg.git
|
Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libqtxdg.git
|
Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git
|
||||||
Homepage: https://github.com/lxde/libqtxdg
|
Homepage: https://github.com/lxqt/libqtxdg
|
||||||
|
|
||||||
Package: libqt5xdg3
|
Package: libqt5xdg3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
file,
|
||||||
libfile-mimeinfo-perl,
|
libfile-mimeinfo-perl,
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
Recommends: qttranslations5-l10n
|
Recommends: qttranslations5-l10n
|
||||||
@ -52,6 +53,7 @@ Package: libqt5xdg-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
|
libmagic-dev,
|
||||||
libqt5xdg3 (= ${binary:Version}),
|
libqt5xdg3 (= ${binary:Version}),
|
||||||
libqt5xdgiconloader-dev (= ${binary:Version})
|
libqt5xdgiconloader-dev (= ${binary:Version})
|
||||||
Description: Development files for libqtxdg
|
Description: Development files for libqtxdg
|
||||||
|
10
debian/copyright
vendored
10
debian/copyright
vendored
@ -1,9 +1,9 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: libqtxdg
|
Upstream-Name: libqtxdg
|
||||||
Source: https://github.com/lxde/libqtxdg
|
Source: https://github.com/lxqt/libqtxdg
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2017, LXQt team
|
Copyright: 2012-2018, LXQt team
|
||||||
2010-2012, Razor team
|
2010-2012, Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Files: qtxdg/xdgmacros.h
|
|||||||
test/tst_xdgdesktopfile.h
|
test/tst_xdgdesktopfile.h
|
||||||
util/qtxdg-desktop-file-start.cpp
|
util/qtxdg-desktop-file-start.cpp
|
||||||
util/qtxdg-iconfinder.cpp
|
util/qtxdg-iconfinder.cpp
|
||||||
Copyright: 2014-2017, Luís Pereira <luis.artur.pereira@gmail.com>
|
Copyright: 2014-2018, Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: cmake/create_pkgconfig_file.cmake
|
Files: cmake/create_pkgconfig_file.cmake
|
||||||
@ -38,7 +38,7 @@ Copyright: 2013, Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
|||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2013-2017, Alf Gaida <agaida@siduction.org>
|
Copyright: 2013-2018, Alf Gaida <agaida@siduction.org>
|
||||||
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
2014-2016, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2014-2016, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/libqt5xdg-dev.examples
vendored
Normal file
1
debian/libqt5xdg-dev.examples
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
examples/*
|
2
debian/libqt5xdg-dev.install
vendored
2
debian/libqt5xdg-dev.install
vendored
@ -1,6 +1,6 @@
|
|||||||
usr/include/qt5xdg
|
usr/include/qt5xdg
|
||||||
|
|
||||||
usr/lib/*/libQt5Xdg.so
|
usr/lib/*/libQt5Xdg.so
|
||||||
usr/lib/*/pkgconfig/Qt5Xdg.pc
|
usr/lib/*/pkgconfig/Qt5Xdg.pc
|
||||||
|
|
||||||
usr/share/cmake/qt5xdg/
|
usr/share/cmake/qt5xdg/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user