File: changelog

package info (click to toggle)
moarvm 2016.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,060 kB
  • ctags: 9,968
  • sloc: ansic: 131,697; perl: 2,877; makefile: 571; python: 562; sh: 12
file content (243 lines) | stat: -rw-r--r-- 7,760 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
moarvm (2016.12+dfsg-1) unstable; urgency=medium

  * New upstream version 2016.12+dfsg
  * refreshed patch

 -- Dominique Dumont <dod@debian.org>  Mon, 19 Dec 2016 13:43:16 +0100

moarvm (2016.11+dfsg-1) unstable; urgency=medium

  * New upstream version 2016.11+dfsg
  * removed patches that are applied upstream
  * refreshed patch

 -- Dominique Dumont <dod@debian.org>  Mon, 28 Nov 2016 13:18:29 +0100

moarvm (2016.10+dfsg-1) unstable; urgency=medium

  Many thanks to Tobias Leich (FROGGS) who did a terrific job
  porting moar on all architectures supported by Debian.
  * New upstream version 2016.10+dfsg
  * remove patches applied upstream
  + new patch: use ffi_arg type to fix powerpc build
    (Closes: #841343)
  + add patch to fix nqp tests on mips
  + added patch to fix build without dyncall source
  + added patch to fix s390x build
  * control:
    * enable s390x
    * enable mips mipsel mips64el (cf: #841346)
  * copyright: remove excluded dyncall (cme)

 -- Dominique Dumont <dod@debian.org>  Sat, 29 Oct 2016 18:25:01 +0200

moarvm (2016.09+dfsg-2) unstable; urgency=medium

  [ Daniel Dehennin ]
  * Use libffi for all architectures
  * New patch to fix libffi build
  * Import patch to fix build and tests on x32

  [ Dominique Dumont ]
  * added patch to fix floating point exception on armhf
  * imported patch to fix build tests on armhf

 -- Dominique Dumont <dod@debian.org>  Mon, 10 Oct 2016 09:06:44 +0200

moarvm (2016.09+dfsg-1) unstable; urgency=medium

  [ Daniel Dehennin ]
  * New upstream version 2016.09+dfsg
  * Set moarvm-dbg as Multi-Arch: same
  * Fix dyncall headers installation when using libffi
  * Generate automatic dbgsym package

  [ Dominique Dumont ]
  * cme files:
    * set up auto clean up of extracted © statement
    * work-around licensecheck bug
  * copyright: refreshed with cme
  * control: removed moarvm-dbg package
  * rules: only "build" is needed in .PHONY

 -- Dominique Dumont <dod@debian.org>  Tue, 27 Sep 2016 09:09:23 +0200

moarvm (2016.07+dfsg-1) unstable; urgency=medium

  * Mangle debian version in debian/watch file
  * Update source management documentation
  * Delete copyright tweaks for removed 3party sources
  * Use HTTPs for debian/copyright Format URL
  * Add “+dfsg” to Debian package upstream version
  * Imported Upstream version 2016.07+dfsg
  * copyright: updated with cme
  * control: update Vcs-Browser URL to use HTTPs

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sat, 23 Jul 2016 14:11:32 +0200

moarvm (2016.06+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 2016.06+dfsg
    * removed libtommath source from package
  * patch out load step of libtommath objects during build
  * document status of convenience copies
  * refreshed patches

 -- Dominique Dumont <dod@debian.org>  Tue, 05 Jul 2016 10:39:25 +0200

moarvm (2016.05-3) unstable; urgency=medium

  * rules: use system libuv to compile
  * control: added Build-Depends on libuv1-dev
  * copyright: excludes libuv libtommath libatomics_ops copies
    (will be applied to next upstream release)
  * removed patch applied to excluded libuv

 -- Dominique Dumont <dod@debian.org>  Thu, 09 Jun 2016 18:20:24 +0200

moarvm (2016.05-2) unstable; urgency=medium

  * added lintian overrides for /usr/share/perl6/site/lib

 -- Dominique Dumont <dod@debian.org>  Thu, 02 Jun 2016 10:21:17 +0200

moarvm (2016.05-1) unstable; urgency=medium

  * Imported Upstream version 2016.05
  * let root write the doc file (Closes: #822834)
  * updated patch to search libraries in /usr/lib/perl6
    and /usr/share/perl6 (path set by upstream).

 -- Dominique Dumont <dod@debian.org>  Tue, 31 May 2016 13:45:58 +0200

moarvm (2016.04-1) unstable; urgency=medium

  * Imported Upstream version 2016.04
  * control: Standards-Version: '3.9.7' -> '3.9.8'

 -- Dominique Dumont <dod@debian.org>  Sat, 23 Apr 2016 15:36:04 +0200

moarvm (2016.03-1) unstable; urgency=medium

  * Imported Upstream version 2016.03
  * copyright: updated with cme
  * removed add-min-max-macro patch (applied upstream)

 -- Dominique Dumont <dod@debian.org>  Sat, 02 Apr 2016 11:51:34 +0200

moarvm (2016.02-1) unstable; urgency=medium

  * Imported Upstream version 2016.02
  * refreshed patch to port libuv to kfreebsd arch
  * control: updated Vcs-Git to use https (cme)
  * control: updated Standards-Version to 3.9.7 (cme)
  + added copyright tweaks files for cme update dpkg-copyright
  * updated debian/copyright with cme.

 -- Dominique Dumont <dod@debian.org>  Wed, 24 Feb 2016 11:55:56 +0100

moarvm (2015.12-1) unstable; urgency=medium

  * Imported Upstream version 2015.12
  * refreshed patch

 -- Dominique Dumont <dod@debian.org>  Wed, 13 Jan 2016 12:10:06 +0100

moarvm (2015.11-2) unstable; urgency=medium

  * control: removed mipsel from list of arch (Closes: #809207)

 -- Dominique Dumont <dod@debian.org>  Mon, 04 Jan 2016 20:56:08 +0100

moarvm (2015.11-1) unstable; urgency=medium

  [ Daniel Dehennin ]
  * Imported Upstream version 2015.10
  * Imported Upstream version 2015.11

  [ Dominique Dumont ]
  * Added patch to fix armhf build

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sun, 29 Nov 2015 22:14:56 +0100

moarvm (2015.09-3) unstable; urgency=medium

  * added patch to search ELF lib in /usr/lib/perl6 instead
    of /usr/share/perl6. rakudo must have a similar patch.
  * updated lintian-override for new lib install path

 -- Dominique Dumont <dod@debian.org>  Wed, 07 Oct 2015 19:34:46 +0200

moarvm (2015.09-2) unstable; urgency=medium

  * control: Created moarvm-dev package to deliver headers files
    required to build rakudo

 -- Dominique Dumont <dod@debian.org>  Sat, 03 Oct 2015 21:00:15 +0200

moarvm (2015.09-1) unstable; urgency=medium

  * Imported Upstream version 2015.09

 -- Dominique Dumont <dod@debian.org>  Sat, 03 Oct 2015 12:52:21 +0200

moarvm (2015.07-1) unstable; urgency=medium

  * Imported Upstream version 2015.07
  * Enable mipsel architecture (Closes: #789187)
    Thanks to Arturo Borrero Gonzalez

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sun, 26 Jul 2015 15:19:35 +0200

moarvm (2015.06-2) unstable; urgency=medium

  * control: add libkvm-dev Build-Depends for kfreebsd.
    Thanks to Tobias Leich

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Tue, 23 Jun 2015 18:43:30 +0200

moarvm (2015.06-1) unstable; urgency=medium

  [ Daniel Dehennin ]
  * Imported upstream version 2015.06
  * control: limit supported architectures to Intel, ARM and ppc
    (Closes: #789187)
  * Patches:
    * Updated for 2015.06
    + Added patch to support kfreebsd
  * README.source:
    * Explain source management with git-buildpackage
    * Document debian/changelog management with gbp-dch

  [ Paul Cochrane ]
  * Override the lintian RPATH check
  * README.source: minor textual corrections

  [ Dominique Dumont ]
  * copyright (Tx Ansgar):
    * corrected BSD variant of 2 files from 3rdparty directory
    * added © entry for file generated from Unicode Inc database
    * use a more accurate license keyword for BSD like license

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Mon, 22 Jun 2015 00:00:17 +0200

moarvm (2015.04-1) unstable; urgency=medium

  [ Paul Cochrane ]
  * Add initial notes about building moarvm package
  * Remove trailing whitespace
  * Patch Configure.pl to determine version string correctly

  [ Daniel Dehennin ]
  * Add description to quilt patch
  * Imported Upstream version 2015.04
  * Set maintainer to Debian Rakudo Maintainers

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sun, 26 Apr 2015 23:17:53 +0200

moarvm (2015.03-1) unstable; urgency=medium

  * Initial release (Closes: #750837)

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sat, 14 Mar 2015 21:50:28 +0100