erlang (1:11.b.5dfsg-11) unstable; urgency=low * Undefined BSD4_4 in os_mon application port driver memsup for hurd-i386 architecture. * Skipped building SSL certificate examples on hurd-i386 architecture because it has no a random translator. -- Sergei Golovan Fri, 07 Dec 2007 01:18:09 +0300 erlang (1:11.b.5dfsg-10) unstable; urgency=low [ Sergei Golovan ] * Enabled IPv6 in ssl_esock (closes: #449304). * Copied real manual pages for user commands from erlang-manpages package (closes: #449100). * Renamed /usr/bin/start to /usr/bin/start_embedded to prevent possible confusion with /usr/bin/startx (closes: #449099). * Relaxed suggested packages (removed versioned suggests) in debian/control. * Adjusted HiPE architecture from ppc64 to ppc if 32-bit code is generated (closes: #451505). * Commented out native.diff in debian/patches/series because native code requires more memory resources if the package without HiPE is used. Those who want to enable native code may uncomment it and rebuild the package. -- Sergei Golovan Wed, 21 Nov 2007 16:08:08 +0300 erlang (1:11.b.5dfsg-9) experimental; urgency=low * Added a patch which allows to build Erlang with HiPE on i386 architecture with glibc 2.7. * Build all modules with native code on architectures where HiPE is enabled. This increases their size more than two times but gives a significant performance gain for CPU-intensive tasks. -- Sergei Golovan Sat, 27 Oct 2007 21:06:55 +0400 erlang (1:11.b.5dfsg-8) unstable; urgency=low * Added alternative dependency of erlang-base and erlang-base-hipe on hurd to make them installable on hurd-i386 architecture. * Forced build of beam_emu.c with -O0 optimization option on mips/mipsel architectures to bypass a bug in GCC 4.2 (thanks to Martin Michlmayr for this workaround). -- Sergei Golovan Sun, 21 Oct 2007 16:03:31 +0400 erlang (1:11.b.5dfsg-7) unstable; urgency=low * Applied patch by Mikael Magnusson which fixes building of SCTP support with libsctp-dev 1.0.7, and enabled SCTP for linux architectures (closes: #436258). * Unconditionally required using clock_gettime for time correction on linux architectures. As a result, the package will not build and work on 2.4 kernels. -- Sergei Golovan Fri, 28 Sep 2007 14:29:23 +0400 erlang (1:11.b.5dfsg-6) unstable; urgency=low * Added a script which prints out dots during dialyzer persistent lookup table creating. This prevents build timeouts in buildd on a slow machines. * Added build-dependency on bison. * Fixed a small error in debian/rules. -- Sergei Golovan Sun, 23 Sep 2007 21:13:12 +0400 erlang (1:11.b.5dfsg-5) unstable; urgency=low * Weakened dependency of erlang-x11 on tk8.4 to Recommends since this package is useful even without X-Window system. * Weakened dependencies of erlang on erlang-src, erlang-examples and erlang-mode to make the package more robust in unstable during build cycles. * Moved several forgotten source directories to erlang-src. * Rewritten clean target in debian/rules to ignore only missing Makefile error. * Made clean-patched target in debian/rules depend on patch-stamp. * Moved erlang-nox and erlang-x11 menu items from Apps to Applications section. * Overridden lintian warning desktop-command-not-in-package since /usr/bin/erl is included into a package on which erlang-nox depends. * Fixed cleanup patch. * Added patch which defines MAXHOSTNAMELEN. It is harmless on all linux architectures, but fixes orber building on hurd-i386. * Redefined HOME environment variable to fix Erlang compiler warnings in case when HOME points to an existent inaccessible directory. -- Sergei Golovan Sun, 09 Sep 2007 13:09:46 +0400 erlang (1:11.b.5dfsg-4) unstable; urgency=low * Skip dialyzer during the second (HiPE enabled) build to save build time. * Do not build erlang-base-hipe package on arm architecture since only big-endian ARM mode is supported. As a result, patch 31arm.diff is removed. -- Sergei Golovan Tue, 28 Aug 2007 12:04:34 +0400 erlang (1:11.b.5dfsg-3) unstable; urgency=low [ Sergei Golovan ] * Added Sergei Golovan to uploaders list. * Linked /usr/share/man to /usr/lib/erlang directory and added support for compressed manual pages to Erlang mode. This allows to read manual pages using Erlang mode for Emacs (closes: #436044). * Added patch which helps to reveal certain build failures (the author is Christian Faulhammer). * Overridden lintian warnings about shell script skeletons in megaco examples directory. * Bumped debhelper compatibility level to 5. -- Sergei Golovan Sun, 26 Aug 2007 21:53:10 +0400 erlang (1:11.b.5dfsg-2) unstable; urgency=low [ Sergei Golovan ] * Linked openssl libraries dynamically instead of new default static linking which causes difficulties with security updates. -- Torsten Werner Thu, 02 Aug 2007 13:01:22 +0400 erlang (1:11.b.5dfsg-1) unstable; urgency=low [ Sergei Golovan ] * Fixed using incorrect original tarball in previous version. (Also, dfsg suffix indicates changes with respect to original distribution.) * Added a check for prebuilt binaries and non-free docs to debian/rules. -- Torsten Werner Sun, 29 Jul 2007 13:58:34 +0400 erlang (1:11.b.5-1) unstable; urgency=low [ Sergei Golovan ] * New upstream release (fixes FTBFS with glibc 2.6, closes: #434342). * Removed patch which fixed Delete key binding in Erlang mode for emacs since it is included into upstream distribution. * Added build-arch and build-indep targets to debian/rules (they are equivalent to build target since the whole build is required to create architecture-dependent and architecture-independent packages). -- Torsten Werner Tue, 26 Jun 2007 17:49:41 +0400 erlang (1:11.b.4-4) unstable; urgency=low [ Sergei Golovan ] * Made erlang-base and erlang-base-hipe provide virtual package erlang-abi-11.b.3 (the number means the first erlang version, which provides current ABI). Its version must be changed after any changes in ABI made by upstream. Also added ${erlang-abi:Depends} substitution variable to erlang-depends script. * Added Erlang homepage to debian/control. * Removed lintian override files for erlang-base and erlang-base-hipe since they are no longer needed. Also, removed override for binary-without-manpage from erlang-x11.lintian-override. * Converted erlang-nox and erlang-x11 to architecture-any packages and moved all relevant binaries from erlang-base to these packages. * Made erlang-base (and erlang-base-hipe) suggest erlang-nox and erlang-x11 instead of recommending because the default aptitude behavior is to install recommended packages. This avoids installing X window system when only some server application is needed (ejabberd, yaws etc.). * Fixed binary-arch and binary-indep targets dependencies in debian/rules. -- Torsten Werner Sat, 16 Jun 2007 17:21:57 +0400 erlang (1:11.b.4-3) unstable; urgency=low [ Sergei Golovan ] * Fixed cleanup after package build (closes: #424198). * Applied patch by Mikael Magnusson, which adds IPv6 support to ssl application (closes: #413401). -- Torsten Werner Fri, 18 May 2007 09:32:00 +0400 erlang (1:11.b.4-2) unstable; urgency=low [ Sergei Golovan ] * Replaced `ps` by `pgrep` in prerm scripts to make them more clear. * Added dependency on procps package because `pgrep` is used in prerm scripts and procps is not an essential package (closes: #417413). * Updated TODO.Debian. -- Torsten Werner Sun, 08 Apr 2007 19:21:46 +0400 erlang (1:11.b.4-1) experimental; urgency=low [ Sergei Golovan ] * New upstream release R11B-4. * Added stub manual page for escript. -- Torsten Werner Wed, 28 Mar 2007 20:15:50 +0400 erlang (1:11.b.3-1) experimental; urgency=low * New upstream release. [ Torsten Werner ] * Change header of erlang-depends(1) man page. [ Sergei Golovan ] * Fixed FTBFS on m68k architecture. * Documented RSA derived code license in debian/copyright (closes: #405360). * Switched to quilt for patch management * Switched to conventional source:Version, binary:Version and source:Upstream-Version substvars (thus making porting to sarge nontrivial). * Added flex build-dependency (it is needed by megaco application). * Added autoconf2.13 to Build-Conflicts because if it is present then it is used instead of autoconf 2.50 and fails. * Fixed clause arrows syntax highlighting in Erlang mode for Emacs (closes: #413052). * Fixed $' and $" patterns syntax highlighting in Erlang mode for Emacs. -- Torsten Werner Fri, 09 Feb 2007 20:44:55 +0300 erlang (1:11.b.2-4) unstable; urgency=medium [ Sergei Golovan ] * Fixed erlang-base and erlang-base-hipe prerm scripts. -- Erlang Packagers Sun, 03 Dec 2006 17:07:44 +0300 erlang (1:11.b.2-3) unstable; urgency=medium * Introduce erlang-depends to calculate ${erlang-*:Depends} for packages that Build-Depend on erlang. * Setting urgency to medium because this revision does not change any existing functionality but it is important for future backports to etch. -- Torsten Werner Thu, 30 Nov 2006 21:47:53 +0100 erlang (1:11.b.2-2) unstable; urgency=low [ Sergei Golovan ] * Added IPv6 name resolution patch by Mikael Magnusson (closes: #399628) -- Erlang Packagers Tue, 21 Nov 2006 22:07:56 +0300 erlang (1:11.b.2-1) unstable; urgency=low [ Sergei Golovan ] * New upstream release. * Removed /dev/epoll support patch. Now /dev/epoll is supported out-of-the-box. * Optimized erlang-base and erlang-base-hipe prerm and postinst scripts (thanks to Aaron M. Ucko, closes: #394379). * Changed erlang-base and erlang-base-hipe prerm scripts to stop erlang-based services on 'remove in-favour' operation and postinst scripts to start the services on any 'configure' operation. It makes upgrading when conflicting erlang-doc-html is installed or replacing erlang-base by erlang-base-hipe (or vice versa) correct. * Added stub manual pages for all utilities, which are placed to /usr/bin/, with reference to erlang-manpages package. * Added conflict with erlang-manpages <= 1:11.b.1-2 because of added stub manpages. -- Erlang Packagers Wed, 08 Nov 2006 17:44:44 +0300 erlang (1:11.b.1.dfsg-1) unstable; urgency=medium [ Sergei Golovan ] * Removed nonfree documentation from the upstream source and added dfsg suffix to version number (closes: #393367). * Removed conflicts with erlang-doc-html from all packages except erlang-base and erlang-base-hipe. * Removed conflicts with erlang binary packages from all packages (made them just replace earlier versions). * Added erlang-src, erlang-examples, and erlang-mode dependency on erlang-base (or erlang-base-hipe). It's done only for easier packaging. * Moved overriding config.sub and config.guess from dpatch to debian/rules. * Bind Backspace key in Erlang mode for Emacs and XEmacs differently (closes: #388851). * Added description to all patches in debian/patches. [ Torsten Werner ] * Set urgency to medium, because we are fixing a RC bug. -- Torsten Werner Mon, 16 Oct 2006 19:30:39 +0200 erlang (1:11.b.1-1) unstable; urgency=low [ Sergei Golovan ] * New upstream version. * Removed 43beam_makeopts.dpatch as it is included in upstream. * Overridden lintian complain about missing manual page for dialyzer (it is available from erlang-manpages package). * Made "make clean" not removing bootstrap files. Otherwise the second build cannot be successful. * Changed dependencies on erlang-base and erlang-base-hipe to allow binary-only NMUs. [ Torsten Werner ] * add SVN id in README.Debian. -- Torsten Werner Tue, 5 Sep 2006 18:11:45 +0200 erlang (1:11.b.0-3) unstable; urgency=low [ Sergei Golovan ] * Made odbc driver build on 64-bit architectures. * Added debian/watch control file. * Added link from /usr/lib/erlang/include/driver.h to /usr/include (it seems not to conflict with other packages). * Disabled optimization for m68k (both -O1 and -O2 do not work, see bug #378599). -- Erlang Packagers Wed, 19 Jul 2006 09:03:17 +0400 erlang (1:11.b.0-2) experimental; urgency=low [ Sergei Golovan ] * Added odbc application building (with unixodbc dependency). * Merged changes from erlang 1:10.b.10-3, namely: * Replaced ibm-linux by ibm-linux-gnu in config.guess. * Use -O1 optimization flag for m68k (workaround for bug in GCC, but there are still bugs in glibc, so it's unlikely to build erlang on m68k). * Corrected erlang-dev short description. * Corrected erlang-src.patterns (moved nonsource gs application files to erlang-x11). * Added prerm and postinstall scripts which stop and start erlang-dependent services (otherwise certain services, e.g. ejabberd become irresponsible after upgrading erlang). * Removed gawk from Build-Depends (mawk is required package and is sufficient), replaced perl5 by perl because perl5 is a virtual package and can't be installed. * Moved erlang.xpm to /usr/share/pixmaps. * Added erlang.desktop to /usr/share/apps/konsole directory making possible to start erlang from Konsole menu. -- Erlang Packagers Sat, 08 Jul 2006 09:38:26 +0400 erlang (1:11.b.0-1) experimental; urgency=low [ Sergei Golovan ] * New upstream version. -- Erlang Packagers Tue, 20 Jun 2006 12:48:30 +0400 erlang (1:10.b.10-3) unstable; urgency=low [ Sergei Golovan ] * Fixed erlang-x11.menu (Erlang Toplevel requires terminal). * Applied patch, which fixes large list matching bug on 64-bit architectures (see http://www.erlang.org/ml-archive/erlang-questions/200606/msg00372.html and http://www.erlang.org/ml-archive/erlang-questions/200606/msg00425.html). * replaced "-include" for "include" in debian/rules to make get-orig-source target working in any directory (see section 4.8 of Debian Policy Manual). -- Erlang Packagers Mon, 19 Jun 2006 23:10:52 +0400 erlang (1:10.b.10-2) unstable; urgency=low [ Sergei Golovan ] * Fixed erlang-dev patterns (excluded private file from orber application) * Added patch for building erlang-base-hipe on arm architecture. * Added libiodbc2-dev and unixodbc-dev to Build-Conflicts to prevent accidental building of odbc application. -- Erlang Packagers Tue, 13 Jun 2006 14:05:39 +0400 erlang (1:10.b.10-1) unstable; urgency=low * New upstream release. * Added patch for building Erlang on GNU/kFreeBSD (Closes: #345204). * As a side effect Erlang can be built on GNU/Hurd now. * Added patch for building Erlang on Sparc (Closes: #328031). * Added erlang-dev package, containing development files (C-interface headers and libraries, Erlang/OTP application headers). Closes: #367614. * Added erlang-examples package, containing Erlang/OTP application examples. * Cleaned up debian/rules script, added the possibility to configure Erlang without kernel poll support (useful for kFreeBSD and Hurd architectures). -- Erlang Packagers Sat, 10 Jun 2006 14:33:56 +0400 erlang (1:10.b.9-5) unstable; urgency=low * Sergei Golovan noticed that on platforms supporting HiPE, erlang- base and erlang-base-hipe and configured the same way. Fixed. * New maintainers: Erlang Packagers [ Sergei Golovan ] * Removed unused files (updvsn, preservebeam, extrafiles, erlang-doc.docs, *.install). * Removed unnecessary patches from patches/00list. * Made templates from erlang-base.links, erlang-mode.links, erlang-base-hipe.links. Replaced explicit version numbers to version templates. * Corrected dependencies in control file (replaced erlang-base-hipe by erlang-base because erlang-base-hipe is not always available, made all packages conflict with erlang-manpages and erlang-doc-html with incompatible versions). * Cleaned up lintian override files. * Made installing erlang with and without HIPE to debian/erlang-hipe and debian/erlang-std respectively (making debugging easier). Rewrote install part of the script (made it removing some src files and object files from ssl and crypto applications). Made some cleanups in rules. * Fixed warnings of missing final newline in several files. * Added menu entries to erlang-nox and erlang-x11 packages (since they use /usr/bin/erl which is not present in these packages, there are also new entries in lintian override files). * Added supervisor performance improvement patch (http://support.process-one.net/browse/EJAB-19). * Added epoll support patch (http://developer.sipphone.com/ejabberd/erlang_epoll_patch/). * Restored patch which makes erl -man searching manual pages in the standard locations. * Moved sasl and stdlib beams from erlang-nox to erlang-base-hipe and erlang-base packages making them usable without erlang-nox. * Closes: #367996 * Replaced Ericcson by Ericsson in control file (Closes: #368808) * Added conflicts of erlang-nox, erlang-x11, erlang-base, erlang-base-hipe with erlang-src of incompatible version. -- Erlang Packagers Mon, 29 May 2006 00:48:11 +0400 erlang (1:10.b.9-4) unstable; urgency=low [ Francois-Denis Gonthier ] * Disables HiPE build for hppa64 and m68k. * Upgraded policy version. [ Torsten Werner ] * disabled HiPE build an arm (not only armv4l) * added myself to the Uploaders: field in debian/control -- Torsten Werner Tue, 16 May 2006 17:35:41 +0200 erlang (1:10.b.9-3) unstable; urgency=low * Closes: #366398: Same has #358410. * Closes: #357134: NMU of Luk Claes. Most of those errors were already fixed in the new package. Thanks. * Closes: #358179: Removed the copy of the LGPL in the copyright file. I've put the required shorter text. * Disabled HiPE build for mips, arm, mipsel, s390 and sparc, in hope that it fixe FTBS on those platforms. * Closes: #358410. erlang-src and erlang-mode are now Architecture: all. * erlang-nox and erlang-x11 are now built as arch-dependant targets since, practically, they depend on one of erlang-runtime to be built. * Added a link from /usr/lib/erlang/usr/include to /usr/include/erlang to fix potential FTBS of dependencies of Erlang. * cant install erlang package (dependencie problem) (Closes: #366398) -- Francois-Denis Gonthier Mon, 8 May 2006 21:06:21 -0400 erlang (1:10.b.9-2) unstable; urgency=low * Closes: #333853, moved driver_int.h and erl_driver.h to /usr/include. * Closes: #331817, added debconf-2.0 alternative to erlang dependencies. * Closes: #344118, added a missing "," in Depends in the control file. * Removed dependency to bash v3, which means Erlang 10.b.9-2 is backportable to Sarge thanks to Sergei Golovan. * 10.b.9-1 was a test version that was announced on the erlang- questions mailing list. * erlang-manpages: Manpages are not where erl -man looks for them (Closes: #348333). erl -man is now using the standard manual path and MANSECT=1:3erl:4:6. * /usr/bin/ear is a dangling symlink (Closes: #346548) * Removed ear, ecc, elink, escript, which are bad links produced even by the standard erlang install (I sure should ask erlang-questions about those). * FTBFS: build-depends on removed xlibs-dev (Closes: #346655) -- Francois-Denis Gonthier Tue, 24 Jan 2006 13:07:19 -0500 erlang (1:10.b.9-1) unstable; urgency=low * New upstream version. -- Francois-Denis Gonthier Wed, 14 Dec 2005 11:42:47 -0500 erlang (1:10.b.8-2) unstable; urgency=low * HiPE-enabled binaries are now put in their own package. * Source files (*.erl, *.hrl, *.c and *.h) are now put in their own package since they are not required to use the system. * Well, I have dpatch'ified the thing but since I now use svn- buildpackage locally, the patches are not rather useless. * Closes: #333853 * Closes: #331817 * Major rules overhaul. I've had some problems getting some targets to run twice but I worked around them. -- Francois-Denis Gonthier Mon, 28 Nov 2005 14:44:55 -0500 erlang (1:10.b.8-1) unstable; urgency=low * new upstream version * fully dpatch'ified. * Emacs editing mode pulled from the main package and put into it's own erlang-mode package. * As it was suggested a few times, I've splitted the main arch- independent package in two. There is now an erlang-nox package which include the base applications that don't require tk8.4 to work. The applications that depend on gs and thus on tk8.4 and now in erlang-x11. * The files that go in the 3 packages are now determined using regular expressions. See analyse.sh for details. -- Francois-Denis Gonthier Tue, 1 Nov 2005 23:24:01 -0500 erlang (1:10.b.7-2) unstable; urgency=low * Now using autooconf2.5x * The whole package is now dpatch'ified. * I've simplified the aggressive cleaning done in the clean phase of debian/rules. It doesn't mean that it was wrong, but right now I don't fully understand the need for it. I take care of preserving the pristine content of the bootstrap directory instead of using the weird preservebeam script. I suspect that might be causing some problems on some plateforms althought I don't really know why. -- Francois-Denis Gonthier Wed, 28 Sep 2005 00:02:28 -0400 erlang (1:10.b.7-1) unstable; urgency=low * new upstream version * Closes: #317456 #310741 -- Francois-Denis Gonthier Mon, 5 Sep 2005 20:59:45 -0400 erlang (1:10.b.5-1) unstable; urgency=low * new upstream version * Still Closes: #307725 * A remaining rpath problem has been fixed by a change in make/configure.in. I hope it won't break anything else. * Moved a few binary file from erlang to erlang-base. Apparently they were binary executable files. * I guess it Closes: #298076 too. -- Francois-Denis Gonthier Sat, 14 May 2005 17:47:38 -0400 erlang (1:10.b.4-3) unstable; urgency=low * Fixes updvsn which did not detect all version change and left some old directories behind. * Change O3 for O2 in erts/emulator/Makefile.in (thanks Will Newton) * Still not uploaded so: New Maintainer (Closes: #307725) * Removed dependency on sed since it's a build essential * Removed debian/conffiles, which is not useful. * Manually removed SSH & ODBC apps which were empty (thanks Nicolas Niclausse) -- Francois-Denis Gonthier Wed, 11 May 2005 10:58:03 -0400 erlang (1:10.b.4-2) unstable; urgency=low * New maintainer (Closes: #307725) -- Francois-Denis Gonthier Mon, 9 May 2005 23:17:42 -0400 erlang (1:10.b.4-1) unstable; urgency=low * new upstream version -- Francois-Denis Gonthier Thu, 5 May 2005 14:45:00 -0400 erlang (1:10.b.1a-2.2) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for sarge-targetted RC bugfix * Build with --disable-hipe on everything but amd64 (not just on i386), for compatibility with 2.4 kernels in sarge; thanks to Lars Wirzenius for tracking this down. Closes: #276800. -- Steve Langasek Sat, 12 Mar 2005 01:27:58 -0800 erlang (1:10.b.1a-2.1) unstable; urgency=high * NMU * configure --disable-hipe on i386, (Closes: #276800) -- Frank Lichtenheld Sat, 12 Mar 2005 14:50:16 +0100 erlang (1:10.b.1a-2) unstable; urgency=low * Rebuild with corrected pathnames to libraries (remove duplicates). * Compiled with -fPIC to support RISC (among others). -- Brent A. Fulgham Wed, 24 Nov 2004 20:07:57 -0800 erlang (1:10.b.1a-1) unstable; urgency=low * New upstream release: - Compiler optimizations. - Runtime memory use error. - Better support for the new try/catch syntax. - Emulator crash with bignums corrected. - HIPE updated to correct a bug that caused the emulator to crash. * Added a 'conflicts' with libxmerl-erlang, since 'xmerl' is now distributed with Erlang OTP. Perhaps we need some way to allow this to be upgraded if xmerl has interim releases... -- Brent A. Fulgham Fri, 19 Nov 2004 23:36:41 -0800 erlang (1:10.b.0-2) unstable; urgency=low * Fix erlc: VSN value changed and I didn't catch it. Revised build script to extract correct version from sources so I don't make this mistake again. -- Brent A. Fulgham Sun, 10 Oct 2004 14:01:06 -0700 erlang (1:10.b.0-1) unstable; urgency=low * New upstream release. * Numbering now matches upstream. * Correct package description duplication. (Closes:#275595) -- Brent A. Fulgham Wed, 6 Oct 2004 22:07:42 -0700 erlang (1:9.2.2-6) unstable; urgency=low * Include crypto support. (Closes:#270629) -- Brent A. Fulgham Mon, 27 Sep 2004 21:12:45 -0700 erlang (1:9.2.2-5) unstable; urgency=low * Correct s390 build bug (autoconf/config.guess returns triplet s390-ibm-linux, rather than the s390-ibm-linux-gnu expected by config.sub and others. -- Brent A. Fulgham Thu, 2 Sep 2004 00:29:45 -0700 erlang (1:9.2.2-4) unstable; urgency=low * A few more cleanups. (Closes:#263590). * Add lintian-override for binaries-without-manpage, since these manpages are all provided in the erlang-manpages package. -- Brent A. Fulgham Sat, 28 Aug 2004 17:12:12 -0700 erlang (1:9.2.2-3) unstable; urgency=low * Build with Tcl/Tk 8.4 to be more "modern". * Provide better cleanup. Thanks to David N. Welton for the fix. (Closes: #263590). -- Brent A. Fulgham Fri, 6 Aug 2004 23:36:28 -0700 erlang (1:9.2.2-2) unstable; urgency=low * Include dependency on Tcl/Tk 8.3 to allow gs to work. -- Brent A. Fulgham Sat, 31 Jul 2004 18:53:58 -0700 erlang (1:9.2.2-1) unstable; urgency=low * New upstream release. * Highlights: Some performance improvements, some bug fixes. -- Brent A. Fulgham Thu, 24 Jun 2004 22:49:25 -0700 erlang (1:9.2.1-5) unstable; urgency=low * Before someone files a bug: ecc conflicts with elastiC, so change link to "erl-ecc". -- Brent A. Fulgham Sat, 19 Jun 2004 09:24:24 -0700 erlang (1:9.2.1-4) unstable; urgency=low * A few straggling links to ear, escript. -- Brent A. Fulgham Sun, 13 Jun 2004 00:55:23 -0700 erlang (1:9.2.1-3) unstable; urgency=low * Ugh! Links didn't get picked up after the migration of platform independent files. (Closes:#253988) -- Brent A. Fulgham Sat, 12 Jun 2004 09:25:40 -0700 erlang (1:9.2.1-2) unstable; urgency=low * Make upgrade easier. (Closes:#253914) * Clean up various lintian warnings. (Made icon 32x32) -- Brent A. Fulgham Fri, 11 Jun 2004 23:42:45 -0700 erlang (1:9.2.1-1) unstable; urgency=low * New upstream release.(Closes:#253116) * Correct Emacs handling. (Closes:#240235). * Never uploaded 9.2-6 -- make sure (Closes:#237653) -- Brent A. Fulgham Wed, 9 Jun 2004 22:57:36 -0700 erlang (1:9.2-6) unstable; urgency=low * Reconfigure a few things: Make the 'erlang' package hold the architecture-independent files. Make the 'erlang-base' package hold the base virtual machine (platform-dependent). * Remove duplicates where possible. (Closes:#237653) -- Brent A. Fulgham Mon, 15 Mar 2004 21:10:42 -0800 erlang (1:9.2-5) unstable; urgency=low * Regenerate configure stuff in the hopes that this will help HPPA builds. * Updated config.guess, config.sub to most recent version for autoconf2.13 series. -- Brent A. Fulgham Mon, 9 Feb 2004 21:37:33 -0800 erlang (1:9.2-4) unstable; urgency=low * Add ia64 to buildable architectures (now that it builds!). (Closes:#142642, #161266, #225226) -- Brent A. Fulgham Sun, 8 Feb 2004 00:33:38 -0800 erlang (1:9.2-3) unstable; urgency=low * Minor fixes to build packages. * Incorporate Daniel Schepler's patch (Closes:#196247) -- Brent A. Fulgham Sat, 8 Nov 2003 21:00:56 -0800 erlang (1:9.2-2) unstable; urgency=low * Correct bad 'WWW' path. (Closes:#207375). -- Brent A. Fulgham Wed, 27 Aug 2003 23:41:08 -0700 erlang (1:9.2-1) unstable; urgency=low * The Erlang 9RC Release. -- Brent A. Fulgham Thu, 14 Aug 2003 21:25:25 -0700 erlang (1:9.1-3) unstable; urgency=low * Declare platform dependencies only on architectures supported by upstream. The proper place for these to be fixed is in a real porting effort, not by keeping Erlang out of stable. (Closes:#142642), (Closes:#161266), (Closes:#179803), (Closes:#189591) * Correct bad symlink to epmd (among others). (Closes:#196268) -- Brent A. Fulgham Mon, 23 Jun 2003 23:30:16 -0700 erlang (1:9.1-2) unstable; urgency=low * Incorporate Laurent Bonnaud's patch for allowing the Erlang mode to work under XEmacs. (Closes:#179277) -- Brent A. Fulgham Tue, 18 Mar 2003 21:43:28 -0800 erlang (1:9.1-1) unstable; urgency=low * New upstream release. Highlights: + Constant expressions now evaluated at compile time. + "," and "and" guards now handled properly. + Corrections for floating point problems. + Some 64-bit architecture fixes. -- Brent A. Fulgham Fri, 14 Mar 2003 22:19:50 -0800 erlang (1:9.0-10) unstable; urgency=low * Correct settings of ERLDIR to not include quotes. This corrects a problem that kept Yaws from building properly "out of the box." A tip 'o the hat to Jimmie Houchin for noticing. -- Brent A. Fulgham Sun, 2 Mar 2003 20:33:22 -0800 erlang (1:9.0-9) unstable; urgency=low * Add conflicts to elastic-base. (Closes:Bug#179816) -- Brent A. Fulgham Tue, 4 Feb 2003 22:11:08 -0800 erlang (1:9.0-8) unstable; urgency=low * Remove dangling symlinks from bad earlier package. (Closes:#170528) * Remove HIPE support for SPARC. SPARC only supports HIPE under SOLARIS (for now), so this causes build failures. -- Brent A. Fulgham Sun, 2 Feb 2003 20:38:37 -0800 erlang (1:9.0-7) unstable; urgency=low * HPPA built on Paer, so I'm opening up the architecture to 'any'. * Changed 'gawk' dependency to plain 'awk'. -- Brent A. Fulgham Sat, 1 Feb 2003 23:09:23 -0800 erlang (1:9.0-6) unstable; urgency=low * Erlang won't build on other architectures because of my monkeying around with 'ecc'. Too many scripts depende on it being named 'ecc' and located in /usr/bin/ecc. And I'm not sure how many external Erlang programs make this assumption. Going back to conflicting with Elastic. -- Brent A. Fulgham Sat, 1 Feb 2003 10:29:31 -0800 erlang (1:9.0-5) unstable; urgency=low * Fix some lintian warnings. * Move all Java stuff into erlang-base, declare as binary-indep, and remove build-depends on Java (since autobuilders don't need to build these parts.) Since the java-stuff is not critical to the function of Erlang, modify build rules to ignore failure if 'javac' does not exist, for example. * Incorporated translations for German, Spanish, and Japanese. -- Brent A. Fulgham Thu, 30 Jan 2003 21:46:22 -0800 erlang (1:9.0-4) unstable; urgency=low * More fun with 'ecc'. I stupidly copied this into my own /usr/bin, so of course everything works just fine on my system. I figured out where this is referenced in the erlc source and *hopefully* have this fixed so it can coexist with the 'elastic' compiler. (Closes: #172931) * Changed dependency to xlibs-dev (Closes: #170156) -- Brent A. Fulgham Sat, 14 Dec 2002 16:52:18 -0800 erlang (1:9.0-3) unstable; urgency=low * Well, it appears bad paths continue to be a problem. With some messy sed scripts, this is now corrected. "INSTALL_PREFIX" does not seem to be honored by the installation rules from Ericsson (unfortunately). -- Brent A. Fulgham Wed, 13 Nov 2002 23:31:55 -0800 erlang (1:9.0-2) unstable; urgency=low * Correct a link to empd in the runtime. * Provide a menu entry. * Add a conflict with the 'elastic' compiler, which also defines a /usr/bin/ecc. (Closes:Bug#168407) * Use "INSTALL_PREFIX" to avoid all of those bad paths in the compiled scripts. Surprised no one saw this! -- Brent A. Fulgham Sun, 10 Nov 2002 00:00:51 -0800 erlang (1:9.0-1) unstable; urgency=low * New upstream release. -- Brent A. Fulgham Thu, 7 Nov 2002 21:15:57 -0800 erlang (1:8.2-1) unstable; urgency=low * New maintainer. * New upstream version. * Correct a few lintian warnings, eject 'java' package that caused the Debian install system to complain. -- Brent A. Fulgham Sat, 10 Aug 2002 23:16:47 -0700 erlang (49.1-10.1) stable; urgency=high * Non-maintainer upload by the Security Team * Apply patch for double-free bug to included copy of zlib -- Matt Zimmerman Thu, 14 Feb 2002 04:38:23 +0000 erlang (49.1-10) frozen unstable; urgency=low * Incorporate bug fixes only from upstream maintainer. The bug could lead in database deadlock in some situations. -- Samuel Tardieu Sun, 27 Feb 2000 15:27:34 +0100 erlang (49.1-9) frozen unstable; urgency=low * Add a tiny patch to avoid a duplicate case clause on Sparc, because the latest /usr/include/asm/signal.h files have the same value for SIGLOST and SIGPWR. Closes an unreported important bug (this package could not be rebuilt on Sparc). This 4 lines patch is the only code change in this revision. * Add libncurses5-dev to the Build-Depends list. Closes: #58151. * Remove c-shell from the Depends list. Closes: #58152. -- Samuel Tardieu Tue, 15 Feb 2000 13:58:41 +0100 erlang (49.1-8) frozen unstable; urgency=low * Apply latest upstream patches for the build process. Closes: #57349, #57350. No new functionality has been added. -- Samuel Tardieu Tue, 8 Feb 2000 13:38:34 +0100 erlang (49.1-7) frozen unstable; urgency=low * Remove Alpha from list of supported targets. Obviously, this code is 32 bits specific. Closes: #55237. -- Samuel Tardieu Mon, 17 Jan 2000 17:11:31 +0100 erlang (49.1-6) unstable; urgency=low * Remove the etkdir.dpatch patch as it is not necessary. -- Samuel Tardieu Mon, 13 Dec 1999 13:05:11 +0100 erlang (49.1-5) unstable; urgency=low * Apply patch from upstream to build Erlang libraries with proper dynamic flags. * Apply patch from upstream to put etk in the right directory. -- Samuel Tardieu Sat, 11 Dec 1999 16:59:37 +0100 erlang (49.1-4) unstable; urgency=low * Add a patch to fix multicast bug. Submitted to upstream authors. -- Samuel Tardieu Wed, 8 Dec 1999 18:48:31 +0100 erlang (49.1-3) unstable; urgency=low * Add Pre-Depends lines for dpkg. * Apply unofficial patch for building ETK library. * Change status of two patches from unofficial to official. * Apply official patch for fixing netadm functions. -- Samuel Tardieu Mon, 6 Dec 1999 13:14:50 +0100 erlang (49.1-2) unstable; urgency=low * Split this file into different package, to avoid duplication of architecture independent files. * Remove dependency on java. Closes: #51383. * Remove hard-coded path inherited at installation time. -- Samuel Tardieu Mon, 29 Nov 1999 15:42:55 +0100 erlang (49.1-1) unstable; urgency=low * New upstream release. * New maintainer. * New packages. -- Samuel Tardieu Thu, 25 Nov 1999 11:26:58 +0100 erlang (47.4.1-2) unstable; urgency=low * Closed bugs: #38119, #38265 - sparc, alpha ports and clean target. -- Mark Ng Mon, 21 Jun 1999 21:45:00 +1100 erlang (47.4.1-1) unstable; urgency=low * the .erl files now have their own package, giving a total of 5 packages. * moved the .jam files and docs into their arch independant packages. * New upsteam release. -- Mark Ng Sat, 8 May 1999 16:45:00 +1100 erlang (47.4.0-1) unstable; urgency=low * Initial Release. * Split into -base and -dev packages * Erlang sources for libraries and tools are removed from the bin dist. -- Mark Ng Thu, 4 Feb 1999 23:21:00 +1100