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
|
dh-elpa (0.0.15) UNRELEASED; urgency=medium
* Also ignore emacs20
-- David Bremner <bremner@debian.org> Fri, 23 Oct 2015 07:47:13 -0300
dh-elpa (0.0.14) unstable; urgency=medium
* Also ignore emacs21 and emacs22 in emacsen-common helper scripts
-- David Bremner <bremner@debian.org> Thu, 22 Oct 2015 23:05:11 -0300
dh-elpa (0.0.13) unstable; urgency=medium
* remove /usr/share/${FLAVOUR}/site-lisp/elpa on last package removal.
-- David Bremner <bremner@debian.org> Tue, 06 Oct 2015 21:21:39 -0300
dh-elpa (0.0.12) unstable; urgency=medium
* Replace use of private function `autoscript_sed' from Dh_Lib
-- David Bremner <bremner@debian.org> Fri, 25 Sep 2015 08:19:59 -0300
dh-elpa (0.0.11) unstable; urgency=medium
* Fix elpa version in generated maintainer scripts (Closes: #799032)
(again).
-- David Bremner <bremner@debian.org> Tue, 22 Sep 2015 09:14:25 -0300
dh-elpa (0.0.10) unstable; urgency=medium
* Take elpa version from lisp source (Closes: #799032).
Thanks to Thomas Koch for the report.
-- David Bremner <bremner@debian.org> Sat, 19 Sep 2015 10:49:28 -0300
dh-elpa (0.0.9) unstable; urgency=medium
* Bug fix: "dh-elpa should provide substvar for depends field", thanks
to Thomas Koch (Closes: #799208). Currently we add only an unversioned
depends on emacsen-common.
* Bug fix: "an elpa package cannot require a non elpa debian package",
thanks to Remi Vanicat (Closes: #798576). As Remi suggests, use -q
instead of -Q to byte-compile files.
-- David Bremner <bremner@debian.org> Thu, 17 Sep 2015 07:45:15 -0300
dh-elpa (0.0.8) unstable; urgency=medium
* Skip binary packages with no files in their package.elpa file and or
on the command line.
-- David Bremner <bremner@debian.org> Sat, 12 Sep 2015 20:54:05 -0300
dh-elpa (0.0.7) unstable; urgency=medium
* On package uninstall remove the non-emacs-lisp symlinks as well
* Add Vcs-{Git,Browser} headers
-- David Bremner <bremner@debian.org> Tue, 08 Sep 2015 13:54:34 -0300
dh-elpa (0.0.6) unstable; urgency=medium
* Bug fix: "maintainer address bounces", thanks to Ansgar Burchardt
(Closes: #797940).
-- David Bremner <bremner@debian.org> Thu, 03 Sep 2015 18:35:06 -0300
dh-elpa (0.0.5) unstable; urgency=medium
* Use debian/.debhelper/elpa for temp files. This allows easier
debugging.
* Add a check for ${elpa_name}-pkg.el in multi-file packages
* Link all top level files/directories into flavour directory, not
just *.el
-- David Bremner <bremner@debian.org> Tue, 01 Sep 2015 19:09:51 -0300
dh-elpa (0.0.4) unstable; urgency=medium
* Fix postinst bug: s/mkdir/mkdir -p/
-- David Bremner <bremner@debian.org> Thu, 20 Aug 2015 11:24:54 +0200
dh-elpa (0.0.3) unstable; urgency=medium
* Switch to team maintenance
* Upload to unstable
-- David Bremner <bremner@debian.org> Thu, 20 Aug 2015 09:47:48 +0200
dh-elpa (0.0.2) experimental; urgency=medium
* Clean up temporary directory
* By default install emacsen-common helper scripts to do byte
compilation and removal. It's the responsibility of packages
build-depending on dh-elpa to depend on emacsen-common unless they use
the no-byte-compile flag.
-- David Bremner <bremner@debian.org> Fri, 17 Jul 2015 19:03:42 +0200
dh-elpa (0.0.1) experimental; urgency=medium
* Initial upload, early adopters only.
-- David Bremner <bremner@debian.org> Sat, 11 Jul 2015 15:24:57 +0200
|