ccbuild 2.0.7+git20160227.c1179286-2 source package in Ubuntu

Changelog

ccbuild (2.0.7+git20160227.c1179286-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Change Format URL to correct one
  * d/changelog: Remove trailing whitespaces
  * d/control: Set Vcs-* to salsa.debian.org

  [ Helmut Grohne ]
  * Fix FTCBFS: Use dh_auto_configure. (Closes: #950130)

  [ tony mancill ]
  * Set "Rules-Requires-Root: no" in debian/control
  * Specify debhelper compat 12 via debhelper-compat dependency
  * Bump Standards-Version to 4.5.0
  * Freshen years in debian/copyright and Homepage link
  * Update debian/watch to scan github repo

 -- tony mancill <email address hidden>  Sun, 09 Feb 2020 09:26:51 -0800

Upload details

Uploaded by:
Jari Aalto
Uploaded to:
Sid
Original maintainer:
Jari Aalto
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
ccbuild_2.0.7+git20160227.c1179286-2.dsc 2.1 KiB 9c62f67be983fee8566289a5f6ce824d8beb9082660ec30fa825a0bacb05ab66
ccbuild_2.0.7+git20160227.c1179286.orig.tar.gz 251.9 KiB ef2db3df77f573a5cdbab4bc26abf9c356dd7b765d09dedd864ede4802c8af37
ccbuild_2.0.7+git20160227.c1179286-2.debian.tar.xz 4.5 KiB 1521c18602f4381b55b4c705da951ce1018955d46ca4d25df516ff1284c4646c

No changes file available.

Binary packages built by this source

ccbuild: source scanning build utility for C++

 Scan the source for main functions and includes. When the file
 contains a main function it will compile all the files next to that
 file's includes and link them into a program.
 .
 This makes it possible to build entire programs with minimal
 configuration. Linker and compiler options can be added and will be
 automatically divided over the compiler and linker.

ccbuild-dbgsym: debug symbols for ccbuild