File: changelog

package info (click to toggle)
find-file-in-project 6.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 316 kB
  • sloc: lisp: 1,217; makefile: 21; sh: 15; javascript: 1
file content (240 lines) | stat: -rw-r--r-- 8,923 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
find-file-in-project (6.2.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Xiyue Deng ]
  * New upstream release
  * Update d/watch using substitute strings to be more robust
  * Update Standards-Version to 4.7.0; no change needed
  * Add myself to Uploaders
  * Refresh patches using gbp pq

 -- Xiyue Deng <manphiz@gmail.com>  Wed, 27 Nov 2024 00:59:09 -0800

find-file-in-project (6.2.0-2) 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 20:33:09 +0900

find-file-in-project (6.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Rebase quilt series onto this release.
  * Add 0002-simplify-installation-README.patch, which drops installation
    instructions that are not relevant to the Debian package and that may
    confuse new Emacs users.
  * Add git to bin:elpa-find-file-in-project's depends, because various
    functions will not fail gracefully when calls to the "git" command fail;
    This is for maximal correctness, as it seems that everyone who uses this
    package is already a git user, which is why no one has yet encountered
    the bug cause by this missing dependency.
  * Create debian/elpa-test, and disable the truncation of backtraces for
    failing tests.
  * Explicitly load "tests/ffip-tests.el" in elpa-test.
  * Declare Standards-Version: 4.6.0 (no changes required).

 -- Nicholas D Steeves <sten@debian.org>  Sun, 01 May 2022 15:28:46 -0400

find-file-in-project (6.0.7-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patch queue onto this release.
  * Update long description with new features.
  * Add elpa-ivy to Suggests (was previously a hard-coded requirement), and
    also add elpa-helm to Suggests to be fair to users who prefer Helm.
  * Promote fd-find to Recommends, because GNU Find is surprisingly slow in
    even medium sized projects, and it is clear that the use of fd-find
    results in a superior user experience.
  * Add NEWS file to document how fd-find is no longer autoenabled, with
    instructions on how to reenable it.
  * Update my copyright years.

 -- Nicholas D Steeves <sten@debian.org>  Mon, 16 Aug 2021 18:46:50 -0400

find-file-in-project (6.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Update my email address.

 -- Nicholas D Steeves <sten@debian.org>  Mon, 01 Mar 2021 08:53:34 -0500

find-file-in-project (6.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Rebase quilt patches onto this release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 14 Jan 2021 17:21:04 -0500

find-file-in-project (5.7.13-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 20 Nov 2020 13:29:06 -0500

find-file-in-project (5.7.12-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patch queue onto this release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Tue, 03 Nov 2020 21:49:05 -0500

find-file-in-project (5.7.10-1) unstable; urgency=medium

  * New upstream release.
  * control: Add Rules-Requires-Root: no.
  * Switch to debhelper-compat 13.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 10 May 2020 20:52:14 -0400

find-file-in-project (5.7.9-1) unstable; urgency=medium

  * New upstream release.
    - Adds enhanced facilities for working with diffs.
    - Adds an opt-in find method implemented in pure Emacs Lisp.
    - See the new long description for more information.
  * Drop emacs25 from Enhances, because "emacs" suffices.
  * Update long description.
  * Declare Standards-Version: 4.5.0 (no changes required).

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 23 Jan 2020 09:02:44 -0500

find-file-in-project (5.7.7-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Mon, 05 Aug 2019 16:29:50 -0400

find-file-in-project (5.7.4-1) unstable; urgency=medium

  * New upstream release.
  * Switch to debhelper-compat 12.
  * Drop Debian-specific elpa-test and ert-helper.el because upstream now
    uses ffip-tests.el to run tests rather than a custom test.sh.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Mon, 08 Jul 2019 13:55:58 -0400

find-file-in-project (5.7.3-1) unstable; urgency=medium

  * New upstream release.
    - Adds one commit (2f1c987).  In 5.7.2, it sounds like this package's
      fd-find support was either configured to skip hidden files, or that
      fd-find's behaviour was undefined and nondeterministic.  This commit
      explicitly configures fd-find to include hidden files/dirs in its
      searches.
  * Switch from debhelper 11~ to debhelper-compat 11, and drop debian/compat.
  * Update long description to refer "fd-find" rather than the more vague "fd".
  * Revert section change request from lisp->editors, because
    find-file-in-project is not a major nor minor mode, does not edit
    anything, and can have no work-with:file-type debtags.  Thus, the "lisp"
    catch-all section appears to be most appropriate.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 17 Feb 2019 20:56:05 -0700

find-file-in-project (5.7.2-1) unstable; urgency=medium

  * New upstream release.
  * Add Suggests for "fd" (fd-find) an alternative to GNU find
    written in Rust.
  * Enhance long description to better explain this package's capabilities.
  * Add 2019 to my copyright years range.
  * Declare Standards-Version: 4.3.0. (No changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 08 Feb 2019 00:30:38 -0700

find-file-in-project (5.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Rebase 00-use-local-copy-of-screenshot.patch against 5.7.1.
  * Reflect upstream update to copyright years, and update my own.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 14 Dec 2018 19:17:15 -0700

find-file-in-project (5.7.0-1) unstable; urgency=medium

  * New upstream release.
  * Declare Standards-Version: 4.2.1. (No changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 28 Nov 2018 18:20:13 -0500

find-file-in-project (5.6.8-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 14 Jul 2018 21:06:16 -0400

find-file-in-project (5.6.6-1) unstable; urgency=medium

  * New upstream release.
  * Update Maintainer team name and email address.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 26 May 2018 21:11:16 -0400

find-file-in-project (5.6.4-1) unstable; urgency=medium

  * New upstream release.
  * Declare Standards-Version: 4.1.4. (No additional changes needed)
  * Change section to editors, which is more accurate and discoverable.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 12 Apr 2018 16:47:53 -0400

find-file-in-project (5.6.3-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 04 Apr 2018 15:34:40 -0400

find-file-in-project (5.5.2-1) unstable; urgency=medium

  * New upstream release.
  * Relax debhelper dependency to 11~ to allow backporting.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Mon, 26 Feb 2018 16:05:45 -0500

find-file-in-project (5.4.7-1) unstable; urgency=medium

  * New upstream release.
  * Declare compat level 11.
  * Switch to debhelper 11.
  * Declare Standards-Version: 4.1.3. (No additional changes needed)
  * Switch Vcs from alioth to salsa.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 27 Jan 2018 16:58:55 -0500

find-file-in-project (5.4.6-1) unstable; urgency=medium

  * New upstream release.
  * Declare Standards-Version: 4.1.2. (No additional changes needed)
  * Drop 01-patch-upstream-test.patch. (merged upstream)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 21 Dec 2017 21:41:04 -0500

find-file-in-project (5.4.5-1) unstable; urgency=medium

  * New upstream release.
  * Declare Standards-Version: 4.1.1. (No additional changes needed)
  * Drop redundant emacsen-common dependency.
  * Update 01-patch-upstream-test.patch; it will probably be dropped for
    the next upstream release.
  * Customise dh_elpa_test instead of using tests/test.sh.  Hopefully the
    parts adapted from flycheck will allow Debian CI autopkgtests to pass.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 30 Nov 2017 02:58:09 -0500

find-file-in-project (5.4.3-1) unstable; urgency=medium

  [ Nicholas D Steeves ]
  * Initial release. (Closes: #861242)
  * Add 00-use-local-copy-of-screenshot.patch to use local copy of screenshot
  * Add 01-patch-upstream-test.patch to fix failures of tests in pbuilder,
    sbuild, et al.

  [ Sean Whitton ]
  * make d/copyright reflect how upstream records the copyright history

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 07 Sep 2017 09:24:38 -0400