Skip to content

Debian Changelog cedet (1:1.0pre4-3)

2008

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.

 -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Wed, 02 Jul 2008 22:41:16 -0700

2007

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.

 -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Thu, 16 Aug 2007 13:35:08 -0400

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.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Thu, 12 Jul 2007 14:22:28 +0900

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")

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Mon, 30 Apr 2007 23:08:13 +0900

2006

cedet (1:1.0pre3-6) unstable; urgency=low

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

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue, 17 Oct 2006 05:51:33 +0900

cedet (1:1.0pre3-5) unstable; urgency=low

   * Fixed recursive 'require' in sb-info.el.  I started to love this thing.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sat, 14 Oct 2006 09:04:27 +0900

cedet (1:1.0pre3-4) unstable; urgency=low

   * Now semantic can be installed with XEmacs -- I know this is a dirty hack, but it works.
   * Fixed recursive 'require' in ede-pconf.el.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Fri, 13 Oct 2006 05:56:57 +0900

cedet (1:1.0pre3-3) unstable; urgency=low

   * Removed a kludge in semantic-grammar-wy.el which was accidentally left.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed, 11 Oct 2006 08:47:59 +0900

cedet (1:1.0pre3-2) unstable; urgency=low

   * Bumped to Standards-Version: 3.7.2.
   * Fixed recursive 'require' in semantic-ede-grammar.el, thanks Robert Suna - closes: #384458, #372539, #370543, #370543, #375198
   * Removed excessive requires in semantic.emacsen-startup - closes: #353544
   * Removed problesome load-path handling in cedet-autogen.el - closes: #266853, #266859, #266888, #267249
   * Fixed speedbar dependency for cedet-common - closes: #358344

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed, 11 Oct 2006 03:15:44 +0900

2005

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) <mhatta@debian.org>  Wed, 7 Sep 2005 17:37:37 +0900

2004

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 <jfs@computer.org>  Fri, 5 Nov 2004 21:28:44 +0100

cedet (1:1.0beta3b-1) unstable; urgency=high

   * Initial Release as CEDET.
   * New maintainer for eieio, semantic and speedbar(-beta)
     - closes: #227869, #227871, #227872, #227873
   * Set an epoch since the old Semantic got bigger version than the CEDET one.
   * Now uses dpatch.
   * [01_cogre_tweak_info.dpatch]: tell install-info what cogre.info is.  Maybe there is some better solution.
   * [02_semantic_tweak_info.dpatch]: ditto.
   * Fixed the dependency on emacsen - closes: #232753, #232793

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue, 10 Aug 2004 09:57:55 +0900