codeblocks 17.12+dfsg-1 source package in Ubuntu

Changelog

codeblocks (17.12+dfsg-1) unstable; urgency=medium

  New upstream release (Closes: #886062)

  [ Vincent Cheng ]
  * Remove Michael Casadevall from Uploaders in d/control. (Closes: #841466)

  [ David Prévot ]
  * Use secure copyright file specification URI.
  * Transition to automatic debug package (from: codeblocks-dbg).
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
    + debian/rules: Call dh_missing rather than using dh_install --list-missing.
  * debian/copyright: Use spaces rather than tabs in continuation lines.
  * Update Vcs-* headers to use salsa repository.
  * Upstream renamed (lib)astyle as (lib)Astyle
  * d/control
    + Build-Depends:
      - Use libwxgtk3.0-gtk3-dev instead of libwxgtk3.0-dev (Closes: #933407)
      - Use libgtk-3-dev instead of libgtk2.0-dev
      - Add libboost-system-dev and libtinyxml-dev
      - Drop dh-autoreconf
    + Drop versioned dependency satisfied in (old)stable
    + Add self to Uploaders
    + Add Multi-Arch hints
  * d/rules
    + drop useless dh options (default since dh 10)
    + include /usr/share/dpkg/default.mk
    + Drop SOURCE_DATE_EPOCH assignment
    + Drop /usr/share/dpkg/buildflags.mk inclusion
  * Use debian/clean instead of override_dh_auto_clean
  * Drop lintian-overrides about tinyxml since the system library is now used
  * Install upstream appdata
  * Move more architecture-independent files to codeblocks-common
  * Remove unused files from debian/ directory
  * Update Standards-Version to 4.4.1
  * Update copyright

 -- David Prévot <email address hidden>  Tue, 29 Oct 2019 16:10:57 -1000

Upload details

Uploaded by:
David Paleino
Uploaded to:
Sid
Original maintainer:
David Paleino
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
codeblocks_17.12+dfsg-1.dsc 2.1 KiB 547f6f7b40087fbb3e4f6f1464b976fc4e3b74356ead6c1804ea264c6590ac8a
codeblocks_17.12+dfsg.orig.tar.xz 12.7 MiB 7c11dc93c975e61c9d6aa74e2659e29858ca3dc7c9014c12f3fbaa61e6289746
codeblocks_17.12+dfsg-1.debian.tar.xz 25.3 KiB 9715c078aebb19d22e62c3f765d78116379e3331e1b87c96a169caac66b8f719

Available diffs

No changes file available.

Binary packages built by this source

codeblocks: Code::Blocks integrated development environment (IDE)

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 Plugins included in the base package are:
    * Compiler frontend to many free compilers
    * Debugger frontend for GDB
    * Source formatter (based on AStyle)
    * Wizard to create new C++ classes
    * Code-completion / symbols-browser (work in progress)
    * Default MIME handler
    * Wizard to create new Code::Blocks plugins
    * To-do list
    * Extensible wizard based on scripts
    * Autosave (saves your work in the unfortunate case of a crash)

codeblocks-common: common files for Code::Blocks IDE

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 .
 This package contains the architecture-independent files of Code::Blocks.

codeblocks-contrib: contrib plugins for Code::Blocks IDE

 This package extends Code::Blocks functionality a great deal with the included
 plugins. These are:
    * Code profiler (based on gprof) and code statistics (SLOCs etc)
    * Copy strings
    * DragScroll (enhances mouse operations)
    * Setting of environment variables
    * Source exporter to PDF/HTML/ODT/RTF
    * Header fixup
    * Help
    * Keyboard shortcuts configuration
    * RAD gui-builder for wxWidgets (wxSmith)
    * wxSmith AUI and wxSmith contrib items
    * Selection of small games for relaxing between coding sessions! (BYOGames)
    * Autoversioning
    * ThreadSearch
    * BrowseTracker
    * Valgrind
    * HexEditor
    * IncrementalSearch
    * Codesnippets
    * Library finder
    * Regular expression testbed
    * Symbol table plugin
    * CB koders
    * MouseSap
    * Cccc
    * CppCheck

codeblocks-contrib-dbgsym: debug symbols for codeblocks-contrib
codeblocks-dbgsym: debug symbols for codeblocks
codeblocks-dev: Code::Blocks development files (SDK)

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 Plugins included in the base package are:
    * Compiler frontend to many free compilers
    * Debugger frontend for GDB
    * Source formatter (based on AStyle)
    * Wizard to create new C++ classes
    * Code-completion / symbols-browser (work in progress)
    * Default MIME handler
    * Wizard to create new Code::Blocks plugins
    * To-do list
    * Extensible wizard based on scripts
    * Autosave (saves your work in the unfortunate case of a crash)
 .
 This package contains the development files (headers and libraries) for
 creating Code::Blocks plugins.

libcodeblocks0: Code::Blocks shared library

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 Plugins included in the base package are:
    * Compiler frontend to many free compilers
    * Debugger frontend for GDB
    * Source formatter (based on AStyle)
    * Wizard to create new C++ classes
    * Code-completion / symbols-browser (work in progress)
    * Default MIME handler
    * Wizard to create new Code::Blocks plugins
    * To-do list
    * Extensible wizard based on scripts
    * Autosave (saves your work in the unfortunate case of a crash)
 .
 This package contains the Code::Blocks shared library.

libcodeblocks0-dbgsym: debug symbols for libcodeblocks0
libwxsmithlib-dev: wxSmith development files (Code::Blocks plugin for RAD GUI editing)

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 Plugins included in the base package are:
    * Compiler frontend to many free compilers
    * Debugger frontend for GDB
    * Source formatter (based on AStyle)
    * Wizard to create new C++ classes
    * Code-completion / symbols-browser (work in progress)
    * Default MIME handler
    * Wizard to create new Code::Blocks plugins
    * To-do list
    * Extensible wizard based on scripts
    * Autosave (saves your work in the unfortunate case of a crash)
 .
 This package contains the wxSmith development libraries and headers.

libwxsmithlib0: wxSmith shared library (Code::Blocks plugin for RAD GUI editing)

 Code::Blocks is a cross-platform Integrated Development Environment (IDE).
 It is based on a self-developed plugin framework allowing unlimited
 extensibility. Most of its functionality is already provided by plugins.
 Plugins included in the base package are:
    * Compiler frontend to many free compilers
    * Debugger frontend for GDB
    * Source formatter (based on AStyle)
    * Wizard to create new C++ classes
    * Code-completion / symbols-browser (work in progress)
    * Default MIME handler
    * Wizard to create new Code::Blocks plugins
    * To-do list
    * Extensible wizard based on scripts
    * Autosave (saves your work in the unfortunate case of a crash)
 .
 This package contains the wxSmith shared library.

libwxsmithlib0-dbgsym: debug symbols for libwxsmithlib0