File: changelog

package info (click to toggle)
magics%2B%2B 2.30.0-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 105,040 kB
  • ctags: 32,903
  • sloc: cpp: 185,631; xml: 18,565; ansic: 11,002; perl: 6,357; python: 4,065; sh: 802; f90: 278; asm: 271; makefile: 157
file content (537 lines) | stat: -rw-r--r-- 18,811 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
magics++ (2.30.0-5) unstable; urgency=medium

  * Add Breaks: libmagplus3. Thanks to Andreas Beckmann.
    Closes: #859915.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 09 Apr 2017 15:44:52 +0100

magics++ (2.30.0-4) unstable; urgency=medium

  * Update python3 patch. Closes: #847193
  * Drop grib_api from CMAKE_PREFIX_PATH in debian/rules

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 07 Dec 2016 15:13:17 +0000

magics++ (2.30.0-3) unstable; urgency=medium

  * Ensure dep. on libopenjp2-7-dev present. Closes: #846920

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 05 Dec 2016 06:42:10 +0000

magics++ (2.30.0-2) unstable; urgency=medium

  * libemos-bin node a build-dependency. Closes: #846505

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 02 Dec 2016 06:37:27 +0000

magics++ (2.30.0-1) unstable; urgency=medium

  * New upstream release
  * Build-dep against eccodes not grib-api
  * Split dh_fixperms-arch for FTBFS on dpkg-buildpackage -A.
    Closes: #846092
  * debian/rules: now need to specify geotiff location

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 28 Nov 2016 15:18:58 +0000

magics++ (2.29.6-2) unstable; urgency=medium

  * Convert ksh scripts to bash

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 10 Nov 2016 23:47:11 +0000

magics++ (2.29.6-1) unstable; urgency=medium

  * New upstream release
  * DH_COMPAT, debhelper 10

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 01 Nov 2016 18:07:25 +0000

magics++ (2.29.2-1) unstable; urgency=medium

  * New upstream release
   - compile_fixes.patch merged upstream
   - g++-6.patch merged upstream
  * Fix python3 support: indentation errors in macro.py. Closes: #827850.
  * Loosen the libemos-dev depends, to allow backports
  * Set LC_ALL=C during build to aid reproducibility
  * Undo g++ changes for now. Closes: #830467.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 08 Jul 2016 22:28:12 +0100

magics++ (2.28.0-4) unstable; urgency=medium

  * Add missing license information to debian/copyright;
    thanks to Thorsten Alteholz.
  * Add Python3 support.
  * Update numpy.i from numpy.git for python3

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 14 Jun 2016 08:57:36 +0100

magics++ (2.28.0-3) unstable; urgency=medium

  * Remove obsolete openjpeg dependencies. Closes: #826820
  * g++6, unique_ptr compilation fixes

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 09 Jun 2016 15:05:00 +0100

magics++ (2.28.0-2) unstable; urgency=medium

  * Standards-Version: 3.9.8
  * Fix incorrect libgfortran path shipped in cmake files.	

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 25 May 2016 17:46:52 +0100

magics++ (2.28.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches:
    - compile-fixes.patch: fixed upstream

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 29 Mar 2016 07:44:16 +0000

magics++ (2.26.2-3) unstable; urgency=medium

  * Build against openjpeg, not jasper, as jasper is being dropped
    from Debian (long-dead, insecure).
  * Link against grib-api >= 1.14.5-2 to pick up its jasper change.
  * Standards-Version: 3.9.7

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 29 Feb 2016 09:42:13 +0000

magics++ (2.26.2-2) unstable; urgency=medium

  * Depend on libgrib-api-dev >= 1.14.4-5 to pull in its
    Build-dependencies.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 14 Jan 2016 06:58:14 +0000

magics++ (2.26.2-1) unstable; urgency=medium

  * New upstream release.
  * Patches merged upstream / obsoleted:
    magics-config.patch
    qt5.patch
    cve-2010-3393.patch
    grib-cmake.patch
  * reproducibility: set LC_ALL=C.UTF-8 when sorting in build
  * B-D on libgrib-api-dev >= 1.14.4-2 for cmake config files.
  * B-D on libaec-dev now needed for this, too
  * Enable GEOTIFF support
  * Enable tests
  * Enable parallel builds.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 10 Jan 2016 02:01:33 +0000

magics++ (2.24.7-7) unstable; urgency=medium

  * ABI transition needed for libstdc++ v5, to libmagplusv5. Closes: #797981.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 06 Sep 2015 08:07:24 +0100

magics++ (2.24.7-6) unstable; urgency=medium

  * Add dependency on libnetcdf-cxx-legacy-dev.
  * Replace B-D libgd2-dev -> libgd-dev

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 14 Aug 2015 09:53:25 +0100

magics++ (2.24.7-5) unstable; urgency=medium

  * Rebuild against libterralib3 for terralib, g++5 transitions.
  * Undo the netcdf transition for the moment
  * Move Qt4 -> Qt5

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 07 Aug 2015 13:28:04 +0100

magics++ (2.24.7-4) experimental; urgency=medium

  * Build against new netcdf (4.4.0). Closes: #793882.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 28 Jul 2015 13:32:09 +0100

magics++ (2.24.7-3) experimental; urgency=medium

  * Build against new netcdf (4.4.0). Closes: #793882.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 28 Jul 2015 13:32:09 +0100

magics++ (2.24.7-2) unstable; urgency=medium

  * Drop timestamps from headers. Closes: #792824. 
  * Add magics++ to dependencies for libmagics++-dev, add metgramx etc
    as required by magics-config.cmake for metview
  * Undo fixes from debian/rules for previously broken builds in 2.24.4
  * Move cmake files to /usr/lib/$ARCH/cmake as arch-dependent,
    and adjust paths in cmake files vi debian/rules

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 22 Jul 2015 19:36:10 +0100

magics++ (2.24.7-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 16 Jul 2015 08:55:06 +0100

magics++ (2.24.4-2) experimental; urgency=medium

  * Test Build against netcdf 4.4.3 in experimental 

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 15 Jul 2015 16:48:32 +0100

magics++ (2.24.4-1) unstable; urgency=medium

  * libMagPlusQt no longer built in upstream
  * Move to unstable 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 09 Jul 2015 06:50:35 +0100

magics++ (2.24.4-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Standards-Version: 3.9.6
  * emoslib now builds on mips, so remove exception for its dependency
  * Move to cmake-based build. Update patches
  * Add Vcs-Git, pointing to debian-science repo.
  * Uses libgt for build. Closes: #767747.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 24 Jun 2015 18:34:53 +0100

magics++ (2.22.7.dfsg.1-4) unstable; urgency=medium

  * Build -fPIC for mipsel. Closes: #766832
        
 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 30 Oct 2014 19:17:49 +0000

magics++ (2.22.7.dfsg.1-3) unstable; urgency=medium

  * Ship all header files in /usr/include/magics.
  * Fix arch-dependent stuff in magics-config, which breaks  multiarch.
  Pull from magics.pc instead. Closes: #732621.
  * Include HAVE_* definitions in extra flags passed to Cmake so that
  magics_config matches 2.8.15 version needed for metview.
  Closes: #765524.
  * Disable qt5 for the moment.
  * Enable MAGICS_TIFF. Add libtiff-dev to dependencies.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 15 Oct 2014 12:19:12 +0100

magics++ (2.22.7.dfsg.1-2) unstable; urgency=medium

  * Disable OS Check so we build Hurd, kFreeBSD.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 05 Oct 2014 12:44:43 +0100

magics++ (2.22.7.dfsg.1-1) unstable; urgency=medium

  * New upstream release. Build using cmake not configure.
    Closes: #677210.
  * DFSG version as  .bin files removed (unnecessary).
  * Now use xz compression.
  * grib-api now works on mips, so drop conditional depenency on not using
   emos/grib-api on mips. Closes: #756591.
  * Drop unnecessary dependency on python3-all-dev until python3 is supported.
   Closes: #750599.
  * Build against Qt5
  * Add ksh depends for magics++ (magjson script)
  * Add versioned soname for libmagplus.so.3.0.0
  * Add drop-gen-dates.patch to drop dates in autogenerated header files;
    creates false positives in diff-detection scripts.  Closes: #731621.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 16 Sep 2014 01:32:56 +0100

magics++ (2.18.15-6) unstable; urgency=medium

  * Add dependency on libterralib-dev to libmagics++-dev. Change references
    to Terralib headers that ship in Debian rather than local ones (not included). 

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 23 Feb 2014 21:02:05 +0000

magics++ (2.18.15-5) unstable; urgency=medium

  * Build-Depend on libq4-dev. No longer use libmotif-dev.
    Closes: #723526, #732328.
  * Change libmagics++-metview-dev to section: libdevel,
    default to science; python-* to python

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 16 Dec 2013 18:39:56 +0000

magics++ (2.18.15-4) unstable; urgency=medium

  * Fix hardening rules: disable PIE as it breaks python shlibs.
  * Add --enable-metview to support MetView.
  * Add libmagics++-metview-dev to provide libs needed by MetView only.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 12 Dec 2013 11:57:36 +0000

magics++ (2.18.15-3) unstable; urgency=medium

  * Update Homepage.
  * Standards-Version: 3.9.5 
  * Set python-magics++ as utils, not python to match overrides

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 08 Dec 2013 07:05:29 +0000

magics++ (2.18.15-2) unstable; urgency=low

  * Don't use emoslib on mips: emoslib needs grib-api, not available there.
  * Now use --enable-opengl as we have real motif in Debian.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 03 Sep 2013 18:34:14 +0100

magics++ (2.18.15-1) unstable; urgency=low

  * New upstream release.
  * Transition B-D: libgd2-xpm-dev -> libgd2-dev
  * Standards-Version: 3.9.4
  * Depend on debhelper >=9.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 22 May 2013 06:14:19 +0100

magics++ (2.18.7-2) unstable; urgency=low

  * libproj-dev is now a requirement, not optional. Include it.
    Closes: #695963. 
  * Enable hardening.
  * Don't ship empty dir /usr/share/magics in -dev package.
  * -data package is now M-A: foreign to satisfy m-a dependencies.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 18 Dec 2012 11:54:23 +0000

magics++ (2.18.7-1) unstable; urgency=low

  * New upstream release.
  * Now at Standards-Version: 3.9.4
  * Patch from Michael Terry for Ubuntu to delete bogus symlinks when 
    building.
  * Remove --with-terralib as no longer understood by configure;
    MAGPLUS_HOME needs to be set when configure run
  * python-magics++ now depends on python-simplejson

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 10 Dec 2012 06:22:47 +0000

magics++ (2.14.11-4) unstable; urgency=low

  * Rebuild to fix gcc-4.7 issue. Closes: #646734 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 14 Jun 2012 12:32:31 +0100

magics++ (2.14.11-3) unstable; urgency=low

  * Don't forget libdir. read it from pkg-config too. Closes: #674472. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 08 Jun 2012 13:31:18 +0100

magics++ (2.14.11-2) unstable; urgency=low

  * Make magics-config use pkg-config to retrieve arch-dependent variables,
    for multi-arch support. Closes: #674472. 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 07 Jun 2012 16:13:01 +0100

magics++ (2.14.11-1) unstable; urgency=low

  * Standards-Version: 3.9.3. No changes required.
  * New upstream release.
  * Fixes for gcc-4.7. Closes: #673885.
  * Now need python-instant for numpy.i, which is no longer shipped in the
    swig/ directory.
  * Now use xz compression.
  * Make "./debian rules clean" actually work.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 22 May 2012 17:42:33 +0100

magics++ (2.14.5-2) unstable; urgency=low

  * boostlib > 1.32 needs libboost-dev dependency to build. 
  Closes: #653298. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 01 Jan 2012 13:05:35 +0000

magics++ (2.14.5-1) unstable; urgency=low

  * New upstream release.
  * Fix typo in homepage description. Closes: #571529. 
  * Fix FTBFS in as-needed patch which no longer applied correctly.
    Closes: #650453.
  * Remove patches to Makefile.in, now its autogenerated. Just patch
    Makefile.am.
  * Move python-magics++ into Section: python from utils
  
 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 21 Dec 2011 15:03:16 +0000

magics++ (2.12.9-5) unstable; urgency=low

  * Recommends: pkg-config in -dev package.
  * Rebuild against new libgrib-api-dev. 
  * Change section: for python-magics to utils, to match overrides. 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 20 Oct 2011 10:40:35 +0100

magics++ (2.12.9-4) unstable; urgency=low

  * Add "-lz" to the LIBS to ensure its linked in correctly, adding zlib1-dev
   to the B-D to ensure it is present. 
  * Move libMagPlusSingle.a into /usr/lib/${DEB_HOST_MULTIARCH}/ dir
    Closes: #642446.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 24 Sep 2011 15:05:00 +0100

magics++ (2.12.9-3) unstable; urgency=low

  * Add as-needed.patch to ltmain.sh to fix -Wl,--as-needed issues 
  * Add LIBS=" -lX11 -lpng12" to configure line to link directly libraries that
    are needed. 
  * Disable test: layout_test fails on some platforms, but only within the 
    Make check context; debugging in progress, but fix FTBFS for python 
    transition. Details in README-testfailures.txt in debian/

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 13 Sep 2011 13:45:47 +0100

magics++ (2.12.9-2) unstable; urgency=low

  * Allow building against libhdf5-dev, not just libhdf5-serial-dev. 
  * Add DEP-3 tags to patches
  * Loop over and include support for all supported python versions.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 10 Sep 2011 11:18:22 +0100

magics++ (2.12.9-1) unstable; urgency=low

  * New upstream release.
  * Test: layout_test breaks unless ulimit -s 8192 is set beforehand
     in the debian/rules. Why?

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 08 Jul 2011 17:16:45 +0100

magics++ (2.12.8.dfsg-1) unstable; urgency=low

  * New upstream release.
  * Move build system from cdbs to debhelper 7
  * Move from python-support to dhpython2
  * Depend on libopenjpeg-dev, for grib-api functionality. 
  * Move to Standards-Version: 3.9.2 
  * Build against libterralib3-dev, was libterralib1-dev. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 18 Jun 2011 17:27:27 +0100

magics++ (2.10.0.dfsg-7) unstable; urgency=low

  * Depend on ${python:Depends}. Closes: #609197. 

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 11 Jan 2011 21:01:37 +0000

magics++ (2.10.0.dfsg-6) unstable; urgency=low

  * FTBFS with python2.7. Patch from Sameer Morar. Closes: #608788.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 04 Jan 2011 11:25:40 +0000

magics++ (2.10.0.dfsg-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches
    - (cve-2010-3393--bug598418): Refresh patch. Restore deleted line
      'python="@MAGICS_PYTHON@"' and adjust $ldlib.
      (important, security, reopened; Closes: #598418).

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 24 Oct 2010 19:20:57 +0300

magics++ (2.10.0.dfsg-5) unstable; urgency=low

  * CVE-2010-3393: Fix LD_LIBRARY_PATH edit. Closes: #598418. 

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 29 Sep 2010 12:43:09 +0100

magics++ (2.10.0.dfsg-4) unstable; urgency=low

  * Explicitly add dh_pysupport call to triger update-python-modules in
    postinst, prerm files. Also, move *.so files in python-magics++.install to 
    /usr/lib/pymodules so that they are found and acted upon. Closes: #592422. 
  * Added python-magics++ to Section: python as recommended by lintian.
  * Added clean rule to delete symlinks, so double-builds succeed.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 11 Aug 2010 10:07:21 +0100

magics++ (2.10.0.dfsg-3) unstable; urgency=low

  * Build-Depend on python-numpy as well. Closes: #590951. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 30 Jul 2010 17:40:23 +0100

magics++ (2.10.0.dfsg-2) unstable; urgency=low

  * Add python support package python-magics++:
    * Add build-depends on python-all-dev, swig, python-support
    * Temporararily disable tests, as python tests have paths trouble.
    * Remove rpath with chrpath
  * Standrds-Version: 3.9.1

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 28 Jul 2010 01:02:07 +0100

magics++ (2.10.0.dfsg-1) unstable; urgency=low

  * New Upstream release
   - DFSG version has terralib and pdfs removed.
  * Move to Standards-Version: 3.9.0

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 21 Jul 2010 08:19:15 +0100

magics++ (2.8.0.dfsg-5) unstable; urgency=low

  * Typo in homepage URL. Closes: #571529.
  * Move to Standards-Version: 3.8.4, no changes required. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 26 Feb 2010 11:43:35 +0000

magics++ (2.8.0.dfsg-4) unstable; urgency=low

  * Build-Dep: libxml-parser-perl and python for tests.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 07 Jan 2010 12:46:27 +0000

magics++ (2.8.0.dfsg-3) unstable; urgency=low

  * Add Build-Depends: libtool. 
  * Set MAGPLUS_HOME in debian/rules so that tests run, and add gfortran 
    dependency for fortran tests, Add Build-Dep on ttf-dejavu-core for testing.
  * Disable printer_test as it requires a data file thats missing. 

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 06 Jan 2010 21:30:31 +0000

magics++ (2.8.0.dfsg-2) unstable; urgency=low

  * Patch: enable static libs in configure.ac. Closes: #562120. 
  * Add dynamic_linking.patch to link libs to libMagPlus directly rather
    than just magmlx, and remove libs via --as-needed.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 23 Dec 2009 09:33:38 +0000

magics++ (2.8.0.dfsg-1) unstable; urgency=low

  * New upstream release. 
  * Add libjasper dependency for grib-api. Add Closes: #562040.
  * Added libcairo2-dev, libpango1.0-dev build dependencies now needed.
  * Removed dependency on quilt ; now source format 3.0, so dpkg handles
   this. 
  * EpsBufr.patch now in upstream; removed

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 22 Dec 2009 11:26:27 +0000

magics++ (2.6.4~dfsg-1) unstable; urgency=low

  * Initial Debian release. Closes: #522984.
  * Removed pdfs, making dfsg-free version.
  * Removed terralib from sources; now use external terralib library, for
    licensing reasons. 
  * Change version number to ~ before upload, so non-dfsg can go away if 
    PDF sources issue solved.
  * Move to Standards-Version: 3.8.3
  * DH_COMPAT is now 7. 
  * Moved shared data to libmagics++-data.
  * Build against libgrib-api, libemos-dev now in unstable.
  * libmagics++ depends on ttf-dejavu-* fonts rather than includes them;
  * Build-depend on libhdf5-serial-dev rather than virtual libhdf5-dev
  * Removed ttf fonts. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 06 Nov 2009 19:54:22 +0000