File: changelog

package info (click to toggle)
peruse 1.80%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,224 kB
  • sloc: cpp: 11,182; xml: 456; makefile: 3; sh: 1
file content (151 lines) | stat: -rw-r--r-- 5,608 bytes parent folder | download
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
144
145
146
147
148
149
150
151
peruse (1.80+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.7.2, no changes required.
  * Remove an obsolete maintscript entry.
  * Remove obsolete field Name from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * CI: update/simplify configuration.

 -- Pino Toscano <pino@debian.org>  Sun, 13 Apr 2025 08:51:31 +0200

peruse (1.80+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Add the qml-module-org-kde-kcm dependency, as it is needed.
    (Closes: #998801)
  * Update the references to the upstream Git repository.

 -- Pino Toscano <pino@debian.org>  Mon, 08 Nov 2021 07:31:06 +0100

peruse (1.80+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump the debhelper compatibility to 13:
    - switch the debhelper-compat build dependency to 13
    - stop passing --fail-missing to dh_missing, as it is the default behaviour
  * Remove the explicit as-needed linking, as it is done by binutils now.
  * Bump Standards-Version to 4.6.0, no changes required.
  * Update the patches:
    - make-acbf-static.patch: update
    - remove-rar-support.patch: update/rewrite
  * Update the build dependencies according to the upstream build system:
    - bump cmake to 3.1.0
    - bump Qt packages to 5.14.0
    - bump KF packages to 5.75.0
    - add gettext, libkf5attica-dev, libkf5auth-dev, libkf5codecs-dev,
      libkf5completion-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
      libkf5crash-dev, libkf5guiaddons-dev, libkf5itemviews-dev,
      qtbase5-private-dev, qtdeclarative5-dev, and qtdeclarative5-private-dev
  * Add Rules-Requires-Root: no.
  * Update install files.
  * Switch the watch file to version 4, no changes required.
  * Add the configuration for the CI on salsa.
  * Drop all the pre-Buster replaces/breaks.

 -- Pino Toscano <pino@debian.org>  Sat, 21 Aug 2021 07:54:35 +0200

peruse (1.2+dfsg+20191117-1) unstable; urgency=medium

  * Team upload.
  * New upstream Git snapshot:
    - works with Qt 5.12 (Closes: #941351)
  * Update the build dependencies according to the upstream build system:
    - bump Qt packages to 5.12.0
    - bump KF packages to 5.56.0
    - add libkf5newstuff-dev
  * Update copyright.
  * Update the patches:
    - remove-rar-support.patch: refresh
  * Update install files
    - add mainscript to deal with the drop of peruse.knsrc as conffile
  * Bump Standards-Version to 4.4.1, no changes required.
  * Small update to the short description.
  * Bump the debhelper compatibility to 12:
    - switch the debhelper build dependency to debhelper-compat 12
    - remove debian/compat

 -- Pino Toscano <pino@debian.org>  Sun, 17 Nov 2019 08:58:36 +0100

peruse (1.2+dfsg+20190713-1) unstable; urgency=medium

  * Team upload.

  [ Simon Quigley ]
  * Change my email to tsimonq2@debian.org now that I am a Debian Developer.
  * Bump Standards-version to 4.3.0, no changes needed.

  [ Pino Toscano ]
  * New upstream Git snapshot.
  * Bump Standards-Version to 4.4.0, no changes required.
  * Update the patches:
    - make-acbf-static.patch: refresh
    - remove-rar-support.patch: refresh

 -- Pino Toscano <pino@debian.org>  Sat, 13 Jul 2019 06:43:19 +0200

peruse (1.2+dfsg+20181001-1) unstable; urgency=medium

  * Team upload.
  * New upstream Git snapshot.

 -- Pino Toscano <pino@debian.org>  Mon, 01 Oct 2018 07:20:00 +0200

peruse (1.2+dfsg+20180923-1) unstable; urgency=medium

  * Team upload.
  * New upstream Git snapshot.
  * Update the patches:
    - make-acbf-static.patch: refresh
    - remove-rar-support.patch: refresh
  * Update Vcs-* fields.
  * Do not append -Wall -pedantic to the CFLAGS, as there are no C sources.
  * Bump Standards-Version to 4.2.1, no changes required.

 -- Pino Toscano <pino@debian.org>  Sun, 23 Sep 2018 10:59:34 +0200

peruse (1.2+dfsg+20180219-1) unstable; urgency=medium

  * Run wrap-and-sort.
  * Add missing QtQuick runtime dependencies (Closes: #900044).
  * New upstream Git snapshot, which ports to Kirigami 2 (Closes: #898958).
  * Remove upstream patch which is in the Git snapshot.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 02 Jun 2018 22:38:37 -0500

peruse (1.2+dfsg-2) unstable; urgency=medium

  * Team upload.

  [ Simon Quigley ]
  * Remove unneeded runtime dependency, qml-module-org-kde-kirigami.
  * Add a missing line to debian/copyright (Closes: #895699). Thanks to
    Chris Lamb for the pointer!
  * Mark peruse-common as Multi-Arch: foreign, as recommended by the
    Multiarch Hinter.
  * Change maintainer to KDE Extras to be more specific.
  * Fix appstream-metadata-in-legacy-location by grabbing a patch from
    upstream.

  [ Pino Toscano ]
  * Move the appdata, and desktop files from peruse-common to peruse: they
    need to stay together with the executable they refer to, otherwise the
    installation with AppStream is broken, and just installing peruse-common
    creates broken menu entries
    - add proper breaks/replaces for this
  * Do not include debian-qt-kde.mk in rules, since the dh sequencer is used
    directly.
  * Remove unused build dependencies: kdoctools-dev, libkf5newstuff-dev, and
    libkf5plasma-dev.
  * Remove the unused ${shlibs:Depends} substvar in peruse-common.
  * Tighten the peruse-common dependency in peruse.
  * Update the short descriptions to not start with a capital letter.

 -- Pino Toscano <pino@debian.org>  Thu, 19 Apr 2018 07:17:36 +0200

peruse (1.2+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #893587).

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 14 Apr 2018 07:18:41 -0500