Sync with Debian version 3.9.1-2.
This commit is contained in:
parent
4cb2b0b98d
commit
412eeaf91b
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
|||||||
|
libqtxdg (3.9.1-2) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Bumped Standards-Version to 4.6.1, no change required.
|
||||||
|
* Upstreamed symbols file for libqt5xdgiconloader3 from Ubuntu.
|
||||||
|
* Changed "binary-without-manpage" to "no-manual-page" in
|
||||||
|
qtxdg-dev-tools.lintian-overrides.
|
||||||
|
* Upstreamed watch file from Ubuntu.
|
||||||
|
* Ran wrap-and-sort.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 28 Jun 2022 23:10:20 -0500
|
||||||
|
|
||||||
libqtxdg (3.9.1-1) experimental; urgency=medium
|
libqtxdg (3.9.1-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release (Closes: #1013334).
|
* New upstream release (Closes: #1013334).
|
||||||
|
35
debian/control
vendored
35
debian/control
vendored
@ -6,8 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Simon Quigley <tsimonq2@debian.org>
|
Simon Quigley <tsimonq2@debian.org>
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: cmake,
|
||||||
cmake,
|
debhelper-compat (= 13),
|
||||||
libmagic-dev,
|
libmagic-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
lxqt-build-tools (>= 0.10.0),
|
lxqt-build-tools (>= 0.10.0),
|
||||||
@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools
|
qttools5-dev-tools
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.1
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg
|
Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg
|
||||||
Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git
|
Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git
|
||||||
@ -24,12 +24,12 @@ Homepage: https://github.com/lxqt/libqtxdg
|
|||||||
Package: libqt5xdg3
|
Package: libqt5xdg3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: file,
|
||||||
${misc:Depends},
|
|
||||||
file,
|
|
||||||
libfile-mimeinfo-perl,
|
libfile-mimeinfo-perl,
|
||||||
libglib2.0-bin,
|
libglib2.0-bin,
|
||||||
shared-mime-info
|
shared-mime-info,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
Recommends: qttranslations5-l10n
|
Recommends: qttranslations5-l10n
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Provides: libqt5xdg
|
Provides: libqt5xdg
|
||||||
@ -42,8 +42,7 @@ Description: Implementation of the XDG Specifications for Qt (shared lib)
|
|||||||
Package: libqt5xdgiconloader3
|
Package: libqt5xdgiconloader3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
${misc:Depends}
|
|
||||||
Recommends: gtk-update-icon-cache
|
Recommends: gtk-update-icon-cache
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Provides: libqt5xdgiconloader
|
Provides: libqt5xdgiconloader
|
||||||
@ -56,10 +55,10 @@ Description: Implementation of the XDG Iconloader for Qt (shared lib)
|
|||||||
Package: libqt5xdg-dev
|
Package: libqt5xdg-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends},
|
Depends: libmagic-dev,
|
||||||
libmagic-dev,
|
|
||||||
libqt5xdg3 (= ${binary:Version}),
|
libqt5xdg3 (= ${binary:Version}),
|
||||||
libqt5xdgiconloader-dev (= ${binary:Version})
|
libqt5xdgiconloader-dev (= ${binary:Version}),
|
||||||
|
${misc:Depends}
|
||||||
Recommends: qtxdg-dev-tools (= ${source:Version})
|
Recommends: qtxdg-dev-tools (= ${source:Version})
|
||||||
Description: Development files for libqtxdg
|
Description: Development files for libqtxdg
|
||||||
This library implements functions of the XDG Specifications in Qt. It is part
|
This library implements functions of the XDG Specifications in Qt. It is part
|
||||||
@ -70,10 +69,10 @@ Description: Development files for libqtxdg
|
|||||||
Package: libqt5xdgiconloader-dev
|
Package: libqt5xdgiconloader-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends},
|
Depends: libqt5svg5-dev,
|
||||||
|
libqt5xdgiconloader3 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libqt5svg5-dev,
|
${shlibs:Depends}
|
||||||
libqt5xdgiconloader3 (= ${binary:Version})
|
|
||||||
Description: Development files for libqtxdgiconloader
|
Description: Development files for libqtxdgiconloader
|
||||||
This library implements the backend to load icons which are handled according
|
This library implements the backend to load icons which are handled according
|
||||||
to the XDG Icon Theme Specification in Qt. It is part of LXQt.
|
to the XDG Icon Theme Specification in Qt. It is part of LXQt.
|
||||||
@ -83,10 +82,10 @@ Description: Development files for libqtxdgiconloader
|
|||||||
Package: qtxdg-dev-tools
|
Package: qtxdg-dev-tools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: devel
|
Section: devel
|
||||||
Depends: ${shlibs:Depends},
|
Depends: libqt5xdg3 (= ${binary:Version}),
|
||||||
|
libqt5xdgiconloader3 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libqt5xdg3 (= ${binary:Version}),
|
${shlibs:Depends}
|
||||||
libqt5xdgiconloader3 (= ${binary:Version})
|
|
||||||
Description: Tools for QtXdg
|
Description: Tools for QtXdg
|
||||||
This package provide some tools for qtxdg:
|
This package provide some tools for qtxdg:
|
||||||
.
|
.
|
||||||
|
2
debian/libqt5xdg-dev.install
vendored
2
debian/libqt5xdg-dev.install
vendored
@ -1,6 +1,4 @@
|
|||||||
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/
|
||||||
|
3
debian/libqt5xdg3.install
vendored
3
debian/libqt5xdg3.install
vendored
@ -1,4 +1,3 @@
|
|||||||
usr/lib/*/libQt5Xdg.so.*
|
|
||||||
|
|
||||||
etc/xdg/lxqt-qtxdg.conf
|
etc/xdg/lxqt-qtxdg.conf
|
||||||
etc/xdg/qtxdg.conf
|
etc/xdg/qtxdg.conf
|
||||||
|
usr/lib/*/libQt5Xdg.so.*
|
||||||
|
5
debian/libqt5xdgiconloader-dev.install
vendored
5
debian/libqt5xdgiconloader-dev.install
vendored
@ -1,11 +1,8 @@
|
|||||||
usr/include/qt5xdgiconloader
|
usr/include/qt5xdgiconloader
|
||||||
|
|
||||||
usr/lib/*/libQt5XdgIconLoader.so
|
usr/lib/*/libQt5XdgIconLoader.so
|
||||||
usr/lib/*/pkgconfig/Qt5XdgIconLoader.pc
|
usr/lib/*/pkgconfig/Qt5XdgIconLoader.pc
|
||||||
|
|
||||||
usr/lib/*/qt5/plugins/iconengines/libQt5XdgIconPlugin.so
|
usr/lib/*/qt5/plugins/iconengines/libQt5XdgIconPlugin.so
|
||||||
|
|
||||||
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-config-version.cmake
|
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-config-version.cmake
|
||||||
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-config.cmake
|
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-config.cmake
|
||||||
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-targets.cmake
|
|
||||||
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-targets-relwithdebinfo.cmake
|
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-targets-relwithdebinfo.cmake
|
||||||
|
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-targets.cmake
|
||||||
|
1
debian/libqt5xdgiconloader3.install
vendored
1
debian/libqt5xdgiconloader3.install
vendored
@ -1,2 +1 @@
|
|||||||
usr/lib/*/libQt5XdgIconLoader.so.*
|
usr/lib/*/libQt5XdgIconLoader.so.*
|
||||||
|
|
||||||
|
49
debian/libqt5xdgiconloader3.symbols
vendored
49
debian/libqt5xdgiconloader3.symbols
vendored
@ -1,27 +1,24 @@
|
|||||||
libQt5XdgIconLoader.so.3 libqt5xdgiconloader3 #MINVER#
|
libQt5XdgIconLoader.so.3 libqt5xdgiconloader3 #MINVER#
|
||||||
_ZN13XdgIconLoader20setFollowColorSchemeEb@Base 3.8.0
|
* Build-Depends-Package: libqt4xdgiconloader3-dev
|
||||||
_ZN13XdgIconLoader8instanceEv@Base 3.8.0
|
(c++)"XdgIconLoader::findIconHelper(QString const&, QString const&, QStringList&, bool) const@Base" 3.0.0
|
||||||
_ZN19XdgIconLoaderEngine10actualSizeERK5QSizeN5QIcon4ModeENS3_5StateE@Base 3.8.0
|
(c++)"XdgIconLoader::instance()@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngine12ensureLoadedEv@Base 3.8.0
|
(c++)"XdgIconLoader::loadIcon(QString const&) const@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngine12entryForSizeERK5QSizei@Base 3.8.0
|
(c++)"XdgIconLoader::setFollowColorScheme(bool)@Base" 3.0.0
|
||||||
_ZN19XdgIconLoaderEngine12virtual_hookEiPv@Base 3.8.0
|
(c++)"XdgIconLoader::unthemedFallback(QString const&, QStringList const&) const@Base" 3.0.0
|
||||||
_ZN19XdgIconLoaderEngine4readER11QDataStream@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::XdgIconLoaderEngine(QString const&)@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngine5paintEP8QPainterRK5QRectN5QIcon4ModeENS5_5StateE@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::XdgIconLoaderEngine(XdgIconLoaderEngine const&)@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngine6pixmapERK5QSizeN5QIcon4ModeENS3_5StateE@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::actualSize(QSize const&, QIcon::Mode, QIcon::State)@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineC1ERK7QString@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::clone() const@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineC1ERKS_@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::ensureLoaded()@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineC2ERK7QString@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::entryForSize(QSize const&, int)@Base" 3.0.0
|
||||||
_ZN19XdgIconLoaderEngineC2ERKS_@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::hasIcon() const@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineD0Ev@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::key() const@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineD1Ev@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::paint(QPainter*, QRect const&, QIcon::Mode, QIcon::State)@Base" 2.0.0
|
||||||
_ZN19XdgIconLoaderEngineD2Ev@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State)@Base" 2.0.0
|
||||||
_ZNK13XdgIconLoader14findIconHelperERK7QStringS2_R11QStringListb@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::read(QDataStream&)@Base" 2.0.0
|
||||||
_ZNK13XdgIconLoader16unthemedFallbackERK7QStringRK11QStringList@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::virtual_hook(int, void*)@Base" 2.0.0
|
||||||
_ZNK13XdgIconLoader8loadIconERK7QString@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::write(QDataStream&) const@Base" 2.0.0
|
||||||
_ZNK19XdgIconLoaderEngine3keyEv@Base 3.8.0
|
(c++)"XdgIconLoaderEngine::~XdgIconLoaderEngine()@Base" 2.0.0
|
||||||
_ZNK19XdgIconLoaderEngine5cloneEv@Base 3.8.0
|
(c++)"typeinfo for XdgIconLoaderEngine@Base" 2.0.0
|
||||||
_ZNK19XdgIconLoaderEngine5writeER11QDataStream@Base 3.8.0
|
(c++)"typeinfo name for XdgIconLoaderEngine@Base" 2.0.0
|
||||||
_ZNK19XdgIconLoaderEngine7hasIconEv@Base 3.8.0
|
(c++)"vtable for XdgIconLoaderEngine@Base" 2.0.0
|
||||||
_ZTI19XdgIconLoaderEngine@Base 3.8.0
|
|
||||||
_ZTS19XdgIconLoaderEngine@Base 3.8.0
|
|
||||||
_ZTV19XdgIconLoaderEngine@Base 3.8.0
|
|
||||||
|
3
debian/qtxdg-dev-tools.install
vendored
3
debian/qtxdg-dev-tools.install
vendored
@ -1,3 +1,2 @@
|
|||||||
usr/bin/qtxdg-iconfinder
|
|
||||||
usr/bin/qtxdg-desktop-file-start
|
usr/bin/qtxdg-desktop-file-start
|
||||||
|
usr/bin/qtxdg-iconfinder
|
||||||
|
5
debian/qtxdg-dev-tools.lintian-overrides
vendored
5
debian/qtxdg-dev-tools.lintian-overrides
vendored
@ -1,5 +1,4 @@
|
|||||||
# Yeah, we know
|
# Yeah, we know
|
||||||
|
|
||||||
qtxdg-dev-tools: binary-without-manpage usr/bin/qtxdg-desktop-file-start
|
qtxdg-dev-tools: no-manual-page [usr/bin/qtxdg-desktop-file-start]
|
||||||
qtxdg-dev-tools: binary-without-manpage usr/bin/qtxdg-iconfinder
|
qtxdg-dev-tools: no-manual-page [usr/bin/qtxdg-iconfinder]
|
||||||
|
|
||||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,3 +1,3 @@
|
|||||||
version=4
|
version=4
|
||||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||||
https://github.com/lxqt/libqtxdg/releases .*/libqtxdg-([\d\.]+)\.tar\.xz
|
https://github.com/lxqt/libqtxdg/releases .*/libqtxdg-([\d\.]+)\.tar\.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user