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
|
leap-mx (0.3.4) unstable; urgency=low
* Update to 0.3.4
-- Ben Carrillo <ben@futeisha.org> Fri, 15 Nov 2013 23:13:24 -0200
leap-mx (0.3.3.2) unstable; urgency=low
* Cherry-pick e108a2ffec444c09b3661379a1051fda1f9952cf
-- Micah Anderson <micah@debian.org> Sat, 09 Nov 2013 14:32:08 -0500
leap-mx (0.3.3.1) unstable; urgency=low
* Add python-leap-common to pydist-overrides
-- Micah Anderson <micah@debian.org> Sat, 09 Nov 2013 13:31:53 -0500
leap-mx (0.3.3) unstable; urgency=low
* Update to 0.3.3
* Add python-chardet requirements so it substitutes cchardet.
-- Ben Carrillo <ben@futeisha.org> Tue, 05 Nov 2013 11:53:34 -0200
leap-mx (0.3.2) unstable; urgency=low
* Update to 0.3.2 release
* Freeze reported version using freeze_debianver command.
-- Micah Anderson <micah@debian.org> Thu, 12 Sep 2013 14:24:05 +0200
leap-mx (0.3.1.5) unstable; urgency=low
* Cherry pick fix from
https://github.com/chiiph/leap_mx/commit/78f6ca775dc42eba69f2dc1e134ca360c0813aff
to keep file watcher in memory to prevent losing file events
-- Micah Anderson <micah@debian.org> Fri, 30 Aug 2013 12:40:15 -0400
leap-mx (0.3.1.4) unstable; urgency=low
* add debian/dirs to make sure that /var/lib/leap_mx is created (#3622)
-- Micah Anderson <micah@debian.org> Fri, 30 Aug 2013 12:34:50 -0400
leap-mx (0.3.1.3) unstable; urgency=low
* Pull in fix to couchdb saving
-- Micah Anderson <micah@debian.org> Thu, 29 Aug 2013 21:49:28 -0400
leap-mx (0.3.1.2) unstable; urgency=low
* Update with python-couchdb dependency
-- Micah Anderson <micah@debian.org> thu, 22 aug 2013 15:27:02 -0400
leap-mx (0.3.1.1) unstable; urgency=low
* merge develop to prepare for new version
-- Micah Anderson <micah@debian.org> thu, 22 aug 2013 15:27:02 -0400
leap-mx (0.3.0.3) unstable; urgency=low
* Pin twisted version in Depends to get 13 or greater
-- Micah Anderson <micah@debian.org> Sat, 17 Aug 2013 12:10:49 -0400
leap-mx (0.3.0.2) unstable; urgency=low
* Fix initscript variables
-- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 16:33:45 -0400
leap-mx (0.3.0.1) unstable; urgency=low
* Require twisted >=13.0.0-1~bpo70
-- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 16:10:21 -0400
leap-mx (0.3.0) unstable; urgency=low
* Update to 0.3.0
* Source /lib/lsb/init-functions in initscripts
* Require twisted >=13.0.0-1
-- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 15:49:33 -0400
leap-mx (0.2.2.2) unstable; urgency=low
* Added status command to initscript
-- Micah Anderson <micah@debian.org> Thu, 25 Jul 2013 14:03:18 -0400
leap-mx (0.2.2.1) unstable; urgency=low
* Fix installation of documentation
* Fix package descriptions
* Install initscript using packaging tools
* Add LSB headers to initscript
* Add debian/copyright
* Fix permissions on leap_mx.tac
-- Micah Anderson <micah@debian.org> Thu, 18 Jul 2013 15:58:31 -0400
leap-mx (0.2.2) unstable; urgency=low
* Initial Debian package
-- Micah Anderson <micah@debian.org> Thu, 06 Jun 2013 16:20:55 -0400
|