irony-mode 1.2.0-1 source package in Ubuntu

Changelog

irony-mode (1.2.0-1) unstable; urgency=medium

  * Package is now maintained by Debian Emacs addons team:
    - debian/control: Change maintainer to Debian Emacs addons team.
    - debian/control: Add primary maintainer (Christoph Egger) to Uploaders,
      and add myself.
    - debian/control: Update VCS links to use new pkg-emacsen location
      rather than collab-maint.
  * New upstream version.
  * Elpafy irony-mode. (Closes: #872689):
    - debian/rules: Add --with elpa.
    - debian/control: Add dh-elpa to Build-Depends.
    - debian/control: Split package into Arch: all elpa-irony and Arch: any
      irony-server.
    - debian/control: irony-mode is now a dummy transitional package.
    - debian/control: Require debhelper >= 10.
    - debian/compat: Require compat level 10.
    - debian/rules: Drop --parallel, because it's implicit with dh 10.
    - debian/control: Change section from x11 to lisp.
    - Drop obsolete emacsen-compat, emacsen-install, emacsen-remove,
      emacsen-startup, and install.
    - Instruct dh-elpa to bytecompile and install *.el using elpa-irony.elpa.
    - Install irony-server using irony-server.install.
    - Add Testsuite: autopkgtest-pkg-elpa.
  * debian/control:
    - Declare Standards-Version: 4.1.1. (No additional changes needed)
    - Update libclang-dev Build-Depends to use libclang-5.0-dev.
      (Closes: #873410)
    - Update short description to say this is an Emacs package.
    - Add elpa-yasnippet to Suggests.
  * Generate and install man page:
    - debian/control: Add python3-docutils to Build-Depends.
    - debian/rules: Add override_dh_installman.
    - Create debian/irony-server.manpages.
  * Add DEP-3 header to debian/patches/fix-install-prefix.
  * debian/copyright:
    - Update copyright for irony-mode from L3 of irony.el.
    - Add missing copyright for irony-cdb-libclang.el
      and server/build-aux/run-clang-tidy/run-clang-tidy.py.
    - Add myself to debian/* section.
    - Add copyright-format/1.0 header.
    - Add correct paragraph separators.

 -- Nicholas D Steeves <email address hidden>  Wed, 25 Oct 2017 13:49:39 -0400

Upload details

Uploaded by:
Debian Emacs addons team
Uploaded to:
Sid
Original maintainer:
Debian Emacs addons team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
irony-mode_1.2.0-1.dsc 2.1 KiB 28d9fd107d3d23ee9074d35588d504fa8b36ccccafe4db95256542c4507b5841
irony-mode_1.2.0.orig.tar.gz 340.6 KiB 215e77a311cd19e7bf61700348afffbeb7a54c221ce1e91599192bd06a56668f
irony-mode_1.2.0-1.debian.tar.xz 4.1 KiB 5eee67843ec16055922cc1319832622b17bbb1cf1f303684eae9f012cb202769

No changes file available.

Binary packages built by this source

elpa-irony: Emacs C/C++ minor mode powered by libclang

 irony-mode is an Emacs minor-mode that aims at improving the editing
 experience for the C, C++ and Objective-C languages. It works by
 using a combination of an Emacs package and a C++ program
 (irony-server) that uses libclang.
 .
 This package contains irony-mode.

irony-mode: Transition Package, irony-mode to elpa-irony

 The irony-mode addon has been elpafied. This dummy package
 helps ease the transition from irony-mode to elpa-irony
 and is safe to remove.

irony-server: Emacs C/C++ minor mode powered by libclang (server)

 irony-mode is an Emacs minor-mode that aims at improving the editing
 experience for the C, C++ and Objective-C languages. It works by
 using a combination of an Emacs package and a C++ program
 (irony-server) that uses libclang.
 .
 This package contains the architecture-specific irony-server.

irony-server-dbgsym: debug symbols for irony-server