New upstream version.

ubuntu/hirsute ubuntu/3.6.0-1ubuntu1
Raman Sarda 3 years ago
parent 19e28e2b25
commit 5bee571317

55
debian/changelog vendored

@ -1,3 +1,20 @@
libqtxdg (3.6.0-1ubuntu1) hirsute; urgency=medium
* Merge from Debian unstable.
* Updated debhelper-compat to 13.
-- Raman Sarda <theloudspeaker@disroot.org> Fri, 12 Feb 2021 00:25:21 +0530
libqtxdg (3.6.0-1) unstable; urgency=medium
[ Andrew Lee (李健秋) ]
* New upstream version 3.6.0.
* refresh debian/libqt5xdg3.symbols file.
* Fix unindented lines.
* Add salsa-ci.yml file.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Fri, 25 Dec 2020 10:53:00 +0800
libqtxdg (3.5.0-0ubuntu3) hirsute; urgency=medium
* No-change rebuild against qtbase-abi-5-15-2.
@ -41,6 +58,32 @@ libqtxdg (3.4.0-1ubuntu1) focal; urgency=medium
-- Alf Gaida <agaida@siduction.org> Sun, 27 Oct 2019 18:28:10 +0100
libqtxdg (3.4.0-1) unstable; urgency=medium
* New upstream version 3.4.0
* Switched to gbp
* Bumped Standards to 4.4.1, no changes needed
* Removed Dbus patch, fixed upstream
* Added new symbols
* Fixed tools packaging and descriptions
* Added qtxdg-dev-tools to libqtxdg recommends
-- Alf Gaida <agaida@siduction.org> Sun, 27 Oct 2019 18:28:10 +0100
libqtxdg (3.3.1-2) unstable; urgency=medium
* Upstream patch: Avoid freeze for DBusActivatable apps (Closes: #928721)
-- Alf Gaida <agaida@siduction.org> Thu, 09 May 2019 17:57:01 +0200
libqtxdg (3.3.1-1) unstable; urgency=medium
* Cherry-picked new upstream-release 3.3.1.
* Added build dependency lxqt-build-tools (>= 0.6.0)
* Removed some cmake files from debian/copyright
-- Alf Gaida <agaida@siduction.org> Sun, 24 Feb 2019 17:18:32 +0100
libqtxdg (3.3.1-0ubuntu2) disco; urgency=medium
* No change rebuild against qtbase-abi-5-12-2.
@ -54,6 +97,17 @@ libqtxdg (3.3.1-0ubuntu1) disco; urgency=medium
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 08 Mar 2019 23:13:56 -0600
libqtxdg (3.3.0-1) unstable; urgency=medium
* Cherry-picked new upstream-release 3.3.0
* Bumped Standards to 4.3.0, no changes needed
* Dropped d/compat, use debhelper-compat = 12, no changes needed
* Added Build-Depends-Package field to symbols
* Fixed the location of some files in d/copyright
* Fixed years in d/copyright
-- Alf Gaida <agaida@siduction.org> Sun, 27 Jan 2019 12:49:28 +0100
libqtxdg (3.3.0-0ubuntu1) disco; urgency=medium
* New upstream release.
@ -283,3 +337,4 @@ libqtxdg (1.2.0+20150807-1) unstable; urgency=medium
copyright format.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Fri, 14 Aug 2015 04:07:21 +0800

4
debian/control vendored

@ -7,7 +7,7 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 12),
debhelper-compat (= 13),
libmagic-dev,
libqt5svg5-dev,
lxqt-build-tools (>= 0.7.0),
@ -91,4 +91,4 @@ Description: Tools for QtXdg
This package provide some tools for qtxdg:
* qtxdg-desktop-file-start - QtXdg XdgDesktopFile start Tester
* qtxdg-iconfinder - Find icons the QtXdg way
* qtxdg-mat - Mime tool for QtXdg
* qtxdg-mat - Mime app tool for QtXdg

@ -139,7 +139,17 @@ libQt5Xdg.so.3 libqt5xdg3 #MINVER#
(c++)"XdgMimeType::iconName() const@Base" 1.0.0
(c++)"XdgMimeType::operator=(XdgMimeType const&)@Base" 1.0.0
(c++)"XdgMimeType::~XdgMimeType()@Base" 1.0.0
(c++)"XdgMimeType::swap(XdgMimeType&)@Base" 3.5.0
_ZN11XdgMimeType4swapERS_@Base 3.6.0
_ZN14XdgDefaultApps10webBrowserEv@Base 3.6.0
_ZN14XdgDefaultApps11emailClientEv@Base 3.6.0
_ZN14XdgDefaultApps11fileManagerEv@Base 3.6.0
_ZN14XdgDefaultApps11webBrowsersEv@Base 3.6.0
_ZN14XdgDefaultApps12emailClientsEv@Base 3.6.0
_ZN14XdgDefaultApps12fileManagersEv@Base 3.6.0
_ZN14XdgDefaultApps13setWebBrowserERK14XdgDesktopFile@Base 3.6.0
_ZN14XdgDefaultApps14setEmailClientERK14XdgDesktopFile@Base 3.6.0
_ZN14XdgDefaultApps14setFileManagerERK14XdgDesktopFile@Base 3.6.0
_ZNSt6vectorISt10unique_ptrI14XdgDesktopFileSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 3.6.0
(c++)"non-virtual thunk to XdgMenuWidget::~XdgMenuWidget()@Base" 1.0.0
(c++)"typeinfo for XdgAction@Base" 1.0.0
(c++)"typeinfo for XdgDesktopFile@Base" 1.0.0

@ -0,0 +1,12 @@
# For more information on what jobs are run see:
# https://salsa.debian.org/salsa-ci-team/pipeline
#
# To enable the jobs, go to your repository (at salsa.debian.org)
# and click over Settings > CI/CD > Expand (in General pipelines).
# In "Custom CI config path" write debian/salsa-ci.yml and click
# in "Save Changes". The CI tests will run after the next commit.
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
Loading…
Cancel
Save