Comment 8 for bug 588203

Revision history for this message
Michael Olson (mwolson) wrote : Re: Please merge emacs23 23.2+1-4 (main) from Debian unstable (main)

I've uploaded a candidate to the ubuntu-elisp PPA (https://launchpad.net/~ubuntu-elisp/+archive/ppa), and it should finish building shortly. Change log follows:

emacs23 (23.2+1-4ubuntu1~ppa1) maverick; urgency=low

 * Resync with Debian. Remaining changes:
 * debian/control.in:
   - Change Maintainer to Ubuntu Core Developers, per Ubuntu policy.
   - Conflict and Replace emacs23-common-non-dfsg, since we provide
     all of its features.
   - Do not suggest emacs23-common-non-dfsg.
   - Replace use of Source-Version with source:Version.
   - Require autotools-dev (>= 20100122.1) in Build-Depends, since
     the version in Karmic will fail due to a missing Perl module.
 * debian/control: Regenerate.
 * debian/copyright.in:
   - Remove text about removed files.
 * debian/copyright: Regenerate.
 * debian/emacsVER-common.postinst:
   - Don't install info files to info/dir. This happens
     automatically now.
 * debian/emacsVER-common.prerm:
   - Don't remove info files from info/dir. This happens
     automatically now.
 * debian/patches:
   - handle-dfsg-split.diff: Remove.
   - ubuntu-restore-nondfsg-files.diff: New patch that reintroduces
     the non-DFSG files, with the exception of .elc files and info
     files, which use special characters and thus can't be easily
     represented in patch form. These will be regenerated at build
     time.
 * debian/rules:
   - Do not install replacements for non-DFSG files.
   - Install all info files, not just efaq.
   - Avoid uselessly building info files a 2nd time.