File: changelog

package info (click to toggle)
projectile 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,388 kB
  • sloc: lisp: 7,107; makefile: 11
file content (242 lines) | stat: -rw-r--r-- 9,489 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
projectile (2.8.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 23:31:26 +0900

projectile (2.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * d/control :
    - Bump Standards-Version to 4.6.2 (no changes required).
    - Remove Breaks on packages not anymore in the archive.
    - Remove redundant version on Recommends.
  * Remove d/tests (not needed anymore, default setting work).
  * d/s/lintian-overrides : rename override.

 -- Aymeric Agon-Rambosson <aymeric.agon@yandex.com>  Sat, 21 Oct 2023 12:39:11 +0200

projectile (2.7.0-2) unstable; urgency=medium

  * Export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION (in autopkgtest as
    well) (Closes: #1030475).

 -- Aymeric Agon-Rambosson <aymeric.agon@yandex.com>  Sat, 04 Feb 2023 17:30:35 +0100

projectile (2.7.0-1) unstable; urgency=medium

  * New upstream release.
  * Refreshed patches (deleted 0007-Patch-upstream-source... : applied
    upstream).
  * Bump copyright years.
  * Bump standards version to 4.6.1 (no changes required).
  * d/rules: override dh_elpa_test to repair
    projectile-parse-dirconfig-file test during build (Closes: #1020100).
  * d/tests: add explicit autopkgtest command to repair
    projectile-parse-dirconfig-file test in autopkgtest.
  * d/control: replace dead link in Homepage: field (Closes: #1023243).
    Thanks to Adrian Bunk for reporting.

 -- Aymeric Agon-Rambosson <aymeric.agon@yandex.com>  Mon, 26 Dec 2022 10:16:07 +0100

projectile (2.5.0-1) unstable; urgency=medium

  * Update to new upstream version 2.5.0.
  * Adopt the package from Sean Whitton (Closes: #1003031).
  * Revert to plain patches-unapplied workflow.
  * Get rid of the projectile-doc package, put the documentation in the
    main package directly.
  * Adapt to new documentation build (Closes: #988767).
  * Bump debhelper compat to 13.

  * d/copyright:
    - Bump copyright years.

  * d/control:
    - Bump standards version to 4.5.1 (no changes required).
    - Replace mkdocs with asciidoctor for documentation build.
    - Remove elpa-flx-ido from Recommends.
    - Move exuberant-ctags from Recomments to Suggests.
    - Add ripgrep to Suggests.
    - Rewrite package description.
    - Added optional Rules-Requires-Root field to respect Debian Policy.

  * d/patches:
    - Refresh and extend patch 001 (more extension packages, correct
    links).
    - Refresh patches 002, 003, 006, 007 and 008.
    - Drop patch 005 (mkdocs) since mkdocs is not used anymore.
    - Improve patch 005 (test hack) : test for root directory.
    - Add patch 009 to mention elpa-ggtags instead of upstream.
    - Add Forwarded field (DEP-3 guidelines).

  * d/watch:
    - Bump watch version to 4.

  * d/rules:
    - Change build rules to build documentation.

  * d/source/lintian-overrides:
    - Updated tag to match rename.

 -- Aymeric Agon-Rambosson <aymeric.agon@yandex.com>  Mon, 01 Aug 2022 02:02:30 +0200

projectile (2.1.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS due to mkdocs changes. (Closes: #1009433)

 -- Thomas Koch <thomas@koch.ro>  Thu, 19 May 2022 17:10:12 +0300

projectile (2.1.0-1) unstable; urgency=medium

  [ Sean Whitton ]
  * Suggest elpa-ag.
  * Update to new upstream version 2.1.0 (Closes: #950902).

  [ Nicholas D Steeves ]
  * Add fd-find, a faster alternative to GNU find, to Suggests.
    Projectile 2.1.0 will automatically prefer "fd" to "find" when "fd" is
    found.
  * Patch upstream source to check for "fdfind" rather than "fd" so that
    its autodetection will function correctly on Debian systems.
  * Patch CHANGELOG.md and doc/configuration.md to direct users to our
    fd-find package rather than the upstream homepage; this is for
    consistency with the "refer to Debian packages rather than upstream
    homepages" commit aka: 0002-error-refer-Debian-package.patch.
  * Drop emacs25 from enhances, because it was a dummy transitional
    package in buster and does not exist in bullseye.

 -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 29 Feb 2020 08:12:11 -0700

projectile (2.0.0-2) unstable; urgency=medium

  [ Ben Finney ]
  * Set “Homepage” to the current URL for the project.
    Closes: bug#919547.

  [ Sean Whitton ]
  * Drop 'emacs' from Depends.
    It was listed in both Depends and Recommends.
  * Add Breaks against emacs24{,-lucid,nox} (<< 1:25.1) (Closes: #920731).
    Thanks Andreas Beckmann for the report.

 -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 09 Feb 2019 17:54:37 -0700

projectile (2.0.0-1) unstable; urgency=medium

  * Update to new upstream version 2.0.0.
    - Drop elpa-dash, elpa-noflet build-deps
    - Add elpa-buttercup build-dep
    - Drop d/elpa-test
      No longer needed thanks to upstream test suite changes.
  * Patch projectile--directory-p test for the Debian package build.
    Stop it from assuming that the user's home directory exists.
  * Patch the test init code & macros in projectile-test.el.
    - Stop it from trying to load projectile.el
      dh_elpa_test handles doing this.
    - Don't choose a sandbox location using `locate-library'.
      Creating the sandbox in /usr/share will fail, breaking the autopkgtest.
    - Load subr-x before running any tests.
      In this release, loading subr-x is wrapped in an eval-when-compile.
      Buttercup's macros don't seem to be able to cope with this.

 -- Sean Whitton <spwhitton@spwhitton.name>  Fri, 11 Jan 2019 20:18:32 -0700

projectile (1.0.0-2) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Stop overriding mkdocs theme, search works fine now.
  * Use dh_mkdocs instead of dh_linktree.
  * Prevent search_index.json from being compressed.

 -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 19 Dec 2018 12:21:15 +0000

projectile (1.0.0-1) unstable; urgency=medium

  * Update to new upstream version 1.0.0.
    - Refresh patches
    - Update debian/elpa-test.
  * Drop Debian changes to .gitignore.
    Mostly outdated and not especially useful, and prone to merge
    conflicts with new upstream releases.
  * Update debian/projectile-doc.linktrees for changes in mkdocs.
  * Patch test-helper.el so tests will run under autopkgtest too.
  * Install CHANGELOG.md as NEWS.gz.
    - New build-dep on dh-exec
    - Add override_dh_installchangelogs stanza.
      Avoids installing the changelog twice, as both NEWS.gz and changelog.gz.
  * Update Maintainer field for team rename.
  * Point Vcs-* at salsa.
  * Drop Built-Using.
    Used incorrectly in this package; see Debian Policy.
  * Enhance emacs25, not emacs24.
  * Drop --parallel from d/rules.

 -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 11 Aug 2018 09:42:15 +0100

projectile (0.14.0-2) unstable; urgency=medium

  * Update dependency dash-el => elpa-dash (Closes: #865915).
    Thanks to Mykola Nikishov for reporting the problem.
    - Bump dh-elpa build dependency to (>= 1.7).
      Ensures that elpa-dash is included in ${elpa:Depends}.
  * Add build-dependency on mkdocs-bootstrap (Closes: #884772).
    Thanks Antonio Terceiro for reporting the bug and indicating the fix.
  * Correct debhelper build-dep bound to match compat.
  * Switch from d/rules DH_ELPA_TEST_ERT_HELPER to entry in d/elpa-test
    config file (see dh_elpa_test(1)).
  * Drop d/source/local-options for dgit.
  * Declare compliance with Debian Policy 4.1.2.
  * Drop unused Lintian overrides:
    - package-needs-versioned-debhelper-build-depends
    - package-uses-experimental-debhelper-compat-version
    - privacy-breach-generic *html5shiv.js*
    - privacy-breach-generic *respond.min.js*

 -- Sean Whitton <spwhitton@spwhitton.name>  Fri, 22 Dec 2017 11:40:19 +0000

projectile (0.14.0-1) unstable; urgency=medium

  * New upstream release.
    - elpa-persp-projectile & elpa-helm-projectile binary packages dropped.
      They now have their own source packages.
  * New projectile-doc binary package installing HTML manual.
    - elpa-projectile Suggests: projectile-doc
    - Add dh sequencer argument: --with linktree
    - New build dependency on dh-linktree
    - Add doc-base registration
    - Add d/clean
    - Add projectile-doc.lintian-overrides
  * Run test suite with dh_elpa_test.
    - Bump debhelper compat to 10.
    - Add source Lintian overrides:
      - package-needs-versioned-debhelper-build-depends
      - package-uses-experimental-debhelper-compat-version
  * Quilt patches:
    - Append to 0001-patch-README.patch to remove screenshot.
      Screenshots now installed by projectile-doc.
    - Drop 0003-fix-cleanup-known-projects-test.patch
      Merged upstream.
    - Rename 0004-debianise-exuberant-ctags-dep.patch
          to 0003-debianise-exuberant-ctags-dep.patch
    - Add 0004-drop-external-gratipay-image.patch
    - Add 0005-configure-mkdocs-for-Debian.patch
    - Refresh patches
  * d/copyright updates:
    - bump copyright years and add upstream author's e-mail address
    - remove paragraph for persp-projectile.el
  * Run wrap-and-sort -abst
  * Bump standards version to 3.9.8 (no changes required).

 -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 24 Jul 2016 19:39:18 -0700

projectile (0.13.0-1) unstable; urgency=medium

  * Initial release. (Closes: #807839)

 -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 21 Feb 2016 13:01:59 -0700