File: changelog

package info (click to toggle)
debian-el 37.19.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: lisp: 4,805; makefile: 4
file content (303 lines) | stat: -rw-r--r-- 11,532 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
debian-el (37.19.1) unstable; urgency=medium

  * Ensure comment font lock takes precedence (Closes: #1102650)

 -- Xiyue Deng <manphiz@gmail.com>  Fri, 11 Apr 2025 13:45:02 -0700

debian-el (37.19) unstable; urgency=medium

  * Upload to unstable

 -- Xiyue Deng <manphiz@gmail.com>  Tue, 08 Apr 2025 11:00:23 -0700

debian-el (37.19~exp5) experimental; urgency=medium

  * Add preliminary texinfo documentation for apt-deb822-sources

 -- Xiyue Deng <manphiz@gmail.com>  Mon, 07 Apr 2025 14:27:02 -0700

debian-el (37.19~exp4) experimental; urgency=medium

  * Add apt-deb822-sources info to package description
  * Enable autopkgtest-pkg-elpa in d/control
  * Add entry for apt-deb822-sources.el in d/copyright

 -- Xiyue Deng <manphiz@gmail.com>  Mon, 07 Apr 2025 01:48:31 -0700

debian-el (37.19~exp3) experimental; urgency=medium

  * Add support for more deb822-style fields
  * Add support for Ubuntu suites and components

 -- Xiyue Deng <manphiz@gmail.com>  Fri, 04 Apr 2025 18:09:57 -0700

debian-el (37.19~exp2) experimental; urgency=medium

  * Add preliminary support for deb822-style APT source files

 -- Xiyue Deng <manphiz@gmail.com>  Thu, 03 Apr 2025 17:44:32 -0700

debian-el (37.19~exp1) experimental; urgency=medium

  * Bump version after release
  * Add `lexical-binding:nil' directives
    - Emacs 30.1 will warn if a file does not have a lexical-binding
      directive.
    - As we don't have good test coverage, it's safer to use the default
      dynamic binding for now.
  * Use run-mode-hooks instead of run-hooks
    - run-hooks may cause font lock issues since Emacs 30.1.
  * Drop old FSF address from d/copyright
  * Update Standards-Version to 4.7.2; no change needed

 -- Xiyue Deng <manphiz@gmail.com>  Thu, 03 Apr 2025 11:26:32 -0700

debian-el (37.18) unstable; urgency=medium

  * Drop info handling from d/elpa
    - They are now handled by d/info
  * Drop obsolete d/elpa-debian-el.lintian-overrides
  * Change section from lisp to editors in d/control
  * Fix typo that breaks the :tag keyword in apt-utils.el
  * Add faceup ERT tests to test font lock in modes
    - Current covering apt-sources-mode.
  * Simple fix of URI regexp for URI with space
  * Drop transitional package debian-el
    - This has existed in the past 3 releases at least.
    - Rename {,elpa-}debian-el.maintscript to keep its function.

 -- Xiyue Deng <manphiz@gmail.com>  Wed, 08 Jan 2025 13:15:16 -0800

debian-el (37.17) unstable; urgency=medium

  * Rework info page handling
    - Remove install-info from Build-Depends and stop invoking it in
      d/rules as per policy 12.2.
    - Use d/info to include generated info pages to let dh_installinfo
      handle them.
  * Add info documentation for debian-bug-request-for-sponsor
  * Add a prompt for including configuration files (Closes: #808384)
    - Prompt user to choose whether to include configuration file contents
      to the bug report.
    - Also add a help window to inform user to check and remove any
      sensitive information included in the mail template.
  * Always create a new buffer for bug script
    - Previous runs of bug script may left an non-empty buffer buried
      which is read-only and cannot be reused.
    - Kill any existing bug-script-buffer and create a new one on
      subsequent runs.

 -- Xiyue Deng <manphiz@gmail.com>  Fri, 25 Oct 2024 23:37:59 -0700

debian-el (37.16) unstable; urgency=medium

  * Add missing version parameter for debian-bug-script-sentinel
    (Closes: #1075767)
  * Add option to enable signature for debian-bug-request-for-sponsor
    - Sometimes people may have their mail clients set up to have a
      signature, so automatically adding a signature results in multiple
      signatures and may not be desirable.
    - Add an option `debian-bug-request-for-sponsor-add-signature' to
      conditionally enable adding a signature and off by default.

 -- Xiyue Deng <manphiz@gmail.com>  Thu, 29 Aug 2024 01:15:28 -0700

debian-el (37.15) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 25 Jul 2024 17:55:02 +0900

debian-el (37.14) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.3.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 24 Jul 2024 21:43:05 +0900

debian-el (37.13) unstable; urgency=medium

  * Add Homepage in d/control
  * Add Source in d/copyright
  * Implement debian-bug-request-for-sponsor (Closes: #1072787)
  * Add prompt for version when reporting bugs (Closes: #529611)

 -- Xiyue Deng <manphiz@gmail.com>  Fri, 14 Jun 2024 00:43:37 -0700

debian-el (37.12) unstable; urgency=medium

  * Bring back debian-autoloads.el (Closes: #1067902)
  * Fix comp warnings in debian-bug.el (Closes: #1067922)
  * Update distribution code names to recent releases
  * Append non-free-firmware to non-free when handling components
  * Move package info above copyright notice following existing practices
  * Bump package version to prepare for release
  * Make ITP/RFP template more aligned with reportbug
    - Move `Severity' above `Owner' in headers
    - Add `Programming lang' after `License' in email template
  * Update Standards-Version to 4.7.0; no change needed
  * Fix duplicates and broken entries in X-Debbugs-Cc (Closes: #1069908)
    - Stop passing "--list-cc=none" to reportbug
    - Unset $HOME to prevent reportbug from loading ~/.reportbugrc
  * Add zstd to depends of elpa-debian-el in debian/control
  * Add deb-view support for zstd compressed deb files (Closes: #1032662)

 -- Xiyue Deng <manphiz@gmail.com>  Sun, 19 May 2024 02:44:17 -0700

debian-el (37.11) unstable; urgency=medium

  [ Salman Mohammadi ]
  * apt-utils.el: fix broken example, replace emacs21 with emacs

  [ Nicholas D Steeves ]
  * Drop emacs25 from Enhances (package does not exist in bullseye).

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + elpa-debian-el: Drop versioned constraint on dpkg and reportbug in
      Depends.
    + elpa-debian-el: Drop versioned constraint on emacs in Recommends.

  [ Hermógenes Oliveira ]
  * Make apt-utils-search honour apt-utils-use-current-window.

  [ Łukasz Stelmach ]
  * debian-bug.el: Highlight Control: pseudo-header

  [ Fabrice Bauzac ]
  * Fix Emacs 28.2 warnings about beginning/end-of-buffer.
    + {beginning,end}-of-buffer functions are for interactive use only.
  * Fix warning about save-excursion+set-buffer.
  * Fix warning about next-line.
  * Fix warning about mapcar's unused return value.
  * Fix byte-compilation warning about dired-load-hook.

  [ Xiyue Deng ]
  * Documentation fixes.
    + Fix typos.
    + Revise some wording.
    + Stop using obsoleted versioned emacs21 in examples.
  * Handle process error more gracefully (Closes: #1050685).
  * Run term-exec without hooks to be more robust.
  * Resolve comp warnings (Closes: #1024695, #1034734, #1037179, #1051478).
    + Drop usage of obsolete easy-menu-{add,remove} functions.
    + Fix warning on docstring has wrong usage of unescaped single quotes.
    + Fix warnings on undefined variables and functions.
    + Fix byte-compilation warning about dired-load-hook.
    + Use eval-and-compile to avoid unused variable warnings.
    + Use toplevel require for general dependencies.
    + Use eval-and-compile for non-toplevel requires.
    + Use make-local-variable as necessary.
    + Replace usage of some now-obsolete symbols.
  * Fix some trailing whitespace & untabify.
  * Change default deb-find-directory to "/var/cache/apt/archives".
  * Fix install status detection of "Multi-Arch:same" packages
    (Closes: #664083).
  * Update Standards-Version to 4.6.2.  No change needed.
  * Use https URI in d/copyright.
  * Add lintian override for info page outside of /usr/share/doc.
  * Migrate to debhelper-compat version 13.
  * Add "Rules-Requires-Root: no" in d/control.
  * Update year in d/copyright.
  * Add team as Upstream-Contact in d/copyright.
  * Use dh_elpa to handle *-{autoloads,pkg}.el generation.
    + Add package info comments to debian-el.el.
    + Drop debian-autoloads.el and debian-el-pkg.el in favor of dh_elpa
      generated ones.
  * Add a dummy test to force byte-compiling addons to help detect issues.
  * Add myself to Uploaders.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 28 Mar 2024 10:13:38 +0800

debian-el (37.10) unstable; urgency=medium

  [ Lev Lamberov ]
  * debian-bug.el: Add missing release tags

  [ David Bremner ]
  * Drop obsolete link in apt-utils.el (Closes: #971802).
  * Re-encode apt-sources.el in utf8

 -- David Bremner <bremner@debian.org>  Sun, 11 Oct 2020 12:44:21 -0300

debian-el (37.9) unstable; urgency=medium

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <bremner@debian.org>  Sat, 24 Aug 2019 16:03:02 -0300

debian-el (37.8) unstable; urgency=medium

  * Do not use shell in call-process (Closes: #905308).
  * Use view mode for files from INFO buffer (Closes: #623684).

 -- David Bremner <bremner@debian.org>  Sat, 20 Oct 2018 12:13:04 -0300

debian-el (37.7) unstable; urgency=medium

  * Formatting fixes from Jonas Bernoulli
  * Drop conditional require of view.el, also from Jonas.
  * Bug fix: "preseed.el buffer local comment-start", thanks to Kevin Ryde
    (Closes: #710334).

 -- David Bremner <bremner@debian.org>  Fri, 19 Oct 2018 08:25:02 -0300

debian-el (37.6) unstable; urgency=medium

  * Require debian-el.el at startup (Closes: #905364)

 -- David Bremner <bremner@debian.org>  Sat, 04 Aug 2018 15:30:42 -0400

debian-el (37.5) unstable; urgency=medium

  * Upload to unstable

 -- David Bremner <bremner@debian.org>  Sun, 29 Jul 2018 06:06:26 +0800

debian-el (37.4) experimental; urgency=medium

  * Add missing depends on xz-utils; this was previously a Pre-Depends
    when this package was built from emacs-goodies-el but it doesn't need
    to be anymore.
  * Update documentation for deb-view to note dependence on dpkg-deb

 -- David Bremner <bremner@debian.org>  Sun, 01 Jul 2018 06:37:19 -0300

debian-el (37.3) experimental; urgency=medium

  * Don't byte compile gnus-BTS.el (Closes: #902785).
  * Drop require of obsolete debian-el-loaddefs.el from gnus-BTS.el
  * Re-apply patches for gnus-BTS.el from emacs-goodies-el
  * Use dpkg-deb's --ctrl-tarfile option to extract the control archive
    (Closes: #878868).  Depend on dpkg (>= 1.17.14) for that feature.
  * Copy most of the dependencies back from emacs-goodies-el. Omit "file"
    for now; let me know if this breaks something.

 -- David Bremner <bremner@debian.org>  Sat, 30 Jun 2018 22:50:06 -0300

debian-el (37.2) experimental; urgency=medium

  * Update debian/copyright for split package.

 -- David Bremner <bremner@debian.org>  Fri, 29 Jun 2018 13:25:21 -0300

debian-el (37.1) experimental; urgency=medium

  * Set maintainer to debian-emacsen@lists.debian.org
  * Add Vcs-* headers.

 -- David Bremner <bremner@debian.org>  Sun, 24 Jun 2018 09:49:14 -0300

debian-el (37.0) experimental; urgency=medium

  * Adopting emacs-goodies-el to the emacsen-team, see
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901157#20
  * Split from emacs-goodies-el source (36.4), and dh-elpafied.

 -- David Bremner <bremner@debian.org>  Sun, 24 Jun 2018 08:11:25 -0300