emacs24 (24.5+1-6ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/rules: Make sure the emacs24-el directory exists.
    - emacsVER-lp725988.patch: Set the X EMACS_CLASS to "Emacs24" to
      please bamf and gnome-shell.
    - debian/emacsVER.desktop: Also set StartupWMClass for bamf and
      gnome-shell.
    - debian/control.in: Have emacs24-common Depends on
      emacs24-common-non-dfsg, now that it is out of multiverse.
      Update debian/copyright to match.
    - Add -no-pie on s390x.

emacs24 (24.5+1-6) unstable; urgency=medium

  * Fix a ppc64el, bss-related build problem.
    Builds on ppc64el were failing like this:
      emacs: Program segment above .bss in
      /«BUILDDIR»/emacs24-24.5+1/debian/build-x/src/temacs
    Add these upstream patches to fix the problem:
      0010-ELF-unexec-Correct-section-header-index.patch
      0011-ELF-unexec-Tidy-code.patch
      0012-ELF-unexec-Merge-Alpha-and-MIPS-COFF-debug-handling.patch
      0013-ELF-unexec-Symbol-table-patching.patch
      0014-ELF-unexec-_OBJC_-symbols-in-bss-sections.patch
      0015-ELF-unexec-R_-_NONE-relocs.patch
      0016-ELF-unexec-Drive-from-PT_LOAD-header-rather-than-sec.patch
      0017-ELF-unexec-Don-t-insert-a-new-section.patch
      0018-src-unexelf.c-NEW_PROGRAM_H-Remove-unused-macro-Bug-.patch
      0019-ELF-unexec-align-section-header.patch
    Thanks to Paul Eggert <egg...@cs.ucla.edu> for help locating the set
    of patches, and Esa Peuha <esa.pe...@gmail.com> for reporting the
    problem. (Closes: 808347)

emacs24 (24.5+1-5) unstable; urgency=medium

  * Only test timestamp preservation for $(flavor)-el.  Only check
    el.gz timestamp preservation when $(flavor)-el is one of the
    packages being built (so the canary file will actually be there),
    but go ahead and fix up the timestamps across all packages.
    Thanks to David Matthew Mattli <d...@mattli.us> for reporting the
    problem. (Closes: 805904)

emacs24 (24.5+1-4) unstable; urgency=medium

  * Ensure elc timestamps are newer than el files.  Since
    strip-nodeterminism changes the *.el.gz file timestamps, restore
    the timestamps after it runs.  Otherwise, Emacs will think that
    corresponding .elc files are stale.  Thanks to Yuri D'Elia
    <wav...@thregr.org> for reporting the problem.  (Closes: 803060)

emacs24 (24.5+1-3) unstable; urgency=medium

  * Split desktop file into term and non-term versions.  Thanks to
    Norbert Preining <prein...@logic.at> for reporting the
    problem. (Closes: 799935)

  * Add upstream StartupWMClass/Keywords to *.desktop.  Copy them from
    the upstream etc/emacs.desktop.

  * Suggest ncurses-term, needed by term mode.  Thanks to Jorge Morais
    for reporting the problem and era+deb...@iki.fi for forwarding it
    to Debian. (Closes: 790402)

  * Remove redundant libtiff-dev dependency.

  * emacs-common: recommend emacs-el.  Without it, important bits of
    Emacs don't work (i.e. C-h f, etc.), and it's not likely to be a
    significant burden these days.

emacs24 (24.5+1-2) unstable; urgency=medium

  [ Martin Račák ]
  * emacsVER.desktop: don't use absolute path to icon. (Closes: 778884)

  [ Rob Browning ]
  * Remove .menu file as per TC resolution of #741573.
  * Update .desktop file and add terminal flavor.

  [ David Bremner ]
  * Explicity specify QUILT_PATCHES_PREFIX in rules.  The current use
    relies on the names of patches being prefixed with debian/patches,
    which doesn't seem to be completely reliable (e.g. it doesn't
    happen in a wheezy build environment).  The environment variable
    QUILT_PATCHES_PREFIX is documented to do this. (Closes: 775068)

  [ Rob Browning ]
  * Don't assume grep supports GREP_OPTIONS.
    Add 0008-Emacs-won-t-assume-grep-supports-GREP_OPTIONS.patch to
    incorporate the relevant upstream patch.  Thanks to Bob Proulx
    <b...@proulx.com> for reporting the problem, and Ben Finney
    <ben+deb...@benfinney.id.au> for tracking down the fix. (Closes: 793741)
  * Don't hang during large yanks.
    Add 0009-Emacs-should-no-longer-hang-during-large-yanks.patch to
    incorporate the relevant upstream patch.  Thanks to Mike Crowe
    <m...@mcrowe.com> for reporting the problem and tracking down the
    fix. (Closes: 795909)

Date: Sun, 17 Apr 2016 15:20:46 +0200
Changed-By: Matthias Klose <d...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/emacs24/24.5+1-6ubuntu1
Format: 1.8
Date: Sun, 17 Apr 2016 15:20:46 +0200
Source: emacs24
Binary: emacs24-lucid emacs24-lucid-dbg emacs24-nox emacs24-nox-dbg emacs24 
emacs24-dbg emacs24-bin-common emacs24-common emacs24-el
Architecture: source
Version: 24.5+1-6ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Matthias Klose <d...@ubuntu.com>
Description:
 emacs24    - GNU Emacs editor (with GTK+ GUI support)
 emacs24-bin-common - GNU Emacs editor's shared, architecture dependent files
 emacs24-common - GNU Emacs editor's shared, architecture independent 
infrastructur
 emacs24-dbg - Debugging symbols for emacs24
 emacs24-el - GNU Emacs LISP (.el) files
 emacs24-lucid - GNU Emacs editor (with Lucid GUI support)
 emacs24-lucid-dbg - Debugging symbols for emacs24-lucid
 emacs24-nox - GNU Emacs editor (without GUI support)
 emacs24-nox-dbg - Debugging symbols for emacs24-nox
Closes: 775068 778884 790402 793741 795909 799935 803060 805904 808347
Changes:
 emacs24 (24.5+1-6ubuntu1) xenial; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - debian/rules: Make sure the emacs24-el directory exists.
     - emacsVER-lp725988.patch: Set the X EMACS_CLASS to "Emacs24" to
       please bamf and gnome-shell.
     - debian/emacsVER.desktop: Also set StartupWMClass for bamf and
       gnome-shell.
     - debian/control.in: Have emacs24-common Depends on
       emacs24-common-non-dfsg, now that it is out of multiverse.
       Update debian/copyright to match.
     - Add -no-pie on s390x.
 .
 emacs24 (24.5+1-6) unstable; urgency=medium
 .
   * Fix a ppc64el, bss-related build problem.
     Builds on ppc64el were failing like this:
       emacs: Program segment above .bss in
       /«BUILDDIR»/emacs24-24.5+1/debian/build-x/src/temacs
     Add these upstream patches to fix the problem:
       0010-ELF-unexec-Correct-section-header-index.patch
       0011-ELF-unexec-Tidy-code.patch
       0012-ELF-unexec-Merge-Alpha-and-MIPS-COFF-debug-handling.patch
       0013-ELF-unexec-Symbol-table-patching.patch
       0014-ELF-unexec-_OBJC_-symbols-in-bss-sections.patch
       0015-ELF-unexec-R_-_NONE-relocs.patch
       0016-ELF-unexec-Drive-from-PT_LOAD-header-rather-than-sec.patch
       0017-ELF-unexec-Don-t-insert-a-new-section.patch
       0018-src-unexelf.c-NEW_PROGRAM_H-Remove-unused-macro-Bug-.patch
       0019-ELF-unexec-align-section-header.patch
     Thanks to Paul Eggert <egg...@cs.ucla.edu> for help locating the set
     of patches, and Esa Peuha <esa.pe...@gmail.com> for reporting the
     problem. (Closes: 808347)
 .
 emacs24 (24.5+1-5) unstable; urgency=medium
 .
   * Only test timestamp preservation for $(flavor)-el.  Only check
     el.gz timestamp preservation when $(flavor)-el is one of the
     packages being built (so the canary file will actually be there),
     but go ahead and fix up the timestamps across all packages.
     Thanks to David Matthew Mattli <d...@mattli.us> for reporting the
     problem. (Closes: 805904)
 .
 emacs24 (24.5+1-4) unstable; urgency=medium
 .
   * Ensure elc timestamps are newer than el files.  Since
     strip-nodeterminism changes the *.el.gz file timestamps, restore
     the timestamps after it runs.  Otherwise, Emacs will think that
     corresponding .elc files are stale.  Thanks to Yuri D'Elia
     <wav...@thregr.org> for reporting the problem.  (Closes: 803060)
 .
 emacs24 (24.5+1-3) unstable; urgency=medium
 .
   * Split desktop file into term and non-term versions.  Thanks to
     Norbert Preining <prein...@logic.at> for reporting the
     problem. (Closes: 799935)
 .
   * Add upstream StartupWMClass/Keywords to *.desktop.  Copy them from
     the upstream etc/emacs.desktop.
 .
   * Suggest ncurses-term, needed by term mode.  Thanks to Jorge Morais
     for reporting the problem and era+deb...@iki.fi for forwarding it
     to Debian. (Closes: 790402)
 .
   * Remove redundant libtiff-dev dependency.
 .
   * emacs-common: recommend emacs-el.  Without it, important bits of
     Emacs don't work (i.e. C-h f, etc.), and it's not likely to be a
     significant burden these days.
 .
 emacs24 (24.5+1-2) unstable; urgency=medium
 .
   [ Martin Račák ]
   * emacsVER.desktop: don't use absolute path to icon. (Closes: 778884)
 .
   [ Rob Browning ]
   * Remove .menu file as per TC resolution of #741573.
   * Update .desktop file and add terminal flavor.
 .
   [ David Bremner ]
   * Explicity specify QUILT_PATCHES_PREFIX in rules.  The current use
     relies on the names of patches being prefixed with debian/patches,
     which doesn't seem to be completely reliable (e.g. it doesn't
     happen in a wheezy build environment).  The environment variable
     QUILT_PATCHES_PREFIX is documented to do this. (Closes: 775068)
 .
   [ Rob Browning ]
   * Don't assume grep supports GREP_OPTIONS.
     Add 0008-Emacs-won-t-assume-grep-supports-GREP_OPTIONS.patch to
     incorporate the relevant upstream patch.  Thanks to Bob Proulx
     <b...@proulx.com> for reporting the problem, and Ben Finney
     <ben+deb...@benfinney.id.au> for tracking down the fix. (Closes: 793741)
   * Don't hang during large yanks.
     Add 0009-Emacs-should-no-longer-hang-during-large-yanks.patch to
     incorporate the relevant upstream patch.  Thanks to Mike Crowe
     <m...@mcrowe.com> for reporting the problem and tracking down the
     fix. (Closes: 795909)
Checksums-Sha1:
 75f1c82e8ef98c71dcde7237c23a3a52a7ac23ec 2812 emacs24_24.5+1-6ubuntu1.dsc
 14cead64aca43d31f25719044aacc0596ac8ea89 66592 
emacs24_24.5+1-6ubuntu1.debian.tar.xz
Checksums-Sha256:
 f776e155614376db916b36e2d004a8c4599f86e02a51ff6f42e9e64466be18e2 2812 
emacs24_24.5+1-6ubuntu1.dsc
 dfc4da4da253781cc222c4196950b701da774ed0acef11d3164e9e67e104bc5d 66592 
emacs24_24.5+1-6ubuntu1.debian.tar.xz
Files:
 43eb278e09327ebe9dd4be4ec7aa35bb 2812 editors optional 
emacs24_24.5+1-6ubuntu1.dsc
 561bd908733b117b59a05fb23fae6ef9 66592 editors optional 
emacs24_24.5+1-6ubuntu1.debian.tar.xz
Original-Maintainer: Rob Browning <r...@defaultvalue.org>
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to