File: changelog

package info (click to toggle)
evil-el 1.14.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: lisp: 27,199; python: 273; makefile: 93; ruby: 24
file content (160 lines) | stat: -rw-r--r-- 6,153 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
evil-el (1.14.2-4) unstable; urgency=medium

  * Disable building info docs (Closes: #1099228)
    - `make docstrings` failing on Emacs 30.1 due to "Unknown JSON error".
    - Reported upstream: https://github.com/emacs-evil/evil/issues/1966.
    - Disable info handling.
  * Ensure dh_auto_clean runs to clean up after build (Closes: #1044351)
    - Use execute_after_dh_auto_clean to ensure dh_auto_clean runs.
    - This fixes build-twice-in-a-row.
  * Modernize d/watch using substitute strings to be more robust
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit,
    Repository-Browse, Repository.
  * Update standards version to 4.7.2, no changes needed.
  * Update copyright info for "debian/*" based on git history
  * Update Section to editors
  * Adopt package (Closes: #981120)
    - Set Debian Emacsen team as the maintainer.
    - Add myself to Uploaders.
  * Use d/clean to clean up after building
    - Drop execute_after_dh_auto_clean in d/rules; prefer d/clean
  * Drop override_dh_elpa_test now that it works in sbuild with unshare
  * Add d/salsa-ci.yml with the default template

 -- Xiyue Deng <manphiz@gmail.com>  Sat, 15 Mar 2025 19:32:05 -0700

evil-el (1.14.2-3) 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>  Fri, 26 Jul 2024 12:00:21 +0900

evil-el (1.14.2-2) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group <packages@qa.debian.org>. (see: #981120)
  * debian/control: Remove Uploaders field.

 -- Lucian Augusto <lucian.augusto@proton.me>  Mon, 11 Dec 2023 22:17:04 -0300

evil-el (1.14.2-1) unstable; urgency=medium

  * Team upload.

  [ Nicholas D Steeves ]
  * New upstream release (Closes: #1020970).
  * Switch to merging from upstream git tags.
  * Make docstrings before running sphinx to solve new FTBFS
  * Set "EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t" in debian/rules,
    because evil-el advises set-window-buffer and others, which forces JIT
    trampoline compilation, which writes to $HOME/.emacs.d/eln-cache, which is
    a Policy violation; such writes are blocked during the package build, and
    this causes an FTBFS by design.
    "EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t" inhibits the
    Policy-violating stray writes.

  [ Sean Whitton ]
  * Add build-dep on emacs-nox|emacs >= 1:28.2+1-9.

 -- Sean Whitton <spwhitton@spwhitton.name>  Fri, 23 Dec 2022 12:14:18 -0700

evil-el (1.14.0-1) unstable; urgency=medium

  [ David Krauser ]
  * Update to upstream version 1.14.0 (Closes: #953397)
  * Switch to sphinx for documentation generation
  * Drop unused build dependency on dtach
  * Enable autopkgtests

  [ Nicholas D Steeves ]
  * Drop emacs24 from Enhances; it is a dummy transitional package in buster
    that does not exist in bullseye.
  * copyright: Add path to full-text copy of GFDL-1.3 on Debian systems,
    and add missing end quotes wherever they had been omitted.

 -- David Krauser <david@krauser.org>  Mon, 13 Jul 2020 23:25:39 -0400

evil-el (1.12.17-1) unstable; urgency=medium

  [ David Krauser ]
  * Update to upstream version 1.12.17
  * Include new evil-keybindings.el
    - This provides a set of keybindings for other emacs modes
  * Remove patch that disables tests that fail in older versions.
    - These tests were fixed in upstream version 1.2.13, so the patch is no
      longer necessary.
  * Remove patch that forced evil-mode to autoload as an interactive function
    - The patch is no longer necessary. Upstream now specifies evil-mode as
      interactive in the autoload magic comment for the function.
  * Update package Standards-Version to 4.4.1
    - Drop Built-Using
  * Update package Standards-Version to 4.5.0 (no changes required)
  * Switch to debhelper-compat 12
  * Drop dh-elpa version qualifier
    - Version 1.6 of dh-elpa is the oldest version we have in the repositories,
      which is newer than the minimum version required to build this package.
      Should be safe to remove the qualifier.
  * Add Rules-Requires-Root: no
  * Remove unnecessary --parallel argument to dh
    - This argument is now enabled by default
  * Remove outdated upstream changelog
    - This changelog is many years out of date at this point, and adds clutter
      to the package that may cause confusion for users. It seems Dmitry did
      not feel strongly about keeping this changelog when it was originally
      added, so removing from the package.
  * Configure gbp to use gzip compression.
    - Upstream uses gzip for their release tarballs.
  * Configure gbp to use pristine-tar.
  * Update upstream URLs
  * Add David Krauser to uploaders (Closes: #915492)
  * Drop Dmitry Bogatov from uploaders
  * Update maintainer name and email address

  [ Nicholas D Steeves ]
  * Update Vcs links from alioth to salsa.
  * rules: Remove trailing whitespace.

 -- David Krauser <david@krauser.org>  Thu, 13 Feb 2020 22:33:42 -0500

evil-el (1.2.12-5) unstable; urgency=medium

  * Team upload.
  * Regenerate source package with quilt patches

 -- David Bremner <bremner@debian.org>  Sun, 25 Aug 2019 15:10:53 -0300

evil-el (1.2.12-4) unstable; urgency=medium

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <bremner@debian.org>  Sun, 25 Aug 2019 09:46:52 -0300

evil-el (1.2.12-3) unstable; urgency=medium

  * Team upload.
  * Rebuild with dh-elpa 1.13 to fix byte-compilation with unversioned
    emacs

 -- David Bremner <bremner@debian.org>  Sat, 02 Jun 2018 20:49:40 -0300

evil-el (1.2.12-2) unstable; urgency=medium

  [ Sean Whitton ]
  * Fix Vcs-* URIs.

  [ Dmitry Bogatov ]
  * Run tests only if standards streams are terminals (Closes: #829299)
  * Temporary skip tests, which fails with emacs25 (Closes: #847040)

 -- Dmitry Bogatov <KAction@gnu.org>  Sat, 17 Dec 2016 16:42:09 +0300

evil-el (1.2.12-1) unstable; urgency=low

  * Initial release. (Closes: #827897)

 -- Dmitry Bogatov <KAction@gnu.org>  Fri, 01 Jul 2016 14:37:14 +0300