File: changelog

package info (click to toggle)
silversearcher-ag-el 0.48-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 472 kB
  • sloc: lisp: 540; makefile: 158; python: 30; sh: 7
file content (134 lines) | stat: -rw-r--r-- 4,435 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
silversearcher-ag-el (0.48-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop build-dep on elpa-dash-functional & require elpa-dash >= 2.18.0
    (Closes: #996795).
  * Set autopkgtest_keep in debian/elpa-test.
    Otherwise, the ert_eval generates an error and the autopkgtest fails.

 -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 18 Oct 2021 13:43:54 -0700

silversearcher-ag-el (0.48-1) unstable; urgency=medium

  * new upstream release (Closes: #960560)
  * debian/control
    - Set Standards-Version: 4.5.0
    - Drop debhelper and use debhelper-compat (= 13)
    - Add Build-Depends: elpa-s, elpa-dash, elpa-f and elpa-undercover
    - Change Priority from extra to optional
  * debian/rules
    - Override dh_auto_build and dh_auto_install to ignoring upstream Makefile
  * debian/copyright
    - Add Upstream-Contact
  * Add debian/elpa-test
    - Load the test helper script
  * remove debian/compat

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Thu, 14 May 2020 15:34:22 +0900

silversearcher-ag-el (0.47-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against recent dh_elpa (Closes: #900692).

 -- David Bremner <bremner@debian.org>  Mon, 23 Jul 2018 17:59:59 +0800

silversearcher-ag-el (0.47-2) unstable; urgency=medium

  * Convert package build to use dh_elpa. (Closes: #868145)
    - Binary package renamed silversearcher-ag-el to elpa-ag with
      transitional binary package provided.
  * Rewrite debian/rules
  * Drop debian/emacsen-* and debian/install
  * Add debian/elpa-ag.elpa
  * Add debian/s-el.maintscript
    - Add script to remove 50silversearcher-ag-el.el site start script.
  * Bump debhelper compat & build-dep to 10.
  * debian/control
    - Set Standards-Version: 4.0.0.
    - Change Section: from lisp to editors.
    - Drop Depends: emacs. (Closes: #861324)
    - Change Depends: from s-el to elpa-s. (Closes: #865907)
    - Change Depends: from dash-el to elpa-dash. (Closes: #865917)
    - Add Depends: elpa-dash-functional.
    - Add Breaks and Replaces: silversearcher-ag-el (<< 0.47-2)
    - Add Provides: silversearcher-ag-el
  * debian/copyright
    - Add additional copyright years.

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Fri, 14 Jul 2017 00:29:23 +0900

silversearcher-ag-el (0.47-1) unstable; urgency=medium

  * new upstream release
  * debian/control
    - set Standards-Version: 3.9.8.

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Sun, 29 May 2016 12:53:56 +0900

silversearcher-ag-el (0.46-2) unstable; urgency=medium

  * fix byte-compiling issues (Closes: #804830)
    - Drop unsupported flavors from emacsen-{install,remove}.
  * debian/compat
    - set debhelper compatibility level to 9.
  * debian/control
    - change Build-Depends: debhelper (>= 9.0.0)

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Thu, 19 Nov 2015 17:11:24 +0900

silversearcher-ag-el (0.46-1) unstable; urgency=medium

  * new upstream release

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Sat, 19 Sep 2015 23:57:29 +0900

silversearcher-ag-el (0.45-1) unstable; urgency=medium

  * new upstream release
  * debian/control
    - add Depends: s-el and dash-el.
    - change Depends: from emacs 23 | emacs 24 to emacs.

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Tue, 20 Jan 2015 19:16:53 +0900

silversearcher-ag-el (0.44-1) unstable; urgency=medium

  * new upstream release
  * debian/control
    - set Standards-Version: 3.9.6.
  * add debian/watch

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Sun, 26 Oct 2014 13:22:47 +0900

silversearcher-ag-el (0.43-2) unstable; urgency=medium

  * fix byte-compiling issues (Closes: #751829)
    - Drop xemacs21 from debian/emacsen-{install,remove}.

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Tue, 17 Jun 2014 12:37:26 +0900

silversearcher-ag-el (0.43-1) unstable; urgency=low

  * new upstream release
  * debian/control
    - set Standards-Version: 3.9.5.
    - set Depends: emacsen-common (>= 2.0.8).
  * add debian/emacsen-compat
    for comply to newer Emacs policy.
  * debian/copyright
    - update copyright year to 2013-2014.

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Sun, 15 Jun 2014 14:37:25 +0900

silversearcher-ag-el (0.33-1) unstable; urgency=low

  * new upstream release

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Fri, 08 Nov 2013 15:36:26 +0900

silversearcher-ag-el (0.22-1) unstable; urgency=low

  * Initial release (Closes: #709851)

 -- Hajime Mizuno <mizuno-as@ubuntu.com>  Sun, 26 May 2013 10:59:14 +0900