Change logs for erlang source package in Edgy

  • 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 successfull.
      * Changed dependencies on erlang-base and erlang-base-hipe to allow
        binary-only NMUs.
    
      [ Torsten Werner ]
      * add SVN id in README.Debian.
    
    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).
      * Disablet optimization for m68k (both -O1 and -O2 do not work,
        see bug #378599).
    
    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 (1:11.b.0-1) experimental; urgency=low
    
      [ Sergei Golovan ]
      * New upstream version.
    
     -- Christian Bj?levik <email address hidden>   Wed,  20 Sep 2006 23:14:02 +0100
  • 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).
      * Replaced ibm-linux by ibm-linux-gnu in config.guess (Closes: #358182).
      * 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 (Closes: #370405).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  02 Jul 2006 21:03:05 +0100
  • 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 (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).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  26 Jun 2006 08:54:36 +0100
  • 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 (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
    
    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)
    
    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)
    
    erlang (1:10.b.9-1) unstable; urgency=low
    
      * New upstream version.
    
    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.
    
    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.
    
    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.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 13:47:40 +0100
  • erlang (1:10.b.7-1) unstable; urgency=low
    
    
      * new upstream version (Closes: #317456, #310741)
    
     -- Francois-Denis Gonthier <email address hidden>  Mon,  5 Sep 2005 20:59:45 -0400