emacsen-common (1.4.15) unstable; urgency=low
emacsen-common (1.4.15) unstable; urgency=low

  * make /etc/emacs/site-start.d/00debian-vars.el a conffile as per Debian
    policy. (closes: Bug#132842)
  * don't use dolist (not defined everywhere by default).
    (closes: Bug#132352)
  * document debian-pkg-add-load-path-item better and fix to actually
    modify load-path. (closes: Bug#134464)
  * make debian-unique-strings iterative since elisp isn't as recursion
    friendly as we might like. (closes: Bug#131803)
  * for now, issue a descriptive error message if emacsen-common is used
    before it's configured.

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 18 Feb 2002 11:42:31 -0600

emacsen-common (1.4.14) unstable; urgency=low

  * policy(9): /usr/local/share/emacs/<flavor>/site-lisp should not exist.
  * policy(9): /usr/share/emacs/<upstream>/site-lisp should not exist.
  * policy(9): all emacsen must have
    /usr/share/emacsen-common/mark-end-local in their load-path in the
    right place.
  * policy(9): add-on packages must use debian-pkg-add-load-path-item to
    augment the load-path now. (closes: #122877)
  * fix non-idempotentency in prerm. (closes: #96702)
  * remove bogus directories from package. (closes: #121393)
  * fix generate-install-list dependency list generation bug. (closes: #46948)
  * patch example in debian-emacs-policy. (closes: #23424)
  * debian-startup.el: don't call load-file. (closes: #116126)

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 29 Jan 2002 14:52:51 -0600

emacsen-common (1.4.13) unstable; urgency=low

  * Update my email address.
  * Fix tmpfile usage. (closes: #26601, #45140)
  * Move doc files to /usr/share/doc (closes: #91457, #72493)
  * Remove execute permission from conffiles file. (closes: #61303)
  * Updated policy concerning the long-standing problem with version
    specific site-lisp dirs.  New policy, once adopted should eliminate
    the cruft problem.

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 17 Jul 2001 11:07:08 -0500

emacsen-common (1.4.12) unstable frozen; urgency=low

  * Emergency changes to startup policy.  We're reverting for now to the
    old behavior because the new way breaks too many things, and we need
    to release.  Please see debian-emacs-policy's bits about
    debian-emacs-flavor for details, and sorry for the short notice.

 -- Rob Browning <rlb@cs.utexas.edu>  Tue, 20 Jun 2000 11:17:52 -0500

emacsen-common (1.4.11) unstable frozen; urgency=low

  * Upload to frozen to match emacs20 bugfix upload for frozen.  Without
    this the frozen emacs20 is uninstallable. (Closes: Bug#64648)
  * Hopefully accomodate bug in xemacs packages with strange hack.  This
    will work around the current problem, but xemacs still needs some
    fixing. (Closes: Bug#61161  Bug#61080 Bug#61110 Bug#61133 Bug#61157) 
  * Update debian-emacs-policy to be stricter about startup behaviors and
    to more clearly indicate what I really meant.  Since no one's
    responded to my proposal on debian-emacsen, I guess there are no
    objections :> Feel free to bring this up later if you have a
    problem...

 -- Rob Browning <rlb@cs.utexas.edu>  Thu, 25 May 2000 09:54:12 -0500

emacsen-common (1.4.10) unstable; urgency=low

  * Moved debian-emacs-flavor here from emacs20.  Other emacsen
    maintainers note, you should not declare this in your packages
    anymore.  It is now set by debian-startup automatically from its
    argument.  See debian-emacs-policy for details.
  * Fix problem in args to install-info in postinst. (Closes: Bug#25196)
  * Get /usr/local/... permissions right. (Closes: Bug#25913)
  * Fix bashism in postrm. (Closes: Bug#41967 Bug#50674)
  * Remove symlinks from package so I can put it under CVS.

 -- Rob Browning <rlb@cs.utexas.edu>  Tue, 22 Feb 2000 16:11:33 -0600

emacsen-common (1.4.9) frozen unstable; urgency=low

  * silenced mkdir warnings in postinst.
  * fixed important bug in dependency sorting (Closes: Bug#34095)

 -- Rob Browning <rlb@cs.utexas.edu>  Mon,  8 Mar 1999 19:00:32 -0600

emacsen-common (1.4.8) unstable; urgency=low

  * Clean up old "emacs" info entry in postinst.

 -- Rob Browning <rlb@cs.utexas.edu>  Sun, 26 Jul 1998 17:03:05 -0500

emacsen-common (1.4.7) unstable; urgency=low

  * First implementation of dependency sorting mechanism
    Sorting mechanism is dirt slow since I have to use N "dpkg --status calls"  
  * Added bsdmainutils dependency (tsort used by dependency mechanism)
  * Minor edits to debian-emacs-policy.  Bigger changes brewing...

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 25 Jul 1998 13:26:55 -0500

emacsen-common (1.4.6) frozen unstable; urgency=low

  * debian-emacs-policy: add-on packages may not depend on emacsen-common.
  * debian-emacs-policy: add-on packages must declare install/remove
    script dependencies (i.e. make, etc.)
  * fixed postinst to be cleaner about /usr/local/* (Closes: Bug#21524,
    Bug#22737, Bug#22959)
  * Made /etc/emacs/site-start.el a conffile (Closes: Bug#21934)

 -- Rob Browning <rlb@cs.utexas.edu>  Mon, 29 Jun 1998 18:53:51 -0500

emacsen-common (1.4.5) frozen unstable; urgency=low

  * Fixed upload problem.  This should still go in frozen as it still
    closes Bug#21089.

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 16 May 1998 21:18:10 -0500

emacsen-common (1.4.4) frozen unstable; urgency=low

  * Fix things so failure in add-on package install/remove script
    won't kill an emacs flavor install, but will kill an independent
    add-on package install.  (Closes: Bug#21089)

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 15 May 1998 13:06:04 -0500

emacsen-common (1.4.3) frozen unstable; urgency=low

  * Fix problem in postinst /usr/local... creation (Closes: Bug#19935)

 -- Rob Browning <rlb@cs.utexas.edu>  Thu, 19 Mar 1998 08:15:55 -0600

emacsen-common (1.4.2) frozen unstable; urgency=low

  * Upload to frozen and unstable (oops.)

 -- Rob Browning <rlb@cs.utexas.edu>  Tue, 17 Mar 1998 13:10:20 -0600

emacsen-common (1.4.1) unstable; urgency=low

  * Fixed typos in debian-emacs-policy.
  * Fixed handling of /usr/local dir.  (Closes: Bug#19301)
  * Fixed load-path clobbering in debian-startup.el (Closes: Bug#19597)
  * Switched to more reasonable version numbering (debian-only package).
    Using Linux kernel scheme.

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 13 Mar 1998 12:21:29 -0600

emacsen-common (1.3-1) unstable; urgency=low

  * Fixed debian-vars (Closes: Bug#17235)
      - renamed functions to debian-*
      - eliminated spurious message about mark.
      - don't set user-mail-address (it's done for you by emacs later)
      - clean up load messages

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 14 Feb 1998 15:20:00 -0600

emacsen-common (1.2-1) unstable; urgency=low

  * Fixed disabled load line in debian-startup.el (Closes: Bug#18189)

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 14 Feb 1998 13:03:20 -0600

emacsen-common (1.1-2) unstable; urgency=low

  * Updated postrm to remove /var/lib/emacsen-common on purge if it's
    actually empty.

 -- Rob Browning <rlb@cs.utexas.edu>  Mon,  9 Feb 1998 01:34:32 -0600

emacsen-common (1.1-1) unstable; urgency=low

  * Added debian-emacs-policy to /usr/doc/emacsen-common
  * Updated debian-emacs-policy to reflect this.
  * Changed to call add-on install/remove scripts for the common
    "emacs" flavor only on package install.

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 23 Jan 1998 20:49:35 -0600

emacsen-common (1.0-1) unstable; urgency=low

  * Initial creation.

 -- Rob Browning <rlb@cs.utexas.edu>  Sun, 18 Jan 1998 13:35:05 -0600