bcpp 0.0.20050725-3 source package in Ubuntu

Changelog

bcpp (0.0.20050725-3) unstable; urgency=low


  * Upgraded Standards-Version from 3.9.1 to 3.9.3
  * Upgraded debian/compat to 9.
  * Added build-arch and build-indep targets to debian/rules.
  * Modified debian/rules to use fortified libc functions.
    See: http://wiki.debian.org/Hardening
  * Changed my email address in debian/control to <email address hidden>

 -- Miriam Ruiz <email address hidden>  Fri, 30 Nov 2012 11:10:16 +0100

Upload details

Uploaded by:
Miriam Ruiz
Uploaded to:
Sid
Original maintainer:
Miriam Ruiz
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
bcpp_0.0.20050725-3.dsc 1.0 KiB 9d43db17f9885282d7e460264e2c9e8456bdce9e717a0623ed99ba2b5081313a
bcpp_0.0.20050725.orig.tar.gz 129.5 KiB 1a4b5e8e741d6be400eb68b7c4a3eebc6dabe29948a72a7a0bccb1db075eaa2a
bcpp_0.0.20050725-3.debian.tar.bz2 4.4 KiB e399375b210ef5df96cf809c20fe5752f5685f78dbdc9ee29e8dc29522d61317

No changes file available.

Binary packages built by this source

bcpp: C(++) beautifier

 bcpp indents C/C++ source programs, replacing tabs with spaces or the
 reverse. Unlike indent, it does (by design) not attempt to wrap long
 statements.
 .
 This version improves the parsing algorithm by marking the state of all
 characters, recognizes a wider range of indention structures, and implements
 a simple algorithm for indenting embedded SQL.