Change log for cedet package in Ubuntu

110 of 10 results
Deleted in natty-release (Reason: LP: #733527)
Obsolete in maverick-release
cedet (1:1.0pre4-3.1) unstable; urgency=low

  [ Jari Aalto ]
  * Non-maintainer upload.
  * debian/patches
    - (10): New patch. Handle renamed outbuffer to bytecomp-outbuffer
      during byte compile (Closes: #581664). Patch thanks Ubuntu:
      Anselm Helbig <email address hidden>.
 -- Bhavani Shankar <email address hidden>   Wed, 02 Jun 2010 19:44:05 +0300

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
Obsolete in karmic-release
cedet (1:1.0pre4-3ubuntu1) karmic; urgency=low

  * debian/patches/0010-Fix-byte-compile-error-outbuffer.patch:
    - handle renamed outbuffer to bytecomp-outbuffer during byte compile
      (LP: #420402)

 -- Anselm Helbig <email address hidden>   Sat, 03 Oct 2009 13:39:31 +0200

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
cedet (1:1.0pre4-3) unstable; urgency=low

  * debian/control:
    - Remove dpatch Build-Depends.
    - Add VCS-Browser and VCS-Git fields.
    - Bump Standards-Version to 3.7.3.
    - Bump dependencies so that we force the new semantic package to build
      properly (Closes: #412015).
  * debian/copyright:
    - Add copyright notices to silence lintian.
  * debian/eieio.examples:
    - Remove linemark.el.
  * debian/*.emacsen-(install|remove):
    - Use /usr/share/info rather than /usr/info.
  * debian/*-install.el:
    - List explicit paths to add to the load path while compiling, and
      prohibit Debian's normal load files from starting.  This should
      prevent problems like loading a new version of the semantic package
      without first loading the packages that it depends on.  It should
      help to future-proof us against bug reports to this effect.  It will
      also provide a slight speed boost during compilation, and prohibits
      3rd-party packages from messing up our build
      (Closes: #484667, #440893).
  * debian/patches:
    - Manage this using git.
  * debian/rules:
    - Remove use of dpatch in favor of a simple patch invocations.
    - Add "genpatches" command for the maintainer to call to generate the
      contents of debian/patches.
    - Fix lintian warning about binary-arch.
    - Don't remove linemark.el from /usr/share/emacs/site-lisp/eieio, at
      request of Étienne BERSAC.
  * debian/semantic.emacsen-install:
    - Don't compile semantic-example.el, since emacs-snapshot has issues
      with it.

 -- Bhavani Shankar <email address hidden>   Wed,  20 Aug 2008 10:19:21 +0100
Superseded in intrepid-release
Obsolete in hardy-release
cedet (1:1.0pre4-2ubuntu1) hardy; urgency=low

  * debian/control: Bump dependencies so that we force the new package for
    semantic to build properly.  Hopefully this will be the last time we
    need to do this for a while.
  * debian/*.emacsen-(install|remove): Use /usr/share/info rather than
    /usr/info.
  * debian/*-install.el: List explicit paths to add to the load path while
    compiling, and prohibit Debian's normal load files from starting.
    This should prevent problems like loading a new version of the
    semantic package without first loading the packages that it depends
    on.  It should help to future-proof us against bug reports to this
    effect.  It will also provide a slight speed boost during compilation,
    and prohibit 3rd-party packages from messing up our build.
    Fixes LP: #150632, LP: #154700, LP: #154701, LP: #154704, LP: #155568,
    LP: #155570, LP: #155575, LP: #156142, LP: #162098.
  * debian/semantic.emacsen-install: Don't compile semantic-example.el,
    since emacs-snapshot has issues with it.
  * Follow Debian Maintainer spec.

 -- <email address hidden> (Michael W. Olson (GNU address))   Sun, 23 Mar 2008 12:56:38 -0700
Superseded in hardy-release
Obsolete in gutsy-release
cedet (1:1.0pre4-2) unstable; urgency=low

  * debian/control:
    - Update dependencies to be 1.0pre4-1 or later.  If I get another bug
      report like this in the future, I'll have to make the packages
      depend on an exact version of one another using ${source:Version}.
      (Closes: #433940, #436888).
    - Make myself the maintainer, and keep mhatta as an Uploader.
  * Mark some bugs as fixed.
    - Busy loop issue (Closes: #418071, #433651, #434363).  The reason
      that this bug was not really fixed before 1.0pre4-1 is that the
      patch didn't get added to patches/00list.
    - Missing info files issue (Closes: #428719).  This was fixed in
      1.0pre4-1.

 -- <email address hidden> (Michael W. Olson)   Fri,  05 Oct 2007 08:43:27 +0100
Superseded in gutsy-release
cedet (1:1.0pre4-1) unstable; urgency=low

  * Michael Olson kindly prepared this release (and will soon take
    over the maintainership).  Thanks! 

  [ Michael Olson ]
  * New upstream pre-release.
  * debian/*.emacsen-install: Install symlinks for source files.
  * debian/semantic.emacsen-install:
    - Compile the contents of the bovine subdirectory.
    - Include all source directories in path.el when compiling.
    - Install symlink to /usr/share/emacs/site-lisp/semantic/wisent.
      This takes too long to build, so it will stay in source form.
    - (UNCOMPILED): New variable indicating a regular expression that
      matches files to never compile due to errors.
  * debian/*.emacsen-startup: 
    - Only add flavor-specific directories to load-path.
    - Use debian-pkg-add-load-path-item.
  * debian/patches:
    - 01_cogre_tweak_info: Also apply fix to source of manual.
    - 02_semantic_tweak_info: Also apply fix to source of manual.
      Update for new CEDET pre-release.
    - 05_recursive_require_fix_sb-info, 06_semantic_idle_fix: Drop, since
      these are applied upstream.
    - 05_eieio_manual_dircategory: Fix lintian warning in eieio manual.
    - 06_ede_manual_dircategory: Fix lintian warning in EDE manual.
    - 07_cogre_manual_dircategory: Fix lintian warning in cogre manual.
    - 08_semantic_grammar_wy_fix: Fix compilation of
      semantic-grammar-wy.el.  This replaces the patch that used to be
      included in the Debian packaging for cedet.
    - 09_skeleton_by: Include a pre-generated version of
      semantic-skeleton-by.el, and instruct semantic/bovine/Makefile to
      generate this file for upstream's benefit.
  * debian/rules:
    - (clean): Fix lintian warning.

 -- Reinhard Tartler <email address hidden>   Tue,  24 Jul 2007 10:23:21 +0100
Superseded in gutsy-release
cedet (1:1.0pre3-7) unstable; urgency=low

  * Fixed annoying 100% CPU usage problem in semantic-idle.el 
      - closes: #279077, #402013, #418071, #282657, #276628
  * Fixed recursive require problem for sb-info - closes: #402015
  * Do not require semantic-load in semantic-emacsen-startup.
    Now semantic.cache won't be made unless it's really needed 
      - closes: #270744
    Also, you may set
    (setq semanticdb-default-save-directory "/path/to/dir")

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 May 2007 10:41:07 +0100
Superseded in gutsy-release
Obsolete in feisty-release
cedet (1:1.0pre3-6) unstable; urgency=low

  * Made Depends to Pre-Depends in cedet-common.  Let's see what happens.

Superseded in feisty-release
Obsolete in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
cedet (1:1.0pre3-1) unstable; urgency=low


  * Works has been done at Codefest Asia 2005 in Colombo, Sri Lanka.
  * New upstream release - closes: #310097
  * Acknowledged NMUs - closes: #269733, #272286
  * Bumped Standards-Version to 3.6.2.1 (no physical changes).
  * eieio now depend on cedet-common - closes: #281392
  * Fixed wrong load-path in 50eieio.el - closes: #270386
  * Changed the position of load-path addition - closes: #273632

 -- Masayuki Hatta (mhatta) <email address hidden>  Wed,  7 Sep 2005 17:37:37 +0900
Obsolete in breezy-release
Obsolete in hoary-release
cedet (1:1.0beta3b-1.1) unstable; urgency=low


  * NMU
  * Have eieio conflict with emacs20 since it will not install if it's
    installed (can't compile the .el files) and we no longer provide
    it in unstable (Closes: #269733, #272286)

 -- Javier Fernandez-Sanguino Pen~a <email address hidden>  Fri,  5 Nov 2004 21:28:44 +0100
110 of 10 results