File: changelog

package info (click to toggle)
sugar-write-activity 101-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,040 kB
  • sloc: python: 1,438; xml: 36; makefile: 16; sh: 6
file content (233 lines) | stat: -rw-r--r-- 8,194 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
sugar-write-activity (101-2) unstable; urgency=medium

  * simplify build;
    build-depend on dh-linktree dh-sequence-python3
    (not cdbs dh-python)
  * drop obsolete workaround
    for build path leaking into installed files;
    tighten build-dependency on python3-sugar3
  * use debhelper compatibility level 12 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * declare compliance with Debian Policy 4.5.1
  * fix shebang

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 03 Feb 2021 01:14:48 +0100

sugar-write-activity (101-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * stop recommend gir1.2-gstreamer-1.0 gstreamer1.0-espeak
  * (build-)depend on python3 modules (not python);
    build-depend on dh-python;
    closes: bug#938596, thanks to Matthias Klose
  * watch:
    + simplify regular expressions;
    + rewrite usage comment;
    + use substitution strings
  * use debhelper compatibility level 10 (not 9)
  * declare compliance with Debian Policy 4.5.0
  * copyright: extend coverage

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 18 Apr 2020 16:23:08 +0200

sugar-write-activity (100-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Simplify rules.
  * Stop build-depend on dh-buildinfo.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Update copyright info:
    + Use https protocol in Format and alternate Source URLs.
    + Strip superfluous copyright signs.
    + Extend coverage of packaging.
    + Extend coverage for upstream authors.
  * Depend on gir1.2-telepathyglib-0.12 (not python-telepathy).
  * Update copyright check script.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 02 Mar 2019 23:14:45 +0100

sugar-write-activity (99-2) unstable; urgency=high

  * Drop unused gir1.2-gconf-2.0 dependency.
    Thanks to Jeremy Bicha.

 -- Santiago Ruano Rincón <santiagorr@riseup.net>  Fri, 27 Apr 2018 11:43:26 +0200

sugar-write-activity (99-1) unstable; urgency=high

  * Team upload.

  * New upstream version 99
    - Port from GConf (Closes: #886043). Thanks to James Cameron.
  * Update VCS URLs to the salsa repository.
  * Declare compliance with Debian Policy 4.1.4.1.

 -- Santiago Ruano Rincón <santiagorr@riseup.net>  Thu, 26 Apr 2018 08:54:38 +0200

sugar-write-activity (98.2-1) unstable; urgency=medium

  [ upstream ]
  New bugfix release(s):
    + Update POT file
    + Fix Python GI API version warnings
    + Fix for fail to start with Abiword 2.9 on Fedora 18

  [ Jonas Smedegaard ]
  * Modernize cdbs:
    + Drop upstream-tarball hints: Use gbp import-orig --uscan.
    + Do copyright-check in maintainer script (not during build).
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.
  * Modernize Vcs-* fields:
    + Use anonscm hostname.
    + Use git (not cgit) in path.
  * Declare compliance with Debian Policy 4.1.0.
  * Remove Luke Faraone as uploader.
    Thanks for your past contributions.
  * Update git-buildpackage config:
    + Filter any .gitignore file.
  * Update copyright info: Extend coverage for myself.
  * Update package relations:
    + (Build-)depend on gir1.2-abi-3.0 (not gir1.2-abiword-3.0).
      Closes: Bug#870838. Thanks to Jeremy Bicha.
  * Fix rename locale ibo→ig: ISO 639-1 favored over ISO 639-2.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Aug 2017 21:51:37 +0200

sugar-write-activity (98-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    Changes since previous git snapshot:
    + Update and add localizations.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 24 May 2017 12:09:37 +0200

sugar-write-activity (97+20160926-1) unstable; urgency=medium

  [ upstream ]
  * Git snapshot.
    Highlights:
    + Fix crash on startup due to missing module initialization.

  [ Jonas Smedegaard ]
  * Update copyright info:
    +Update URLs to reflect new Github home.
    + Extend coverage for Debian packaging.
  * Update watch file:
    + Bump to file format 4.
    + Watch github (not sugarlabs.org).
    + Mention gbp --uscan in usage comment.
  * Use get-orig-source for git snapshots. Document in README.source.
  * Declare compliance with Debian Policy 3.9.8.
  * Fix broken paths in desktop file.
  * Recommend gir1.2-gstreamer-1.0 gstreamer1.0-espeak.
  * Drop patch 1001: Adopted upstream.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 13 Dec 2016 19:13:59 +0100

sugar-write-activity (97-5) unstable; urgency=medium

  * Add patch 1001 to fix segfault.
    Closes: bug#791549. Thanks to Sebastian Silva.
  * Git-ignore quilt .pc dir.
  * Have git-buildpackage filter .gitignore.
  * Fix rename locale aym→ay: ISO 639-1 favored over ISO 639-2.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 05 Jul 2015 22:17:19 -0500

sugar-write-activity (97-4) unstable; urgency=medium

  * Rewrite README.source to emphasize that control.in file is *not* a
    show-stopper for contributions, and refer to wiki page for details.
  * Update package relations:
    + Fix stop depend on python-abiword.
    + Fix stop recommend sugar.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 27 Jun 2015 09:21:15 -0500

sugar-write-activity (97-3) unstable; urgency=medium

  * Bump debhelper compatibility level to 9.
  * Tidy rules file: Suppress versioned debhelper build-dependency.
  * Add lintian override regarding debhelper 9.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 25 Jun 2015 23:32:34 -0500

sugar-write-activity (97-2) experimental; urgency=medium

  * Drop branch from source and binary package.
  * Modernize short and long description.
  * Update copyright info:
    + Use Format as field label (not Format-Specification).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 18 Jun 2015 18:39:11 -0500

sugar-write-activity-0.86 (97-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Rewrite using copyright file format 1.0.
    + Fix Upstream-Name.
    + Extend coverage for myself.
    + Relicense packaging as GPL-3+.
    + Fix reference GPL-2 license (not unversioned GPL).
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Fix source URL, and add alternate git source URL.
    + Extend coverage for main upstream authors.
  * Stop permit copyright hint file to contain binary data: Serves no
    purpose - either suppress binary files or better extract data before
    copyright check.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#786450.
  * Bump dephelper compatibility level to 8.
  * Move packaging to Debian Sugar Team.
  * Declare compliance with Debian Policy 3.9.6.
  * Drop obsolete DM-Upload-Allowed flag.
  * Add myself as uploader.
  * Drop Neeraj Gupta as uploader: Thanks for your contributions.
  * Sort package relations fields, and drop ${shlibs:Depends}
    superfluous for arch-all.
  * Add watch file.
  * Use cdbs upstream-tarball.mk snippet (not custom rules).
  * Make build-dependency suppression future-compatible with cdbs 0.5.
  * Use default python helper (not pycentral).
  * Update package relations:
    + Tighten build-dependency on cdbs.
    + Relax to build-depend unversioned on debhelper and devscripts:
      Needed versions satisfied even in oldstable.
    + Stop buld-depend on python-central.
    + Fix explicitly depend on python.
    + (Build-)depend on python-sugar3 (not python-sugar or
      python-sugar-toolkit-*).
    + Stop bogusly recommend sugar-*.
    + Depend on python-gir and some GIR bindings, instead of some Python
      libraries.
  * Stop limit support to specific (obsolete) branches.
  * Let cdbs python-sugar.mk snippet replace COPYING file with symlink
    if identical to system shared file (instead of blindly removing it).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 18 Jun 2015 17:42:31 -0500

sugar-write-activity-0.86 (70-1) unstable; urgency=low

  [ Neeraj Gupta ]
  * Initial release. (Closes: #588949)

  [ Luke Faraone ]
  * Add self to uploaders
  * Refactor description

 -- Luke Faraone <luke@faraone.cc>  Fri, 30 Jul 2010 11:26:06 -0400