libfm-qt.git
6 years agoMerge libfm-qt (0.14.1-11) import into refs/heads/workingbranch
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
Merge libfm-qt (0.14.1-11) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-11) unstable; urgency=medium
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
libfm-qt (0.14.1-11) unstable; urgency=medium

  * Bumped Standards to 4.4.1, no changes needed
  * Switched to gbp, gbp.conf added

[dgit import unpatched libfm-qt 0.14.1-11]

6 years agoImport libfm-qt_0.14.1-11.debian.tar.xz
Alf Gaida [Sat, 5 Oct 2019 10:56:09 +0000 (11:56 +0100)]
Import libfm-qt_0.14.1-11.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-11 libfm-qt_0.14.1-11.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-10) import into refs/heads/workingbranch
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
Merge libfm-qt (0.14.1-10) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-10) unstable; urgency=medium
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
libfm-qt (0.14.1-10) unstable; urgency=medium

  * Fixed symbols for gcc 9.2.1 (Closes: #925742)
  * Bumped Standards to 4.4.0, no changes needed

[dgit import unpatched libfm-qt 0.14.1-10]

6 years agoImport libfm-qt_0.14.1-10.debian.tar.xz
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
Import libfm-qt_0.14.1-10.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-10 libfm-qt_0.14.1-10.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-9) import into refs/heads/workingbranch
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
Merge libfm-qt (0.14.1-9) import into refs/heads/workingbranch

6 years agoworkaround-missed-file-monitoring
LXQt Packaging Team [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
workaround-missed-file-monitoring

Last-Update: 2019-06-08

Gbp-Pq: Name workaround-missed-file-monitoring.patch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-9) unstable; urgency=medium
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
libfm-qt (0.14.1-9) unstable; urgency=medium

  * Added upstream patch workaround-missed-file-monitoring.patch
    (Closes: #926803)
  * Added two new symbols - internal use only

[dgit import unpatched libfm-qt 0.14.1-9]

6 years agoImport libfm-qt_0.14.1-9.debian.tar.xz
Alf Gaida [Sat, 8 Jun 2019 14:39:11 +0000 (15:39 +0100)]
Import libfm-qt_0.14.1-9.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-9 libfm-qt_0.14.1-9.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-8) import into refs/heads/workingbranch
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
Merge libfm-qt (0.14.1-8) import into refs/heads/workingbranch

6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-8) unstable; urgency=medium
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
libfm-qt (0.14.1-8) unstable; urgency=medium

  * Removed the wrongly introduced build dependency on lxqt-qtplugin

[dgit import unpatched libfm-qt 0.14.1-8]

6 years agoImport libfm-qt_0.14.1-8.debian.tar.xz
Alf Gaida [Sat, 27 Apr 2019 16:40:25 +0000 (17:40 +0100)]
Import libfm-qt_0.14.1-8.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-8 libfm-qt_0.14.1-8.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-6) import into refs/heads/workingbranch
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
Merge libfm-qt (0.14.1-6) import into refs/heads/workingbranch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-6) unstable; urgency=medium
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
libfm-qt (0.14.1-6) unstable; urgency=medium

  * Fixed ignored creation-deletion sequences (Closes: #927707)

[dgit import unpatched libfm-qt 0.14.1-6]

6 years agoImport libfm-qt_0.14.1-6.debian.tar.xz
Alf Gaida [Sun, 21 Apr 2019 18:50:23 +0000 (19:50 +0100)]
Import libfm-qt_0.14.1-6.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-6 libfm-qt_0.14.1-6.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-4) import into refs/heads/workingbranch
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
Merge libfm-qt (0.14.1-4) import into refs/heads/workingbranch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-4) unstable; urgency=medium
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
libfm-qt (0.14.1-4) unstable; urgency=medium

  * Fix recursive copy to smb shares (and possible other remote filesystems)
    (Closes: #926626)

[dgit import unpatched libfm-qt 0.14.1-4]

6 years agoImport libfm-qt_0.14.1-4.debian.tar.xz
Alf Gaida [Mon, 8 Apr 2019 17:03:43 +0000 (18:03 +0100)]
Import libfm-qt_0.14.1-4.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-4 libfm-qt_0.14.1-4.debian.tar.xz]

6 years agoMerge libfm-qt (0.14.1-3) import into refs/heads/workingbranch
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
Merge libfm-qt (0.14.1-3) import into refs/heads/workingbranch

6 years agolibfm-qt (0.14.1-3) unstable; urgency=medium
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
libfm-qt (0.14.1-3) unstable; urgency=medium

  * Fixed the remaining symbols

[dgit import unpatched libfm-qt 0.14.1-3]

6 years agoImport libfm-qt_0.14.1-3.debian.tar.xz
Alf Gaida [Fri, 1 Mar 2019 00:34:43 +0000 (00:34 +0000)]
Import libfm-qt_0.14.1-3.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-3 libfm-qt_0.14.1-3.debian.tar.xz]

6 years agoImport libfm-qt_0.14.1.orig.tar.xz
Alf Gaida [Sun, 24 Feb 2019 18:31:01 +0000 (18:31 +0000)]
Import libfm-qt_0.14.1.orig.tar.xz

[dgit import orig libfm-qt_0.14.1.orig.tar.xz]

6 years agoMerge libfm-qt (0.14.0-3) import into refs/heads/workingbranch
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
Merge libfm-qt (0.14.0-3) import into refs/heads/workingbranch

6 years agopathbar: fix an issue with a slot recursive call
Alexander Golubev [Sat, 26 Jan 2019 14:48:39 +0000 (17:48 +0300)]
pathbar: fix an issue with a slot recursive call

Closes #225

Gbp-Pq: Name pathbar-recursive-call-slot.patch

6 years agoAdded missing sort-by-group action
Tsu Jan [Sun, 27 Jan 2019 03:43:38 +0000 (07:13 +0330)]
Added missing sort-by-group action

This is related to https://github.com/lxqt/pcmanfm-qt/issues/886 and will be followed by a pcmanfm-qt patch, which should be applied immediately after it (otherwie, a crash will happen).

Gbp-Pq: Name sort-by-group-action.patch

6 years agoUse a macro instead of string literal
apt-ghetto [Fri, 1 Feb 2019 16:23:12 +0000 (17:23 +0100)]
Use a macro instead of string literal

Define a macro for "metadata::trust". This avoids typos and replacing
the value is easier.

Gbp-Pq: Name macro-trust.patch

6 years agoMake setting trust possible anytime
Alf Gaida [Tue, 29 Jan 2019 17:20:07 +0000 (18:20 +0100)]
Make setting trust possible anytime

If a file is executable the option should be available in the context menu.
The part
&& (!fileLauncher_ || !fileLauncher_->quickExec()) is superfluous in that case.

fixes lxqt/libfm-qt/issues/354

Gbp-Pq: Name fix-trust.patch

6 years agolibfm-qt (0.14.0-3) unstable; urgency=medium
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
libfm-qt (0.14.0-3) unstable; urgency=medium

  * Switched to unstable
  * Fixed some more symbols
  * Ported back some upstream patches

[dgit import unpatched libfm-qt 0.14.0-3]

6 years agoImport libfm-qt_0.14.0-3.debian.tar.xz
Alf Gaida [Tue, 5 Feb 2019 19:11:09 +0000 (19:11 +0000)]
Import libfm-qt_0.14.0-3.debian.tar.xz

[dgit import tarball libfm-qt 0.14.0-3 libfm-qt_0.14.0-3.debian.tar.xz]

6 years agoImport libfm-qt_0.14.0.orig.tar.xz
Alf Gaida [Wed, 30 Jan 2019 19:32:59 +0000 (19:32 +0000)]
Import libfm-qt_0.14.0.orig.tar.xz

[dgit import orig libfm-qt_0.14.0.orig.tar.xz]

6 years agoMerge libfm-qt (0.13.1-10) import into refs/heads/workingbranch
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
Merge libfm-qt (0.13.1-10) import into refs/heads/workingbranch

6 years agolibfm-qt (0.13.1-10) unstable; urgency=medium
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
libfm-qt (0.13.1-10) unstable; urgency=medium

  * Added Build-Depends-Package: libfm-qt-dev to libfm-qt-dev.symbols
  * Bumped Standards to 4.2.1
  * Fixed the first symbols (Closes: #916158)

[dgit import unpatched libfm-qt 0.13.1-10]

6 years agoImport libfm-qt_0.13.1-10.debian.tar.xz
Alf Gaida [Fri, 28 Dec 2018 15:41:09 +0000 (15:41 +0000)]
Import libfm-qt_0.13.1-10.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-10 libfm-qt_0.13.1-10.debian.tar.xz]

7 years agoMerge libfm-qt (0.13.1-9) import into refs/heads/workingbranch
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
Merge libfm-qt (0.13.1-9) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-9) unstable; urgency=medium
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
libfm-qt (0.13.1-9) unstable; urgency=medium

  * Fixed armel and riscv symbols

[dgit import unpatched libfm-qt 0.13.1-9]

7 years agoImport libfm-qt_0.13.1-9.debian.tar.xz
Alf Gaida [Fri, 31 Aug 2018 17:35:35 +0000 (18:35 +0100)]
Import libfm-qt_0.13.1-9.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-9 libfm-qt_0.13.1-9.debian.tar.xz]

7 years agoMerge libfm-qt (0.13.1-6) import into refs/heads/workingbranch
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
Merge libfm-qt (0.13.1-6) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-6) unstable; urgency=medium
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
libfm-qt (0.13.1-6) unstable; urgency=medium

  * Fixed a bunch of symbols

[dgit import unpatched libfm-qt 0.13.1-6]

7 years agoImport libfm-qt_0.13.1-6.debian.tar.xz
Alf Gaida [Tue, 31 Jul 2018 16:15:12 +0000 (17:15 +0100)]
Import libfm-qt_0.13.1-6.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-6 libfm-qt_0.13.1-6.debian.tar.xz]

7 years agoMerge libfm-qt (0.13.1-5) import into refs/heads/workingbranch
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
Merge libfm-qt (0.13.1-5) import into refs/heads/workingbranch

7 years agolibfm-qt (0.13.1-5) unstable; urgency=medium
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
libfm-qt (0.13.1-5) unstable; urgency=medium

  * Switch to unstable
  * Another round of symbol fixes
  * Bumped Standards to 4.1.5, no changes needed

[dgit import unpatched libfm-qt 0.13.1-5]

7 years agoImport libfm-qt_0.13.1-5.debian.tar.xz
Alf Gaida [Sat, 7 Jul 2018 11:05:18 +0000 (12:05 +0100)]
Import libfm-qt_0.13.1-5.debian.tar.xz

[dgit import tarball libfm-qt 0.13.1-5 libfm-qt_0.13.1-5.debian.tar.xz]

7 years agoImport libfm-qt_0.13.1.orig.tar.xz
Alf Gaida [Sat, 2 Jun 2018 23:30:24 +0000 (00:30 +0100)]
Import libfm-qt_0.13.1.orig.tar.xz

[dgit import orig libfm-qt_0.13.1.orig.tar.xz]

7 years agoMerge libfm-qt (0.12.0-17) import into refs/heads/workingbranch
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
Merge libfm-qt (0.12.0-17) import into refs/heads/workingbranch

7 years agolibfm-qt (0.12.0-17) unstable; urgency=medium
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
libfm-qt (0.12.0-17) unstable; urgency=medium

  * Fixed symbols for ia64
  * Fixed watch file to lxqt

[dgit import unpatched libfm-qt 0.12.0-17]

7 years agoImport libfm-qt_0.12.0-17.debian.tar.xz
Alf Gaida [Sun, 29 Apr 2018 00:31:23 +0000 (01:31 +0100)]
Import libfm-qt_0.12.0-17.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-17 libfm-qt_0.12.0-17.debian.tar.xz]

7 years agoMerge libfm-qt (0.12.0-16) import into refs/heads/workingbranch
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
Merge libfm-qt (0.12.0-16) import into refs/heads/workingbranch

7 years agolibfm-qt (0.12.0-16) unstable; urgency=medium
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
libfm-qt (0.12.0-16) unstable; urgency=medium

  * fix some typos in symbols

[dgit import unpatched libfm-qt 0.12.0-16]

7 years agoImport libfm-qt_0.12.0-16.debian.tar.xz
Alf Gaida [Mon, 23 Apr 2018 00:07:46 +0000 (01:07 +0100)]
Import libfm-qt_0.12.0-16.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-16 libfm-qt_0.12.0-16.debian.tar.xz]

8 years agoMerge libfm-qt (0.12.0-14) import into refs/heads/workingbranch
Alf Gaida [Wed, 13 Dec 2017 19:08:02 +0000 (19:08 +0000)]
Merge libfm-qt (0.12.0-14) import into refs/heads/workingbranch

8 years agolibfm-qt (0.12.0-14) unstable; urgency=medium
Alf Gaida [Wed, 13 Dec 2017 19:08:02 +0000 (19:08 +0000)]
libfm-qt (0.12.0-14) unstable; urgency=medium

  * Bumped Standards to 4.1.2, no changes needed
  * Removed branch from VCS fields
  * Removed debian/gbp.conf
  * Removed trailing whitespaces

[dgit import unpatched libfm-qt 0.12.0-14]

8 years agoImport libfm-qt_0.12.0-14.debian.tar.xz
Alf Gaida [Wed, 13 Dec 2017 19:08:02 +0000 (19:08 +0000)]
Import libfm-qt_0.12.0-14.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-14 libfm-qt_0.12.0-14.debian.tar.xz]

8 years agoMerge libfm-qt (0.12.0-13) import into refs/heads/workingbranch
Alf Gaida [Mon, 4 Dec 2017 17:41:41 +0000 (17:41 +0000)]
Merge libfm-qt (0.12.0-13) import into refs/heads/workingbranch

8 years agolibfm-qt (0.12.0-13) unstable; urgency=medium
Alf Gaida [Mon, 4 Dec 2017 17:41:41 +0000 (17:41 +0000)]
libfm-qt (0.12.0-13) unstable; urgency=medium

  * Transition to unstable

[dgit import unpatched libfm-qt 0.12.0-13]

8 years agoImport libfm-qt_0.12.0-13.debian.tar.xz
Alf Gaida [Mon, 4 Dec 2017 17:41:41 +0000 (17:41 +0000)]
Import libfm-qt_0.12.0-13.debian.tar.xz

[dgit import tarball libfm-qt 0.12.0-13 libfm-qt_0.12.0-13.debian.tar.xz]

8 years agoImport libfm-qt_0.12.0.orig.tar.xz
Alf Gaida [Sun, 22 Oct 2017 14:34:45 +0000 (15:34 +0100)]
Import libfm-qt_0.12.0.orig.tar.xz

[dgit import orig libfm-qt_0.12.0.orig.tar.xz]

8 years agolibfm-qt (0.11.2-1) unstable; urgency=medium
Alf Gaida [Thu, 22 Dec 2016 00:32:58 +0000 (00:32 +0000)]
libfm-qt (0.11.2-1) unstable; urgency=medium

  * Cherry-picking upstream release 0.11.2
  * Added new symbols
  * Removed build dependencies:
    - cmake
    - liblxqt0-dev
    - libqt5xdg-dev
    - pkg-config
    - qttools5-dev
    - qttools5-dev-tools
  * Added build dependency lxqt-build-tools
  * Added build dependency libfm-dev to libfm-qt-dev
  * Removed models.patch, applied upstream

[dgit import unpatched libfm-qt 0.11.2-1]

8 years agoImport libfm-qt_0.11.2.orig.tar.xz
Alf Gaida [Thu, 22 Dec 2016 00:32:58 +0000 (00:32 +0000)]
Import libfm-qt_0.11.2.orig.tar.xz

[dgit import orig libfm-qt_0.11.2.orig.tar.xz]

8 years agoImport libfm-qt_0.11.2-1.debian.tar.xz
Alf Gaida [Thu, 22 Dec 2016 00:32:58 +0000 (00:32 +0000)]
Import libfm-qt_0.11.2-1.debian.tar.xz

[dgit import tarball libfm-qt 0.11.2-1 libfm-qt_0.11.2-1.debian.tar.xz]