Ran wrap-and-sort.
This commit is contained in:
parent
052a556bc0
commit
d0c06c5d6b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ libfm-qt (1.2.1-0ubuntu1) lunar; urgency=medium
|
|||||||
* Updated copyright file.
|
* Updated copyright file.
|
||||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||||
* Updated symbols file.
|
* Updated symbols file.
|
||||||
|
* Ran wrap-and-sort.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 26 Jan 2023 20:18:59 -0600
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 26 Jan 2023 20:18:59 -0600
|
||||||
|
|
||||||
|
18
debian/control
vendored
18
debian/control
vendored
@ -27,16 +27,16 @@ Homepage: https://github.com/lxqt/libfm-qt
|
|||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: libfm-qt12
|
Package: libfm-qt12
|
||||||
Replaces: libfm-qt9, libfm-qt11
|
Replaces: libfm-qt11, libfm-qt9
|
||||||
Breaks: libfm-qt9, libfm-qt11
|
Breaks: libfm-qt11, libfm-qt9
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: libfm-qt-common,
|
Depends: libfm-qt-common,
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
libglib2.0-bin,
|
libglib2.0-bin,
|
||||||
shared-mime-info
|
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
|
||||||
@ -61,10 +61,10 @@ Description: Common files for libfm-qt
|
|||||||
Package: libfm-qt-dev
|
Package: libfm-qt-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends},
|
Depends: libexif-dev,
|
||||||
libexif-dev,
|
|
||||||
libfm-qt12 (= ${binary:Version}),
|
libfm-qt12 (= ${binary:Version}),
|
||||||
libmenu-cache-dev
|
libmenu-cache-dev,
|
||||||
|
${misc:Depends}
|
||||||
Description: file management support library for pcmanfm-qt (development files)
|
Description: file management support library for pcmanfm-qt (development files)
|
||||||
Libfm-Qt is a companion library providing components to build desktop file
|
Libfm-Qt is a companion library providing components to build desktop file
|
||||||
managers.
|
managers.
|
||||||
@ -75,7 +75,7 @@ Package: libfm-qt-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: ${misc:Depends}, qttranslations5-l10n
|
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||||
Description: Language package for libfm-qt
|
Description: Language package for libfm-qt
|
||||||
Libfm-Qt is a companion library providing components to build desktop file
|
Libfm-Qt is a companion library providing components to build desktop file
|
||||||
managers.
|
managers.
|
||||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -63,4 +63,3 @@ License: LGPL-2.1+
|
|||||||
On Debian systems, the complete text of the GNU Lesser General
|
On Debian systems, the complete text of the GNU Lesser General
|
||||||
Public License version 2.1 can be found in
|
Public License version 2.1 can be found in
|
||||||
"/usr/share/common-licenses/LGPL-2.1".
|
"/usr/share/common-licenses/LGPL-2.1".
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user