File: changelog

package info (click to toggle)
autojump 22.5.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 436 kB
  • sloc: python: 2,502; sh: 123; makefile: 37; csh: 7
file content (260 lines) | stat: -rw-r--r-- 10,097 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
autojump (22.5.1-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Sat, 02 Jan 2021 01:07:06 +0100

autojump (22.5.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - update Standards-Version to 4.1.4.
    - switch to debhelper level 11.
  * debian/copyright: switch format URL to HTTPS.
  * debian/upstream/metadata: add an upstream metadata file.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 09 Jun 2018 18:03:29 +0200

autojump (22.5.0-2) unstable; urgency=medium

  * debian/autojump.install: install the Zsh completion file to
    /usr/share/zsh/vendor-completions. (Closes: #843580)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Thu, 24 Nov 2016 11:26:43 +0100

autojump (22.5.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/watch: switch to version 4 and use substitutions to make it more
    generic.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 09 Oct 2016 17:55:48 +0200

autojump (22.3.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
     - switch Vcs-* URLs to HTTPS.
     - update Standards-Version to 3.9.8 (no change needed).

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 23 Jul 2016 19:08:37 +0200

autojump (22.3.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
     - update Standards-Version (no change needed).
     - build-depend on debhelper >= 9.
  * debian/compat: change to recommended compatibility level 9.
  * debian/rules: correct the position of dh's --with option, after the
    commands.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Thu, 31 Mar 2016 13:44:17 +0200

autojump (22.2.4-1) unstable; urgency=medium

  * New upstream release.
  * Upstream developer changed, and so did the project website.
  * debian/control:
     - update Homepage to new website.
     - update Build-Depends:
        + no longer need to build jumpapplet's manpage from DocBook.
        + use dh_python.
     - update Enhances:
        + only Bash >= 4.0 is supported).
        + add Fish which is now supported.
        + remove old package zsh-beta which no longer exists.
          (Closes: #785361)
     - update Standards-Version to 3.9.6 (no change needed).
  * debian/watch: update to new website.
  * debian/copyright: update dates.
  * debian/patches: refresh (adaptations were needed, but no semantic change).
  * debian/rules:
     - disable automatic test, which always tries to download dependencies
       even if they are already present, which fails without a connection to
       the Internet.
     - disable dh_pysupport, which would install maintainer script to
       byte-compile modules for Python 2.7, which is useless since autojump is
       run with Python 3.
     - use dh_python3.
     - add comments to explain that automatic build and install are disabled
       and files are manually installed with dh_install instead.
  * debian/autojump.install:
     - install Python libraries to /usr/share/autojump.
     - install autojump to /usr/share/autojump.
  * debian/autojump.links:
     - make /usr/bin/autojump a symlink to /usr/share/autojump/autojump
       (this solves the library import path problem).

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Fri, 24 Jul 2015 11:04:29 +0200

autojump (21.7.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/autojump.install: install the Fish shell plugin.
  * debian/control:
     - Enhances fish.
     - update Standards-Version to 3.9.5 (no change needed).
  * debian/patches/remove-makefile-test.patch: remove, applied upstream.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 08 Jun 2014 15:35:26 +0200

autojump (21.6.9-1) unstable; urgency=low

  * New upstream release.
  * debian/patches:
     - fix-arbitrary-code-flaw.patch: removed, part of that upstream release.
     - fix-dict-bug.patch: removed, part of that upstream release.
     - fix-manpage.patch: removed, no longer needed.
     - runtests-shebang.patch, fix-tests.patch: removed as the tests no longer
       exist.
     - remove-makefile-test.patch: remove references to the removed tests in
       the makefile so it can be built.
     - man-source.patch, move-to-usrshare.patch: refresh.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Thu, 15 Aug 2013 15:56:12 +0200

autojump (21.5.1-2) experimental; urgency=low

  * debian/patches: new patches
     + fix-arbitrary-code-flaw.patch: pick a fix for an arbitrary code
       execution flaw. (Closes: #706252) (CVE-2013-2012)
     + fix-dict-bug.patch: fix a bug that rendered the --purge option
       unusable. (Closes: #705516)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 28 Apr 2013 20:21:34 +0200

autojump (21.5.1-1) experimental; urgency=low

  * New upstream release. (Closes: #704660)
  * debian/control:
     + remove the jumpapplet package, dropped by upstream.
     + remove the DM-Upload-Allowed field, deprecated and no longer useful for
       this package anyway.
     + update Standards-Version (required removing the DM-Upload-Allowed from
       debian/control).
  * debian/rules:
     + avoid running upstream's Makefile.
     + stop building jumpapplet's man page which no longer exists.
  * debian/copyright:
     + update with new upstream author.
     + removes the entry related to jumpapplet, which no longer exists.
  * debian/patches:
     + jumpapplet-*.patch: removed, no longer relevant with jumpapplet
       removed.
     + *.patch: refresh.
     + runtests-shebang.patch: correct runtests.py's shebang.
     + fix-tests.patch: fix the test suite that was not fully
       adapted for the new logarithmic growth model.
     + move-to-usrshare.patch: update header (add Forwarded: not-needed).
     + man-source.patch: update header (add Forwarded: not-needed).
  * debian/autojump.install: update for new upstream paths (bin/ and docs/).
  * debian/watch: use GitHub automatic tarballs from Git tags.
  * debian/jumpapplet.*: removed, as jumpapplet no longer exists.
  * debian/autojump.links: removed, no longer needed with jumpapplet removed.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Mon, 08 Apr 2013 23:57:51 +0200

autojump (20-2) unstable; urgency=low

  * debian/control: make autojump depend on Python 3.2+, where the module
    argparse was introduced. (Closes: #673008)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 26 May 2012 09:38:48 +0200

autojump (20-1) unstable; urgency=low

  * New upstream release.
  * debian/autojump.links: link autojump to /usr/share/autojump where it is
    used as a module imported by jumpapplet.
  * debian/patches:
     + jumpapplet-include-functions.patch: removed, remplaced by a simpler
       solution than copying functions from autojump to jumpapplet.
     + jumpapplet-import-path.patch: import autojump from jumpapplet using a
       full path.
     + man-source.patch: updated, the manpage now being written in Markdown
       and compiled with Pandoc.
     + fix-manpage.patch: fix the buggy manpage produced by Pandoc.
     + move-to-usrshare.patch: refreshed.
     + use-python3.patch: refreshed.
  * debian/copyright:
     + updated copyright date (to 2012).
     + updated to released format.
  * debian/autojump.docs: README.rst replaced by README.md.
  * debian/control:
     + update Standards-Version (no change required).
     + correct a typo and indicate that the user has to source autojump to be
       able to use it. (Closes: #649580)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 14 Apr 2012 13:59:47 +0200

autojump (18-1) unstable; urgency=low

  * New upstream release.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 10 Dec 2011 23:41:06 +0100

autojump (17-1) unstable; urgency=low

  * New upstream version.
  * debian/patches:
     + data_dir.patch: applied by upstream, not needed anymore.
     + force-pickle-v2.patch: this was a backport from upstream, not needed
       anymore.
     + jumpapplet-include-functions.patch: copy functions from autojump to
       jumpapplet instead of importing them as a temporary workaround (cf.
       patch header).
  * debian/copyright: replace the two previous copyright files by this single
    one to simplify and respect the policy.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 02 Oct 2011 22:48:44 +0200

autojump (15-4) unstable; urgency=low

  * debian/patches/force-pickle-v2.patch: document that upstream corrected
    this in parallel, so this patch will not be necessary by the next release.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 24 Jul 2011 20:53:00 +0200

autojump (15-3) unstable; urgency=low

  * debian/patches:
     + data_dir.patch: fix jumpapplet to use the new XDG compliant
       directories. (Closes: #633889)
     + use-python3.patch: use Python 3 for autojump. (Closes: #632224)
     + force-pickle-v2.patch: force using a serializing (pickle) protocole
       compatible with both Python 2 and Python 3.
  * debian/control: let autojump depend on python3.
  * debian/autojump.lintian-overrides: removed, as this seems to be corrected
    in Lintian.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 23 Jul 2011 13:42:06 +0200

autojump (15-2) unstable; urgency=low

  * Install manpages with dh_installman.
  * debian/control: updated Standards-Version (no change required).

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 28 May 2011 11:01:35 +0200

autojump (15-1) unstable; urgency=low

  * New upstream version.
  * debian/rules: upstream chmod -x'ed autojump.{bash,zsh}, no need to do it
    here anymore.
  * debian/patches/jumpapplet-shebang.patch: correct jumpapplet's shebang.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 10 Apr 2011 20:20:07 +0200

autojump (14-1) unstable; urgency=low

  * New upstream version.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Fri, 14 Jan 2011 22:40:00 +0100

autojump (11-1) unstable; urgency=low

  * Initial release (Closes: #580891)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Tue, 10 Aug 2010 10:22:17 +0200