cutils 1.6-5 source package in Ubuntu

Changelog

cutils (1.6-5) unstable; urgency=medium

  * QA upload.
  * Convert Debian source to '3.0 (quilt)' format and build with Debhelper.
  * debian/control:
    - Add homepage details.
    - Indicate compliance with Debian Policy 4.1.0.
    - Build with flex instead of flex-old.
  * Add watch file.
  * Convert debian/copyright to DEP-5 format and update.
  * debian/patches/*:
    - Fix spelling in binary.
    - Patch Makefile.in files to honour CPPFLAGS.
    - Update autoconf files to work with version 2.69.
    - Fix missing yylex() declarations.
    - Fix Makefile.in files for parallel builds.
    - Fix Makefile.in files so that they don't ignore any failures
      inside for loops.
  * debian/rules:
    - Build with all hardening flags set.
    - Build with autoreconf.
    - Ensure that 32-bit architectures compile with LFS support.
    - Backup and restore files that change during build.
    - Enable parallel builds.
  * Add package test to catch BBPFS. See #253654.
  * Add doc-base control file.

 -- Carlos Maddela <email address hidden>  Sun, 03 Sep 2017 16:35:19 +1000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe devel
Focal release universe devel
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
cutils_1.6-5.dsc 1.6 KiB ee63bfb7e933a803811d78689c53172c97a6f8b3c3fc954a3c022dfd77888cb2
cutils_1.6.orig.tar.gz 125.7 KiB b26c22f2ca3905579273e132708094e95b4fe2a0576ce4bea8a7cbfc7a0084b8
cutils_1.6.orig.tar.gz.asc 189 bytes b7cd1ee35676abd10c2277de4c1f65ff7d5be3a52d50c11c34f4a7a2ceda82fc
cutils_1.6-5.debian.tar.xz 9.0 KiB 83685cf1fee6f7d615f75012558ca7d7e16498628e325c247e23b584e13f8932

Available diffs

No changes file available.

Binary packages built by this source

cutils: C source code utilities

 This package contains several utilities which may be useful to
 developers of C source code utilities, namely:
  cdecl and cundecl - decode and encode C type declarations
  cobfusc - make a C source file unreadable but compilable
  chilight - highlight C source files
  cunloop - unloop C loops
  yyextract - extract grammar rules from yacc grammar
  yyref - yacc grammar reference program

cutils-dbgsym: debug symbols for cutils