Skip to content

Debian Changelog jde (2.3.5.1-5)

2008

jde (2.3.5.1-5) unstable; urgency=low

   * debian/README.Debian:
     - Update for latest changes.
   * debian/control:
     - Suggests: Change libtomcat5-java to libtomcat5.5-java (LP: 204804).
     - Bump Standards-Version to 3.8.0.
   * debian/copyright:
     - Add basic copyright notice to silence lintian.
   * debian/emacsen-startup:
     - Don't use the 2nd field of update-java-alternatives to determine the
       version of Java, because that is not the purpose of the field
       (LP: #234690).
   * debian/jde.doc-base:
     - Change section to Programming.
   * debian/rules:
     - Keep patches in debian/patches, in order to make it potentially
       easier for upstream to apply them.  They are managed using git, and
       applied using patch -p1.
   * lisp/jde-import.el:
     - Fix error with jde-import-kill-extra-imports in emacs22.  Thanks to
       Mike Gratton for the report (LP: #145437).

 -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Wed, 09 Jul 2008 08:47:51 -0700

jde (2.3.5.1-4) unstable; urgency=low

   * debian/copyright: Update download location.
   * debian/emacsen-install: Make find-library work.
   * debian/emacsen-startup:
     - Use debian-pkg-add-load-path-item.
     - Load jde.el, so that JDEE is enabled when a .java file is visited.
       Thanks to Luis Fernando Llana Díaz for the report
       (Closes: #428047).
     - Set the global-senator-minor-mode to t to fix broken syntax
       highlighting.  Thanks to Antti-Juhani Kaijanaho and Jhair Tocancipa
       Triana for the report and fix
       (Closes: #267520).
     - Load beanshell.el before loading jde-compile.el.  This fixes an
       error that happens during startup.
     - Handle case where package is removed but not purged.
     - Add workaround for JDK 1.7 to future-proof ourselves.
     - Automatically register all JDKs installed on the system with JDEE by
       parsing the output from "/usr/sbin/update-java-alternatives --list".
       This makes it easier for new users to get started.
   * debian/control:
     - Add Vcs-Browser and Vcs-Git directives.
     - (Build-Depends): Remove dpatch.
     - (Depends):
       + Add cedet-contrib and cogre.  Thanks to Shyamal Prasad, and Toby
         Speight, ale, Michael Burschik, and jlueters for the report
         (Closes: #444374, #451786, #436088, #450816).
       + Add emacsen-common because we now use
         debian-pkg-add-load-path-item.
   * debian/dirs: Add usr/share/java/bsh-commands/bsh/commands.
   * debian/jde.preinst: Handle emacs22.
   * debian/jde.manpages: New file that installs the jtags manpage.
   * debian/jtags.1: Fix NAME section to silence lintian.
   * debian/patches: Remove in favor of using git.
   * debian/rules:
     - Add instructions for building using git to the header.
     - (binary-indep):
        + Remove executable bit in
          /usr/share/doc/jde/examples/makefile.sample to silence lintian.
        + Install emacsen-startup script with priority 54 so that it loads
          after the rest of CEDET.
     - (install):
       + Install java/bsh-commands/bsh/commands directory.  Thanks to Monte
         Lin (林奇峰) for the report
         (Closes: #247254).
   * lisp/jde-jdb.el: Fix bug when viewing a file with no jdb installed in
     emacs21.

 -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Wed, 20 Feb 2008 23:42:11 -0600

2007

jde (2.3.5.1-3) unstable; urgency=low

   * Bumped to Standards-Version: 3.7.3.
   * Fixed various lintian warnings.
   * Fixed doc-base entry - closes: #424869, #427648
   * Michael Olson will soon take over the maintainership of this package
      - closes: #453477

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sun, 09 Dec 2007 09:26:41 +0900

jde (2.3.5.1-2) unstable; urgency=low

   * Now it's possible to specify the location of needed files
       - closes: #235164, #237041
   * Fixed c-indent-command failure in some cases - closes: #406657
   * emacsen-startup: Removed autoload - closes: #297015
   * emacsen-startup: Added workaround for using JDK 1.6 javac.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed, 02 May 2007 00:10:36 +0900

2006

jde (2.3.5.1-1) unstable; urgency=high

   * New upstream release - closes: #321691
   * Acknowledged NMUs - closes: #332302, #329064, #327911, #327607, #353581
   * Set bsh-jar - closes: #254848, #247254, #234416
   * Bumped to Standards-Version: 3.7.2.
   * Sorted out dependencies and added several Suggests.

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Mon, 23 Oct 2006 01:51:37 +0900

jde (2.3.5-1.1) unstable; urgency=medium

   * NMU.
   * Medium urgency due to RC bug.
   * Fix missing jde-require and version. Thanks to YANG Shouxun.
     Closes: #327911.
   * Added (require 'cedet) to jde.el.
   * Use /usr/share/info, not /usr/info. But the code is not actually
     executed, hrm.

 -- Per Olofsson <pelle@debian.org>  Sun, 19 Feb 2006 00:39:13 +0100

2005

jde (2.3.5-1) unstable; urgency=low

   * New upstream release - closes: #283509
   * Now depends on non-beta speedbar - closes: #267507
   * Bumped Standards-Version to 3.6.2.1 (no physical changes).

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sat, 10 Sep 2005 10:41:41 +0900

2004

jde (2.3.3-2) unstable; urgency=low

   * Make sure /etc/*/site-start.d/50jde.el is removed - closes: #236920

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Mon, 29 Mar 2004 01:05:54 +0900

jde (2.3.3-1) unstable; urgency=low

   * New maintainer - closes: #222259, #227870
   * New upstream release.
   * Re-packaged.
   * Bumped to Standards-Version: 3.6.1.
   * It does compile with xemacs21 now - closes: #154931
   * Unzips jde-ug-toc.txt explicitly - closes: #214969
   * Removed dependency.on now defunct emacs20, and other dependency cleanups. - closes: #208678

 -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Fri, 20 Feb 2004 13:25:33 +0900

jde (2.3.2-4) unstable; urgency=low

   * debian/control: Orphaning, set maintainer to QA.

 -- Ivo Timmermans <ivo@debian.org>  Thu, 15 Jan 2004 12:19:57 +0100

2003

jde (2.3.2-3) unstable; urgency=low

   * debian/control: Remove emacs20-dl dependency.  (Closes: #190826)

 -- Ivo Timmermans <ivo@debian.org>  Tue, 29 Apr 2003 21:43:34 +0200

jde (2.3.2-2) unstable; urgency=low

   * debian/emacsen-install: Add missing files.  (Closes: #185358)

 -- Ivo Timmermans <ivo@debian.org>  Wed, 19 Mar 2003 15:01:57 +0100

jde (2.3.2-1) unstable; urgency=low

   * New upstream release.  (Closes: #169302)
   * New maintainer.
   * debian/rules: Use DH_COMPAT=4 and removed debian/conffiles.

 -- Ivo Timmermans <ivo@debian.org>  Tue, 18 Mar 2003 14:24:07 +0100

2002

jde (2.2.8-4) unstable; urgency=low

   * Fix jde-show-help to work with Debian's placement of docs.
     (closes: #154842)
   * Install autoload file for emacs21 again.  (closes: #167399)
   * If JDE is installed, override the default java mode in emacs.
     (closes: #152755)

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 12 Nov 2002 03:50:39 +0100

jde (2.2.8-3) unstable; urgency=low

   * The "hack-in-a-car" release.
   * install some more docs (closes: #150648).  Also adjust paths in
     debian/doc-base to match this.
   * explicitly set load-path in emacsen-install. (hopefully
     closes: #150672)

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 30 Jun 2002 22:04:12 +0200

jde (2.2.8-2) unstable; urgency=low

   * Fix up doc-base (closes: #144691)

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 27 Apr 2002 22:29:13 +0200

jde (2.2.8-1) unstable; urgency=low

   * New upstream release (closes: #105724)
   * Change Build-Depends to Build-Depends-Indep
   * In the new upstream version, the jde debugger runs fine under Emacs21
     (closes: #140804)
   * The new upstream version seems to have fixed the menu code for xemacs
     as well (closes: 114194)
   * Add missing docs (closes: #121875)

 -- Tollef Fog Heen <tfheen@debian.org>  Mon, 8 Apr 2002 16:22:45 +0200

2001

jde (2.2.7.1-1) unstable; urgency=low

   * New upstream release

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 22 Jul 2001 20:30:29 +0200

jde (2.2.6-8) unstable; urgency=low

   * fix up a small typo in jde-dbs.el (wrong classpath) (closes: #104032)
   * change depends for xemacs. (closes: #101679)
   * remove dh_testversion call

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 11 Jul 2001 13:28:54 +0200

jde (2.2.6-7) unstable; urgency=low

   * fixed so that the debugger actually works, patched jde-dbs.el
   * removed add-log-mailing-address

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 3 Apr 2001 15:36:13 +0200

jde (2.2.6-6) unstable; urgency=low

   * Updated maintainer field.
   * Added some missing .el-files (how did that happen?) (closes: #91756)

 -- Tollef Fog Heen <tfheen@debian.org>  Mon, 26 Mar 2001 19:16:43 +0200

jde (2.2.6-5) unstable; urgency=low

   * Moved where jde.jar goes to according to policy.
   * Moved jde back to contrib. (closes: #87112)
   * updated to debhelper 2.

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 25 Feb 2001 13:01:51 +0100

jde (2.2.6-4) unstable; urgency=low

   * Versioned depends on eieio

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 15 Feb 2001 21:16:29 +0100

jde (2.2.6-3) unstable; urgency=low

   * Added a (require 'cl) to jde-widgets.el, which fixes compilation
     problems (closes: #85458, #85905)

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 15 Feb 2001 21:15:46 +0100

jde (2.2.6-2) unstable; urgency=low

   * Now depends on semantic, eieieo and speedbar.
   * Does not build the jar file itself, since it's in the upstream
     package.

 -- Tollef Fog Heen <tollef@add.no>  Fri, 2 Feb 2001 21:11:56 +0100

jde (2.2.6-1) unstable; urgency=low

   * Adopted package (closes: #68713)
   * Moved to main, since it is possible to use kaffe and jikes, which
     eliminates the need for any non-free code.
   * New upstream version is available (closes: #74225)

 -- Tollef Fog Heen <tollef@add.no>  Wed, 17 Jan 2001 12:51:18 +0100

2000

jde (2.1.5-2.1.6beta13-4) unstable; urgency=low

   * New upstream version is available; first fixing long standing bugs.
   * Enabled imenu (closes: #64916).
   * Updated dependencies (closes: #66858, #66830).
   * Removed thingatpt again.
   * Sorry, xemacs20 is no longer supported.

 -- Ruud de Rooij <ruud@debian.org>  Fri, 8 Sep 2000 10:34:18 +0200

jde (2.1.5-2.1.6beta13-3) frozen unstable; urgency=low

   * Release manager: please accept this for frozen since the package
     would not be installable if a partial slink->potato upgrade is done.
   * Added conflict with incompatible versions of emacs20, because a
     dependency is not sufficient in cases where an old version of emacs20
     is installed along with another emacsen flavor (closes: #63562).

 -- Ruud de Rooij <ruud@debian.org>  Sun, 7 May 2000 08:52:50 +0200

jde (2.1.5-2.1.6beta13-2) frozen unstable; urgency=low

   * Release manager: please accept this for frozen since the package
     would not be installable if a partial slink->potato upgrade is done.
   * Added dependency on needed version of emacs20 (closes: #55606).

 -- Ruud de Rooij <ruud@debian.org>  Thu, 27 Jan 2000 22:06:27 +0100

1999

jde (2.1.5-2.1.6beta13-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <ruud@debian.org>  Wed, 8 Dec 1999 20:07:22 +0100

jde (2.1.5-2.1.6beta11-4) unstable; urgency=low

   * Removed a reference to JDEbug which caused an error message
     (closes: #51257).

 -- Ruud de Rooij <ruud@debian.org>  Thu, 25 Nov 1999 17:54:52 +0100

jde (2.1.5-2.1.6beta11-3) unstable; urgency=low

   * Added thingatpt.el for xemacs20.
   * Forgot to compile some Java classes.
   * Updated README.Debian and debian/copyright.
   * Disabled JDEbug.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 9 Nov 1999 19:56:22 +0100

jde (2.1.5-2.1.6beta11-2) unstable; urgency=low

   * Added xemacs21 dependencies.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 8 Nov 1999 22:07:02 +0100

jde (2.1.5-2.1.6beta11-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <ruud@debian.org>  Sat, 6 Nov 1999 15:08:48 +0100

jde (2.1.5-2.1.6beta4-4) unstable; urgency=low

   * Standards-Version: 3.0.1.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 7 Sep 1999 19:14:02 +0200

jde (2.1.5-2.1.6beta4-3) unstable; urgency=low

   * No longer including BeanShell, which is a separate package now.
   * Move back to contrib.
   * Changed beanshell.el to invoke bsh.
   * Minor documentation changes.
   * Changed dependencies to comply with proposed Java policy.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 17 Aug 1999 21:18:13 +0200

jde (2.1.5-2.1.6beta4-2) unstable; urgency=low

   * Corrected emacsen-install script.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 5 Jul 1999 00:04:51 +0200

jde (2.1.5-2.1.6beta4-1) unstable; urgency=low

   * New upstream release.
   * No longer include imenu (closes: #39602).
   * Include jtags and its manual page again.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 29 Jun 1999 21:57:12 +0200

jde (2.1.5-2.1.6beta1-1) unstable; urgency=low

   * New upstream release.
   * No longer strip DOS-style carriage returns from .el files.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 18 May 1999 20:31:59 +0200

jde (2.1.5-2) unstable; urgency=low

   * Register JDE User's Guide with doc-base.
   * Cleaned up debian/rules a bit.
   * Updated README.Debian.

 -- Ruud de Rooij <ruud@debian.org>  Sun, 11 Apr 1999 18:11:03 +0200

jde (2.1.5-1) unstable; urgency=low

   * New upstream release.
   * Updated emacsen-install script.
   * Updated copyright file.

 -- Ruud de Rooij <ruud@debian.org>  Thu, 11 Mar 1999 19:44:25 +0100

jde (2.1.4-2.1.5b4-2) unstable; urgency=low

   * Recompile JDE Java files in debian/rules.

 -- Ruud de Rooij <ruud@debian.org>  Sun, 28 Feb 1999 22:48:02 +0100

jde (2.1.4-2.1.5b4-1) unstable; urgency=low

   * New upstream release.
   * Added Conflicts: line for versions of TYA that confuse BeanShell.

 -- Ruud de Rooij <ruud@debian.org>  Sat, 27 Feb 1999 20:56:03 +0100

jde (2.1.4-2.1.5b2-1) unstable; urgency=low

   * New upstream release.
   * Moved to non-free because BeanShell is now included.
   * Tagged files installed into /etc as conffiles (closes: #33390).
   * Used `install' instead of `cp' in debian/rules (closes: #33391).
   * Strip DOS-style carriage returns from .el files.
   * Updated dependencies.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 22 Feb 1999 19:11:01 +0100

1998

jde (2.1.1-4) frozen unstable; urgency=low

   * Upload to frozen as well, because previous change fixed a Lintian error.

 -- Ruud de Rooij <ruud@debian.org>  Wed, 25 Nov 1998 21:12:39 +0100

jde (2.1.1-3) unstable; urgency=low

   * Corrected typo in description.

 -- Ruud de Rooij <ruud@debian.org>  Wed, 25 Nov 1998 20:01:33 +0100

jde (2.1.1-2) frozen unstable; urgency=low

   * Removed `Suggests: jdk1.1-docdemo' header, since the jdk1.1-docdemo package
     no longer exists (closes: #27045).

 -- Ruud de Rooij <ruud@debian.org>  Thu, 5 Nov 1998 22:46:14 +0100

jde (2.1.1-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 14 Sep 1998 08:33:22 +0200

jde (2.1.0-1) unstable; urgency=low

   * New upstream release.
   * Small updates to emacsen-common install and remove scripts.
   * Load JDE's own speedbar version only when using XEmacs.
   * Changed debian/rules to use dh_installemacsen.
   * Moved /etc/emacs/site-start.d/50jde.el to flavor-specific directories.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 7 Sep 1998 19:01:49 +0200

jde (2.0.9-2) unstable; urgency=low

   * Really fixed typo in xemacs20-mule-canna-wnn dependency, instead of just
     mentioning it in the changelog.

 -- Ruud de Rooij <ruud@debian.org>  Thu, 30 Jul 1998 18:19:33 +0200

jde (2.0.9-1) unstable; urgency=low

   * New upstream release.
   * Fixed typo in xemacs20-mule-canna-wnn dependency.

 -- Ruud de Rooij <ruud@debian.org>  Wed, 29 Jul 1998 07:17:02 +0200

jde (2.0.8-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <ruud@debian.org>  Wed, 22 Jul 1998 17:55:51 +0200

jde (2.0.7-1) unstable; urgency=low

   * New upstream release.
   * Fixed minor typos.
   * Changed xemacs20 dependency.
   * Changed maintainer e-mail address.

 -- Ruud de Rooij <ruud@debian.org>  Tue, 7 Jul 1998 13:10:27 +0200

jde (2.0.6-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>  Sat, 4 Jul 1998 09:05:09 +0200

jde (2.0.5-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>  Wed, 1 Jul 1998 19:37:28 +0200

jde (2.0.4-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>  Mon, 29 Jun 1998 20:40:23 +0200

jde (2.0.2-1) unstable; urgency=low

   * New upstream release.

 -- Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>  Thu, 25 Jun 1998 21:31:12 +0200

jde (2.0.1-1) unstable; urgency=low

   * Initial release.

 -- Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>  Thu, 18 Jun 1998 18:46:25 +0200