Split common files out into a different package.
This commit is contained in:
parent
32558ac832
commit
755cf858f6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
libfm-qt (1.1.0-0ubuntu4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Split common files out into a different package.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 06 Jun 2022 15:55:43 -0500
|
||||||
|
|
||||||
libfm-qt (1.1.0-0ubuntu3) kinetic; urgency=medium
|
libfm-qt (1.1.0-0ubuntu3) kinetic; urgency=medium
|
||||||
|
|
||||||
* Even moar symbols. 😦
|
* Even moar symbols. 😦
|
||||||
|
19
debian/control
vendored
19
debian/control
vendored
@ -21,14 +21,16 @@ XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libfm-qt.git
|
|||||||
Homepage: https://github.com/lxqt/libfm-qt
|
Homepage: https://github.com/lxqt/libfm-qt
|
||||||
|
|
||||||
Package: libfm-qt11
|
Package: libfm-qt11
|
||||||
Provides: libfm-qt
|
|
||||||
Conflicts: libfm-qt
|
|
||||||
Replaces: libfm-qt9
|
Replaces: libfm-qt9
|
||||||
Breaks: libfm-qt9
|
Breaks: libfm-qt9
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: libglib2.0-bin, shared-mime-info, ${misc:Depends}, ${shlibs:Depends}
|
Depends: libfm-qt-common,
|
||||||
|
libglib2.0-bin,
|
||||||
|
shared-mime-info,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
Recommends: libfm-qt-l10n
|
Recommends: libfm-qt-l10n
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: file management support for pcmanfm-qt
|
Description: file management support for pcmanfm-qt
|
||||||
@ -37,6 +39,17 @@ Description: file management support for pcmanfm-qt
|
|||||||
.
|
.
|
||||||
This package contains helper library libfm-qt for pcmanfm-qt.
|
This package contains helper library libfm-qt for pcmanfm-qt.
|
||||||
|
|
||||||
|
Package: libfm-qt-common
|
||||||
|
Architecture: all
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Section: libs
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Description: Common files for libfm-qt
|
||||||
|
Libfm-Qt is a companion library providing components to build desktop file
|
||||||
|
managers.
|
||||||
|
.
|
||||||
|
This package contains common files for libfm-qt.
|
||||||
|
|
||||||
Package: libfm-qt-dev
|
Package: libfm-qt-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
|
3
debian/libfm-qt-common.install
vendored
Normal file
3
debian/libfm-qt-common.install
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
usr/share/libfm-qt/archivers.list
|
||||||
|
usr/share/libfm-qt/terminals.list
|
||||||
|
usr/share/mime/packages/libfm-qt-mimetypes.xml
|
3
debian/libfm-qt11.install
vendored
3
debian/libfm-qt11.install
vendored
@ -1,4 +1 @@
|
|||||||
usr/lib/*/*.so.*
|
usr/lib/*/*.so.*
|
||||||
usr/share/libfm-qt/archivers.list
|
|
||||||
usr/share/libfm-qt/terminals.list
|
|
||||||
usr/share/mime/packages/libfm-qt-mimetypes.xml
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user