Compare commits
11 Commits
31e83a40bb
...
5bf55dc661
Author | SHA1 | Date | |
---|---|---|---|
5bf55dc661 | |||
|
d0c06c5d6b | ||
|
052a556bc0 | ||
|
83c034bd6f | ||
|
900d477f1d | ||
|
e251a6aa32 | ||
|
a273e1567d | ||
|
eb615c3512 | ||
|
0672e46c73 | ||
cbe58deaea | |||
f0df77303e |
28
debian/changelog
vendored
28
debian/changelog
vendored
@ -1,3 +1,31 @@
|
||||
libfm-qt (1.2.1-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 07 Mar 2023 13:32:50 -0700
|
||||
|
||||
libfm-qt (1.2.1-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Updated copyright file.
|
||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||
* Updated symbols file.
|
||||
* Ran wrap-and-sort.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 26 Jan 2023 20:18:59 -0600
|
||||
|
||||
libfm-qt (1.2.0-0ubuntu3) lunar; urgency=medium
|
||||
|
||||
* No-change rebuild against Qt 5.15.8.
|
||||
|
||||
-- Dmitry Shachnev <mitya57@ubuntu.com> Sat, 14 Jan 2023 10:19:25 +0300
|
||||
|
||||
libfm-qt (1.2.0-0ubuntu2) lunar; urgency=medium
|
||||
|
||||
* No-change rebuild against Qt 5.15.7.
|
||||
|
||||
-- Dmitry Shachnev <mitya57@ubuntu.com> Sat, 10 Dec 2022 12:50:58 +0300
|
||||
|
||||
libfm-qt (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
20
debian/control
vendored
20
debian/control
vendored
@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libx11-dev,
|
||||
lxqt-build-tools (>= 0.12.0),
|
||||
qtbase5-private-dev
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/libfm-qt-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/libfm-qt-packaging.gi
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libfm-qt
|
||||
@ -27,16 +27,16 @@ Homepage: https://github.com/lxqt/libfm-qt
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: libfm-qt12
|
||||
Replaces: libfm-qt9, libfm-qt11
|
||||
Breaks: libfm-qt9, libfm-qt11
|
||||
Replaces: libfm-qt11, libfm-qt9
|
||||
Breaks: libfm-qt11, libfm-qt9
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libs
|
||||
Depends: libfm-qt-common,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libglib2.0-bin,
|
||||
shared-mime-info
|
||||
shared-mime-info,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: libfm-qt-l10n
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: file management support for pcmanfm-qt
|
||||
@ -61,10 +61,10 @@ Description: Common files for libfm-qt
|
||||
Package: libfm-qt-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends},
|
||||
libexif-dev,
|
||||
Depends: libexif-dev,
|
||||
libfm-qt12 (= ${binary:Version}),
|
||||
libmenu-cache-dev
|
||||
libmenu-cache-dev,
|
||||
${misc:Depends}
|
||||
Description: file management support library for pcmanfm-qt (development files)
|
||||
Libfm-Qt is a companion library providing components to build desktop file
|
||||
managers.
|
||||
@ -75,7 +75,7 @@ Package: libfm-qt-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: ${misc:Depends}, qttranslations5-l10n
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Description: Language package for libfm-qt
|
||||
Libfm-Qt is a companion library providing components to build desktop file
|
||||
managers.
|
||||
|
5
debian/copyright
vendored
5
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: libfm-qt
|
||||
Source: https://github.com/lxqt/libfm-qt
|
||||
|
||||
Files: *
|
||||
Copyright: 2013-2019 LXQt team
|
||||
Copyright: 2013-2023 LXQt team
|
||||
2009-2019 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2009 Juergen Hoetzel <juergen@archlinux.org>
|
||||
2010 Shae Smittle <starfall87@gmail.com>
|
||||
@ -17,7 +17,7 @@ Copyright: 2015 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||
License: BSD-3-Clause
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2015 Wen Liao <wen.cf83@gmail.com>
|
||||
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2013-2019 Alf Gaida <agaida@siduction.org>
|
||||
@ -63,4 +63,3 @@ License: LGPL-2.1+
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License version 2.1 can be found in
|
||||
"/usr/share/common-licenses/LGPL-2.1".
|
||||
|
||||
|
10
debian/libfm-qt12.symbols
vendored
10
debian/libfm-qt12.symbols
vendored
@ -1,4 +1,4 @@
|
||||
# SymbolsHelper-Confirmed: 1.1.0 amd64 i386 riscv64
|
||||
# SymbolsHelper-Confirmed: 1.2.1 amd64 arm64 armhf ppc64el riscv64 s390x
|
||||
libfm-qt.so.12 libfm-qt12 #MINVER#
|
||||
* Build-Depends-Package: libfm-qt-dev
|
||||
_ZN2Fm10DirListJob10filesFoundERNS_12FileInfoListE@Base 0.16.0
|
||||
@ -102,6 +102,7 @@ libfm-qt.so.12 libfm-qt12 #MINVER#
|
||||
_ZN2Fm10FolderView11setIconSizeENS0_8ViewModeE5QSize@Base 0.16.0
|
||||
_ZN2Fm10FolderView11setViewModeENS0_8ViewModeE@Base 0.16.0
|
||||
_ZN2Fm10FolderView11sortChangedEv@Base 0.16.0
|
||||
_ZN2Fm10FolderView13dropIsDecidedEb@Base 1.2.1
|
||||
_ZN2Fm10FolderView13emitClickedAtENS0_9ClickTypeERK6QPoint@Base 0.16.0
|
||||
_ZN2Fm10FolderView13inlineRenamedERK7QStringS3_@Base 1.1.0
|
||||
_ZN2Fm10FolderView13onFileClickedEiRKSt10shared_ptrIKNS_8FileInfoEE@Base 0.16.0
|
||||
@ -240,6 +241,7 @@ libfm-qt.so.12 libfm-qt12 #MINVER#
|
||||
_ZN2Fm11DirTreeView6onOpenEv@Base 0.16.0
|
||||
_ZN2Fm11DirTreeView8onNewTabEv@Base 0.16.0
|
||||
_ZN2Fm11DirTreeView8setModelEP18QAbstractItemModel@Base 0.16.0
|
||||
_ZN2Fm11DirTreeView9dropEventEP10QDropEvent@Base 1.2.1
|
||||
_ZN2Fm11DirTreeViewC1EP7QWidget@Base 0.16.0
|
||||
_ZN2Fm11DirTreeViewC2EP7QWidget@Base 0.16.0
|
||||
_ZN2Fm11DirTreeViewD0Ev@Base 0.16.0
|
||||
@ -1349,7 +1351,6 @@ libfm-qt.so.12 libfm-qt12 #MINVER#
|
||||
_ZNSt6vectorIN2Fm17BrowseHistoryItemESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm5MountESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm6VolumeESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm8FilePathESaIS1_EE12emplace_backIJS1_EEEvDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm8FilePathESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm8FilePathESaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorIN2Fm8FilePathESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 0.16.0
|
||||
@ -1358,17 +1359,14 @@ libfm-qt.so.12 libfm-qt12 #MINVER#
|
||||
_ZNSt6vectorIPN2Fm16DirTreeModelItemESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base 1.1.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm12BookmarkItemEESaIS4_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm12BookmarkItemEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm8FileInfoEESaIS4_EE12emplace_backIJRKS4_EEEvDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm8FileInfoEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm8FileInfoEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 0.16.0
|
||||
(optional=templinst|arch=riscv64)_ZNSt6vectorISt10shared_ptrIKN2Fm8MimeTypeEESaIS4_EE12emplace_backIJRKS4_EEEvDpOT_@Base 1.1.0
|
||||
_ZNSt6vectorISt10shared_ptrIKN2Fm8MimeTypeEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIN2Fm11ThumbnailerEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10shared_ptrIN2Fm12TemplateItemEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 0.16.0
|
||||
(arch=amd64 riscv64)_ZNSt6vectorISt10shared_ptrIN2Fm12TemplateItemEESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EES9_@Base 1.1.0
|
||||
(arch=amd64 arm64 armhf ppc64el riscv64)_ZNSt6vectorISt10shared_ptrIN2Fm12TemplateItemEESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EES9_@Base 1.2.1
|
||||
_ZNSt6vectorISt10shared_ptrIN2Fm6FolderEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt10unique_ptrIN2Fm8ArchiverESt14default_deleteIS2_EESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 0.17.1
|
||||
_ZNSt6vectorISt4pairISt10shared_ptrIKN2Fm8FileInfoEES5_ESaIS6_EE12emplace_backIJS6_EEEvDpOT_@Base 0.16.0
|
||||
_ZNSt6vectorISt4pairISt10shared_ptrIKN2Fm8FileInfoEES5_ESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_@Base 0.16.0
|
||||
(optional=templinst)_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_St10shared_ptrIKN2Fm8FileInfoEEESaISE_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_@Base 1.1.0
|
||||
_ZNSt8__detail9_Map_baseIjSt4pairIKjSt10shared_ptrIKN2Fm8UserInfoEEESaIS8_ENS_10_Select1stESt8equal_toIjESt4hashIjENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_@Base 0.16.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user