1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
zanshin (0.5.71-2) unstable; urgency=medium
* Team upload.
[ Norbert Preining ]
* Fix compilation with KDE Apps 20.08 (Closes: #972224)
[ Pino Toscano ]
* Bump the debhelper compatibility to 13:
- switch the debhelper build dependency to debhelper-compat 13
* Remove the explicit as-needed linking, as it is done by binutils now.
* Bump Standards-Version to 4.5.0, no changes required.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Fix references to the upstream Git repository.
-- Pino Toscano <pino@debian.org> Fri, 23 Oct 2020 13:52:07 +0200
zanshin (0.5.71-1) unstable; urgency=medium
* New upstream release.
* Update the patches:
- upstream_fix-appdata-to-use-new-working-screenshot-location.patch: drop,
backported from upstream
- upstream_don-t-set-a-zanshin-screenshot-for-renku.patch: drop, backported
from upstream
- upstream_Make-it-build-both-with-pre-and-post-19.08.0-KCalCor.patch:
drop, backported from upstream
- upstream_Fix-compilation-with-latest-KCalCore-API-changes-Att.patch:
drop, backported from upstream
- add-missing-AkonadiContacts-dependency.patch: drop, obsolete
- replace-Attendee-Ptr-for-19.08-KCalCore.patch: drop, obsolete
* Update the build dependencies according to the upstream build system:
- remove unused qtdeclarative5-dev, libkf5akonadinotes-dev,
libkf5akonadisearch-dev, libkf5identitymanagement-dev,
libkf5kdelibs4support-dev, libkf5ldap-dev, and libkf5wallet-dev
- explicitly add gettext
* Add the configuration for the CI on salsa.
* Small copyright update.
* Update the upstream GPG signing key.
-- Pino Toscano <pino@debian.org> Thu, 16 Jan 2020 00:42:37 +0100
zanshin (0.5.0-3) unstable; urgency=medium
* Team upload.
* Add patches to fix build with KDEPIM 19.08 (Closes: #945836):
- upstream_Fix-compilation-with-latest-KCalCore-API-changes-Att.patch
- upstream_Make-it-build-both-with-pre-and-post-19.08.0-KCalCor.patch
- add-missing-AkonadiContacts-dependency.patch
- replace-Attendee-Ptr-for-19.08-KCalCore.patch
* Add signing key to check signature of upstream tarball.
* Bump to compat 12 (Use debhelper-compat in B-d).
* Bump Standards-Version to 4.4.1 (No changes needed).
* Set Rules-Requires-Root: no.
* Use hardening=+bindnow.
* Add d/upstream/metadata file.
-- Sandro Knauß <hefee@debian.org> Mon, 02 Dec 2019 21:08:55 +0100
zanshin (0.5.0-2) unstable; urgency=medium
* Switch Vcs-* fields to salsa.debian.org.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Backport upstream commit b41538f15c792e2106d6ce266568f9aae12e09c5, and
0d1e500a88998e3419b3605ddc6435f5be22b056 to fix the screenshots in the
appdata files; patches
upstream_fix-appdata-to-use-new-working-screenshot-location.patch, and
upstream_don-t-set-a-zanshin-screenshot-for-renku.patch.
* Bump Standards-Version to 4.2.1, no changes required.
* Switch Homepage to https.
-- Pino Toscano <pino@debian.org> Sat, 20 Oct 2018 09:23:43 +0200
zanshin (0.5.0-1) unstable; urgency=medium
* New upstream release:
- ships translations (Closes: #673684)
* Update the watch file.
* Add the new required libkf5kdelibs4support-dev, libkf5i18n-dev, and
libkf5windowsystem-dev build dependencies.
* Bump Standards-Version to 4.1.3, no changes required.
* Add the libkf5akonadicontact-dev dependency, to workaround a lack of
dependency in libkf5akonadicalendar-dev 17.08.x.
* "Adopt" the package. (Closes: #879441)
-- Pino Toscano <pino@debian.org> Thu, 04 Jan 2018 12:14:16 +0100
zanshin (0.4.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Pino Toscano <pino@debian.org> Tue, 13 Sep 2016 06:38:03 +0200
zanshin (0.4.0-1) unstable; urgency=medium
* Team upload.
[ Pino Toscano ]
* New upstream release. (Closes: #781153, #817072, #828774) (LP: #1579470)
* Add a watch file.
* Update the build dependencies following the port to Frameworks:
- remove kdepimlibs5-dev
- add extra-cmake-modules, qtbase5-dev, qtdeclarative5-dev,
libkf5akonadicalendar-dev, libkf5akonadinotes-dev,
libkf5akonadisearch-dev, libkf5identitymanagement-dev,
libkf5kontactinterface-dev, libkf5ldap-dev, libkf5runner-dev, and
libkf5wallet-dev
* Bump the debhelper compat to 9:
- bump compat to 9
- bump the debhelper build dependency to >= 9
* Use the right dh addon:
- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16
* Bump the cmake build dependency to >= 3.2, according to the upstream build
system.
* Pass -DBUILD_TESTING=OFF to cmake to disable the build of tests, since it
is not easy to run them.
* Add Vcs-* fields.
* Link in as-needed mode.
* Bump Standards-Version to 3.9.8, no changes required.
* Rewrite copyright from scratch, following copyright-format v1.0.
[ Fathi Boudra ]
* Improve long description.
-- Pino Toscano <pino@debian.org> Thu, 28 Jul 2016 23:36:19 +0200
zanshin (0.2.1-1) unstable; urgency=low
* New upstream release.
-- Fathi Boudra <fabo@debian.org> Wed, 14 Mar 2012 16:54:03 +0200
zanshin (0.2.0-1) unstable; urgency=low
* Initial release. (Closes: #653943)
-- Fathi Boudra <fabo@debian.org> Sun, 01 Jan 2012 20:48:41 +0200
|