Run wrap-and-sort.
This commit is contained in:
parent
98e807c52f
commit
f086ecac8e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
libqtxdg (3.2.0-0ubuntu2) UNRELEASED; urgency=medium
|
libqtxdg (3.2.0-0ubuntu2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Bump Standards-version to 4.1.5, no changes needed.
|
* Bump Standards-version to 4.1.5, no changes needed.
|
||||||
|
* Run wrap-and-sort.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 13 Jul 2018 22:52:16 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 13 Jul 2018 22:52:16 -0500
|
||||||
|
|
||||||
|
31
debian/control
vendored
31
debian/control
vendored
@ -6,8 +6,8 @@ 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 (>= 11),
|
Build-Depends: cmake,
|
||||||
cmake,
|
debhelper (>= 11),
|
||||||
libmagic-dev,
|
libmagic-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
@ -24,11 +24,11 @@ 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,
|
||||||
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
|
||||||
@ -41,8 +41,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
|
||||||
@ -55,10 +54,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}
|
||||||
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
|
||||||
of LXQt.
|
of LXQt.
|
||||||
@ -68,10 +67,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.
|
||||||
@ -81,8 +80,8 @@ 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: libqt5xdgiconloader3 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libqt5xdgiconloader3 (= ${binary:Version})
|
${shlibs:Depends}
|
||||||
Description: Development tools for libqtxdgiconloader
|
Description: Development tools for libqtxdgiconloader
|
||||||
This package provide some development tools for qtxdg.
|
This package provide some development 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/
|
||||||
|
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.*
|
||||||
|
|
||||||
|
4
debian/qtxdg-dev-tools.install
vendored
4
debian/qtxdg-dev-tools.install
vendored
@ -1,4 +1,2 @@
|
|||||||
usr/bin/qtxdg-iconfinder
|
|
||||||
usr/bin/qtxdg-desktop-file-start
|
usr/bin/qtxdg-desktop-file-start
|
||||||
|
usr/bin/qtxdg-iconfinder
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user