~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-11-14 12:25:50 UTC
  • Revision ID: james.westby@ubuntu.com-20101114122550-szjmghsv58010ux6
Tags: 1:14.a-dfsg-3
* Fixed a few spelling errors in packages descriptions and Debian changelog
  entries (closes: #592995, #597464).
* Applised patch by upstream which fixes wx application crash
  (closes: #592821).
* Switched to the old OpenSSL-based SSL implementation by default (it is
  still less buggy then the new one written in Erlang).
* Enabled IPv6 for odbcserver and prefer IPv4 in odbc.erl to make odbc
  application working in IPv6-only environment (closes: #598525).
* Overridden lintian error mesage about embedded pcre3 library because it
  is patched and cannot be replaced by a system one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
erlang (1:14.a-dfsg-3) unstable; urgency=low
 
2
 
 
3
  * Fixed a few spelling errors in packages descriptions and Debian changelog
 
4
    entries (closes: #592995, #597464).
 
5
  * Applised patch by upstream which fixes wx application crash
 
6
    (closes: #592821).
 
7
  * Switched to the old OpenSSL-based SSL implementation by default (it is
 
8
    still less buggy then the new one written in Erlang).
 
9
  * Enabled IPv6 for odbcserver and prefer IPv4 in odbc.erl to make odbc
 
10
    application working in IPv6-only environment (closes: #598525).
 
11
  * Overridden lintian error mesage about embedded pcre3 library because it
 
12
    is patched and cannot be replaced by a system one.
 
13
 
 
14
 -- Sergei Golovan <sgolovan@debian.org>  Sun, 14 Nov 2010 12:25:50 +0300
 
15
 
1
16
erlang (1:14.a-dfsg-2) unstable; urgency=low
2
17
 
3
18
  * Don't bytecompile erlang-flymake.el for Emacs flavors emacs21 and for
4
 
    all versions of Xemacs because they don't contain flymake
 
19
    all versions of XEmacs because they don't contain flymake
5
20
    (closes: #588474).
6
21
  * Bumped standards version to 3.9.1.
7
22
 
78
93
  * Removed RPATH from ssl and crypto application binaries as required by
79
94
    Debian policy.
80
95
  * Added libwxgtk2.4-dev and libwxgtk2.6-dev to build conflicts.
81
 
  * Added a few dpendencies for erlang-dialyzer, erlang-et, erlang-observer
 
96
  * Added a few dependencies for erlang-dialyzer, erlang-et, erlang-observer
82
97
    and erlang-examples packages which now call functions from more modules
83
98
    than in 1:13.b.3.
84
99
 
108
123
  * Added erlang-erl-docgen package to erlang-nox dependencies.
109
124
  * Made dummy packages erlang-nox and erlang-x11 architecture all.
110
125
  * Cleaned up working with custom substitution variables in debian/rules.
111
 
  * Reorganized debian/rules to ensure that manpages arent built twice, and
 
126
  * Reorganized debian/rules to ensure that manpages aren't built twice, and
112
127
    aren't built at all if only architecture-dependent packages are requested.
113
128
  * Fixed project links in README.Debian.
114
129
  * Added a new package erlang-jinterface which provides tools for
115
130
    communication of Java programs with Erlang processes. This adds build
116
 
    depandency on default-jdk and as a result enables Java module for IDL
 
131
    dependency on default-jdk and as a result enables Java module for IDL
117
132
    compiler.
118
133
  * Bumped standards version to 3.8.4.
119
134
 
200
215
    DEB_BUILD_OPTIONS. By default slim runtime without debug info is built.
201
216
    To remove slim option set DEB_BUILD_OPTION to 'nostrip', to add debug_info
202
217
    compiler option set DEB_BUILD_OPTION to 'debug'. Or it may be set to
203
 
    'nostrip,debug' to return to the previous level ob debug information
 
218
    'nostrip,debug' to return to the previous level of debug information
204
219
    (closes: #532757).
205
220
  * Added a few words about building Erlang packages with debug info included
206
221
    to README.Debian.
275
290
    for individual Erlang/OTP applications. erlang-nox and erlang-x11 are still
276
291
    exist and depend on the correspondent packages.
277
292
  * Overridden lintian error 'embedded-zlib' because zlib included into Erlang
278
 
    VM is patched, so using system-wide zlib will lead to unknown concequences.
 
293
    VM is patched, so using system-wide zlib will lead to unknown consequences.
279
294
  * Bumped standards version to 3.8.1.
280
295
 
281
296
 -- Sergei Golovan <sgolovan@debian.org>  Fri, 10 Apr 2009 16:32:04 +0400
330
345
 
331
346
erlang (1:12.b.3-dfsg-3) unstable; urgency=low
332
347
 
333
 
  * Fixed patches to reenable building erlang regexp driver for common_test
 
348
  * Fixed patches to re-enable building erlang regexp driver for common_test
334
349
    application on hurd-i386 architecture.
335
350
  * Refreshed patches and made their description more clear.
336
351
  * Made dependencies of architecture-independent packages erlang,
436
451
 
437
452
  * Copied Erlang Emacs mode files to /usr/share/emacs/site-lisp/erlang
438
453
    instead of linking which allows to loosen erlang-mode dependencies. Now it
439
 
    becomes more reliable and doesn't break in unstable until buildd compliles
 
454
    becomes more reliable and doesn't break in unstable until buildd compiles
440
455
    erlang on the corresponding architecture.
441
456
  * Moved link /usr/lib/erlang/man -> /usr/share/man from erlang-base to
442
457
    erlang-mode package since it is used only to allow showing manpages by
527
542
erlang (1:11.b.5dfsg-7) unstable; urgency=low
528
543
 
529
544
  * Applied patch by Mikael Magnusson which fixes building of SCTP support
530
 
    with libsctp-dev 1.0.7, and enabled SCTP for linux architectures
 
545
    with libsctp-dev 1.0.7, and enabled SCTP for Linux architectures
531
546
    (closes: #436258).
532
 
  * Unconditionally required using clock_gettime for time correction on linux
 
547
  * Unconditionally required using clock_gettime for time correction on Linux
533
548
    architectures. As a result, the package will not build and work on 2.4
534
549
    kernels.
535
550
 
560
575
  * Overridden lintian warning desktop-command-not-in-package since
561
576
    /usr/bin/erl is included into a package on which erlang-nox depends.
562
577
  * Fixed cleanup patch.
563
 
  * Added patch which defines MAXHOSTNAMELEN. It is harmless on all linux
 
578
  * Added patch which defines MAXHOSTNAMELEN. It is harmless on all Linux
564
579
    architectures, but fixes orber building on hurd-i386.
565
580
  * Redefined HOME environment variable to fix Erlang compiler warnings in
566
581
    case when HOME points to an existent inaccessible directory.
739
754
erlang (1:11.b.1.dfsg-1) unstable; urgency=medium
740
755
 
741
756
  [ Sergei Golovan ]
742
 
  * Removed nonfree documentation from the upstream source and added
 
757
  * Removed non-free documentation from the upstream source and added
743
758
    dfsg suffix to version number (closes: #393367).
744
759
  * Removed conflicts with erlang-doc-html from all packages except
745
760
    erlang-base and erlang-base-hipe.
799
814
  * Use -O1 optimization flag for m68k (workaround for bug in GCC, but there
800
815
    are still bugs in glibc, so it's unlikely to build erlang on m68k).
801
816
  * Corrected erlang-dev short description.
802
 
  * Corrected erlang-src.patterns (moved nonsource gs application files to
 
817
  * Corrected erlang-src.patterns (moved non-source gs application files to
803
818
    erlang-x11).
804
819
  * Added prerm and postinstall scripts which stop and start erlang-dependent
805
820
    services (otherwise certain services, e.g. ejabberd become irresponsible
920
935
  * Closes: #358179: Removed the copy of the LGPL in the copyright file.
921
936
    I've put the required shorter text.
922
937
  * Disabled HiPE build for mips, arm, mipsel, s390 and sparc, in hope
923
 
    that it fixe FTBS on those platforms.
 
938
    that it fixes FTBFS on those platforms.
924
939
  * Closes: #358410.  erlang-src and erlang-mode are now Architecture:
925
940
    all.
926
 
  * erlang-nox and erlang-x11 are now built as arch-dependant targets
 
941
  * erlang-nox and erlang-x11 are now built as arch-dependent targets
927
942
    since, practically, they depend on one of erlang-runtime to be
928
943
    built.
929
944
  * Added a link from /usr/lib/erlang/usr/include to /usr/include/erlang
930
 
    to fix potential FTBS of dependencies of Erlang.
 
945
    to fix potential FTBFS of dependencies of Erlang.
931
946
  * cant install erlang package (dependencie problem) (Closes: #366398)
932
947
 
933
948
 -- Francois-Denis Gonthier <neumann@lostwebsite.net>  Mon,  8 May 2006 21:06:21 -0400
981
996
  * fully dpatch'ified.
982
997
  * Emacs editing mode pulled from the main package and put into it's
983
998
    own erlang-mode package.
984
 
  * As it was suggested a few times, I've splitted the main arch-
 
999
  * As it was suggested a few times, I've split the main arch-
985
1000
    independent package in two.  There is now an erlang-nox package
986
1001
    which include the base applications that don't require tk8.4 to
987
1002
    work.  The applications that depend on gs and thus on tk8.4 and now
1000
1015
    don't fully understand the need for it.  I take care of preserving
1001
1016
    the pristine content of the bootstrap directory instead of using the
1002
1017
    weird preservebeam script.  I suspect that might be causing some
1003
 
    problems on some plateforms althought I don't really know why.
 
1018
    problems on some platforms although I don't really know why.
1004
1019
 
1005
1020
 -- Francois-Denis Gonthier <neumann@lostwebsite.net>  Wed, 28 Sep 2005 00:02:28 -0400
1006
1021
 
1051
1066
erlang (1:10.b.1a-2.2) unstable; urgency=high
1052
1067
 
1053
1068
  * Non-maintainer upload.
1054
 
  * High-urgency upload for sarge-targetted RC bugfix
 
1069
  * High-urgency upload for sarge-targeted RC bugfix
1055
1070
  * Build with --disable-hipe on everything but amd64 (not just on i386),
1056
1071
    for compatibility with 2.4 kernels in sarge; thanks to Lars
1057
1072
    Wirzenius for tracking this down.  Closes: #276800.
1282
1297
erlang (1:9.0-6) unstable; urgency=low
1283
1298
 
1284
1299
  * Erlang won't build on other architectures because of my monkeying
1285
 
    around with 'ecc'.  Too many scripts depende on it being named
 
1300
    around with 'ecc'.  Too many scripts depend on it being named
1286
1301
    'ecc' and located in /usr/bin/ecc.  And I'm not sure how many
1287
1302
    external Erlang programs make this assumption.  Going back to
1288
1303
    conflicting with Elastic.
1322
1337
 
1323
1338
erlang (1:9.0-2) unstable; urgency=low
1324
1339
 
1325
 
  * Correct a link to empd in the runtime.
 
1340
  * Correct a link to epmd in the runtime.
1326
1341
  * Provide a menu entry.
1327
1342
  * Add a conflict with the 'elastic' compiler, which also defines
1328
1343
    a /usr/bin/ecc. (Closes:Bug#168407)
1441
1456
erlang (47.4.1-1) unstable; urgency=low
1442
1457
 
1443
1458
  * the .erl files now have their own package, giving a total of 5 packages.
1444
 
  * moved the .jam files and docs into their arch independant packages.
1445
 
  * New upsteam release.
 
1459
  * moved the .jam files and docs into their arch independent packages.
 
1460
  * New upstream release.
1446
1461
  
1447
1462
 -- Mark Ng <ng@debian.org>  Sat,  8 May 1999 16:45:00 +1100
1448
1463