From 82d4ef5652f910d16f3d7f273e3706ea315749de Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Mon, 22 Feb 2021 01:42:45 +0530 Subject: [PATCH] New upstream version. --- debian/changelog | 70 ++++++++++++++++++++++++++++++++++++++++ debian/control | 13 +++----- debian/gbp.conf | 6 ++++ debian/patches/series | 0 debian/upstream/metadata | 6 ++++ 5 files changed, 87 insertions(+), 8 deletions(-) create mode 100644 debian/gbp.conf delete mode 100644 debian/patches/series create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 709579a..a6e9e6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +pcmanfm-qt (0.16.0-1ubuntu2) hirsute; urgency=low + + [ Raman Sarda ] + * New upstream version. + * Bump debhelper-compat requirement to 13. + * Drop empty series file. + * Update dependencies. + + -- Raman Sarda Mon, 22 Feb 2021 01:37:46 +0530 + +pcmanfm-qt (0.16.0-1) unstable; urgency=medium + + [ Alf Gaida ] + * Switched to gbp + * Bumped Standards-Version to 4.4.0, no changes needed + + [ Debian Janitor ] + * Fix field name typo in debian/upstream/metadata (Repository-Browser => + Repository-Browse). + * Set upstream metadata fields: Repository. + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). + * Update standards version to 4.5.0, no changes needed. + + [ Andrew Lee (李健秋) ] + * New upstream release. (Closes: #978174) + + -- Andrew Lee (李健秋) Thu, 07 Jan 2021 17:33:42 +0800 + pcmanfm-qt (0.15.0-0ubuntu1) groovy; urgency=medium * New upstream release. @@ -9,6 +38,30 @@ pcmanfm-qt (0.15.0-0ubuntu1) groovy; urgency=medium -- Simon Quigley Thu, 04 Jun 2020 14:18:48 -0500 +pcmanfm-qt (0.14.1-3) unstable; urgency=medium + + * Enhanched the fix and included pcmanfm/settings.cpp - the fallback + settings. + + -- Alf Gaida Sun, 12 May 2019 01:41:32 +0200 + +pcmanfm-qt (0.14.1-2) unstable; urgency=medium + + * Starting pcmanfm-qt as root session need a running dbus user-session + Bug was: pcmanfm-qt does not start as root on Debian live (Closes: #928818) + Thanks adrian15 for spotting this. + + -- Alf Gaida Sat, 11 May 2019 20:38:43 +0200 + +pcmanfm-qt (0.14.1-1) unstable; urgency=medium + + * Cherry-picking upstream release 0.14.1. + * Bumped minimum version libfm-qt-dev (>= 0.14.1~) + * Depend now on libfm-qt6 (>= 0.14.1~) + * Improved the description of the language package + + -- Alf Gaida Sun, 24 Feb 2019 23:23:24 +0100 + pcmanfm-qt (0.14.1-0ubuntu3) eoan; urgency=medium * Drop patch change-thumbnail-view-icon.patch @@ -28,6 +81,22 @@ pcmanfm-qt (0.14.1-0ubuntu1) disco; urgency=medium -- Simon Quigley Sat, 09 Mar 2019 13:23:17 -0600 +pcmanfm-qt (0.14.0-1) unstable; urgency=medium + + * Cherry-picking upstream release 0.14.0. + * Bumped Standards to 4.3.0, no changes needed + * Dropped d/compat, use debhelper-compat = 12, no changes needed + * Fixed years in d/copyright + * Bumped minimum version libfm-qt-dev (>= 0.14.0~) + * Bumped minimum version lxqt-build-tools (>= 0.6.0~) + * Depend now on libfm-qt6 (>= 0.14.0~) + * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure + * Added Build-Depends-Package field to symbols + * Added l10n-package, moved from lxqt-l10n + * Added d/upstream/metadata + + -- Alf Gaida Sun, 27 Jan 2019 19:40:51 +0100 + pcmanfm-qt (0.14.0-0ubuntu2) disco; urgency=medium * Depend on the newer libfm-qt6 package. @@ -423,3 +492,4 @@ pcmanfm-qt (0.9.0+20150816-1) unstable; urgency=medium * Warpped lines in copyright. -- Andrew Lee (李健秋) Mon, 17 Aug 2015 21:04:54 +0800 + diff --git a/debian/control b/debian/control index 4593ab8..96ed2e2 100644 --- a/debian/control +++ b/debian/control @@ -8,15 +8,15 @@ Uploaders: Alf Gaida , Yuan CHAO Section: x11 Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), libexif-dev, - libfm-qt-dev (>= 0.15.0), + libfm-qt-dev (>= 0.16.0~), libkf5windowsystem-dev, libmenu-cache-dev, libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, - lxqt-build-tools (>= 0.7.0) + lxqt-build-tools (>= 0.8.0~) Standards-Version: 4.5.0 Vcs-Browser: https://phab.lubuntu.me/source/pcmanfm-qt/ Vcs-Git: https://phab.lubuntu.me/source/pcmanfm-qt.git @@ -28,11 +28,8 @@ Package: pcmanfm-qt Architecture: any Depends: default-dbus-session-bus | dbus-session-bus | dbus-x11, desktop-file-utils, - libfm-modules, - libfm-qt7 (>= 0.15.0), - lxqt-sudo, - ${misc:Depends}, - ${shlibs:Depends} + libfm-qt8 (>= 0.16.0~), + lxqt-sudo Recommends: eject, ffmpegthumbnailer, gvfs-backends, diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..8957fee --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True +compression = xz + diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index e69de29..0000000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..147fbcc --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,6 @@ +Bug-Database: https://github.com/lxqt/pcmanfm-qt/issues +Bug-Submit: https://github.com/lxqt/pcmanfm-qt/issues/new +Changelog: https://github.com/lxqt/pcmanfm-qt/blob/master/CHANGELOG +Repository: https://github.com/lxqt/pcmanfm-qt.git +Repository-Browse: https://github.com/lxqt/pcmanfm-qt +