2009
emacsen-common (1.4.19) unstable; urgency=low
* Move the sample package install/remove scripts from
debian-emacs-policy to the files sample-package-install-foo and
sample-package-remove-foo in /usr/share/doc/emacsen-common.
* Fix some suspicious code in the sample package install/remove scripts.
Thanks to Kevin Ryde <user42@zip.com.au>. (closes: 424940)
* Update debian-file->string to use insert-file-contents-literally.
Change gnus-nntpserver-file defvar to setq. Thanks to Jari Aalto
<jari.aalto@poboxes.com>. (closes: 269155)
* Always call debian-run-directories. Previously a bug would prevent it
from running if debian-emacs-flavor wasn't set. Thanks to Francesco
Potorti` <pot@gnu.org> and Andrew Kemp <ajwk@pell.uklinux.net>.
(closes: 222518, 136779)
* Thanks to Agustin Martin Domingo <agmartin@debian.org> for collecting
and incorporating many of the fixes in the previous release, this
release, and probably the next several releases into his git
repository. That work is being used heavily as a reference during
these updates.
-- Rob Browning <rlb@defaultvalue.org> Sun, 17 May 2009 15:42:24 -0700
emacsen-common (1.4.18) unstable; urgency=low
* Add --no-site-file and --no-init-file for the compilation of
emacsen-common's .elc files. Those options should be fine for
emacsen-common itself right now. Thanks to Peter S Galbraith
<psg@debian.org>. (closes: 132355)
* Fix minor documentation bug. Thanks to Roland Stigge
<stigge@antcom.de>. (closes: 208414)
* Print the error message when debian-run-directories encounters an
error while loading a file. Thanks to Kevin Ryde <user42@zip.com.au>.
(closes: 329030)
-- Rob Browning <rlb@defaultvalue.org> Sun, 10 May 2009 20:52:52 -0700
2006
emacsen-common (1.4.17) unstable; urgency=low
* Remove "Conflicts: emacs". If I recall correctly, this dates back to
a time when the Emacs binary package was just named "emacs"
(i.e. unversioned), and before the creation of emacsen-common and the
Debian Emacs Policy. The Conflicts should be safe to remove now, and
the removal will allow us to create a new emacs-defaults source
package (a la gcc-defaults) that will produce an emacs package that
always depends on the current "standard" version of Emacs
(i.e. emacs21, emacs22, etc.).
* Update to Standards-Version to 3.6.2.
-- Rob Browning <rlb@defaultvalue.org> Thu, 5 Jan 2006 18:10:56 -0800
2005
emacsen-common (1.4.16) unstable; urgency=high
* Fix sarge RC bug. Alter debian-pkg-add-load-path-item to handle nil
in load-path. Thanks to Manoj Srivastava. (closes: 270388)
* Include section and priorty in dpkg-gencontrol generated control file.
(closes: 288752)
* Don't create /usr/doc/ symlinks anymore.
* Remove pause in 00debian-vars.el when there is no /etc/mailname. The
message will always be available in Messages. The real fix for this
may involve bug 149924. (closes: 115116)
* Ignore *~ when generating package list. Eventually we may do
something more like run-parts, but this is at least an improvement.
(ref: #29494)
* Make the package description a bit more elaborate. (closes: 209469)
* Fix debian-emacs-policy typo. (closes: 175779)
-- Rob Browning <rlb@defaultvalue.org> Thu, 27 Jan 2005 12:27:09 -0600
2002
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
2001
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
2000
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
1999
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
1998
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