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
|
||||
|
||||
* 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
|
||||
|
||||
|
31
debian/control
vendored
31
debian/control
vendored
@ -6,8 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 11),
|
||||
cmake,
|
||||
Build-Depends: cmake,
|
||||
debhelper (>= 11),
|
||||
libmagic-dev,
|
||||
libqt5svg5-dev,
|
||||
pkg-config,
|
||||
@ -24,11 +24,11 @@ Homepage: https://github.com/lxqt/libqtxdg
|
||||
Package: libqt5xdg3
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
file,
|
||||
Depends: file,
|
||||
libfile-mimeinfo-perl,
|
||||
shared-mime-info
|
||||
shared-mime-info,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: qttranslations5-l10n
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Provides: libqt5xdg
|
||||
@ -41,8 +41,7 @@ Description: Implementation of the XDG Specifications for Qt (shared lib)
|
||||
Package: libqt5xdgiconloader3
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: gtk-update-icon-cache
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Provides: libqt5xdgiconloader
|
||||
@ -55,10 +54,10 @@ Description: Implementation of the XDG Iconloader for Qt (shared lib)
|
||||
Package: libqt5xdg-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends},
|
||||
libmagic-dev,
|
||||
Depends: libmagic-dev,
|
||||
libqt5xdg3 (= ${binary:Version}),
|
||||
libqt5xdgiconloader-dev (= ${binary:Version})
|
||||
libqt5xdgiconloader-dev (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: Development files for libqtxdg
|
||||
This library implements functions of the XDG Specifications in Qt. It is part
|
||||
of LXQt.
|
||||
@ -68,10 +67,10 @@ Description: Development files for libqtxdg
|
||||
Package: libqt5xdgiconloader-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends},
|
||||
Depends: libqt5svg5-dev,
|
||||
libqt5xdgiconloader3 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
libqt5svg5-dev,
|
||||
libqt5xdgiconloader3 (= ${binary:Version})
|
||||
${shlibs:Depends}
|
||||
Description: Development files for libqtxdgiconloader
|
||||
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.
|
||||
@ -81,8 +80,8 @@ Description: Development files for libqtxdgiconloader
|
||||
Package: qtxdg-dev-tools
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Depends: ${shlibs:Depends},
|
||||
Depends: libqt5xdgiconloader3 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
libqt5xdgiconloader3 (= ${binary:Version})
|
||||
${shlibs:Depends}
|
||||
Description: Development tools for libqtxdgiconloader
|
||||
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/lib/*/libQt5Xdg.so
|
||||
usr/lib/*/pkgconfig/Qt5Xdg.pc
|
||||
|
||||
usr/share/cmake/qt5xdg/
|
||||
|
5
debian/libqt5xdgiconloader-dev.install
vendored
5
debian/libqt5xdgiconloader-dev.install
vendored
@ -1,11 +1,8 @@
|
||||
usr/include/qt5xdgiconloader
|
||||
|
||||
usr/lib/*/libQt5XdgIconLoader.so
|
||||
usr/lib/*/pkgconfig/Qt5XdgIconLoader.pc
|
||||
|
||||
usr/lib/*/qt5/plugins/iconengines/libQt5XdgIconPlugin.so
|
||||
|
||||
usr/share/cmake/qt5xdgiconloader/qt5xdgiconloader-config-version.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.cmake
|
||||
|
1
debian/libqt5xdgiconloader3.install
vendored
1
debian/libqt5xdgiconloader3.install
vendored
@ -1,2 +1 @@
|
||||
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-iconfinder
|
||||
|
Loading…
x
Reference in New Issue
Block a user