bomstrip 9-7 source package in Ubuntu

Changelog

bomstrip (9-7) unstable; urgency=low


  * Remove the DM-Upload-Allowed flag since Damyan Ivanov was kind
    enough to grant me permission using the new dak mechanism.
  * Bump Standards-Version to 3.9.5 with no changes.
  * Update the copyright file to the copyright-format/1.0 format.
  * Bump the debhelper compatibility version to 9 with no changes.
  * Get the hardening options directly from dpkg-buildflags:
    - bump the build dependency on dpkg-dev to 1.16.1~
    - remove the build dependency on hardening-includes
    - no longer include the hardening Makefile snippet into the rules file
    - explicitly enable all the hardening features; they may be disabled
      in the future if bomstrip should fail to build anywhere
  * Enable parallel building - not that it matters a lot in this case :)
  * Use DEB_CFLAGS_MAINT_APPEND to append the warning compiler flags.
  * Add _POSIX_C_SOURCE and _XOPEN_SOURCE specifications, just in case.
  * Drop the explicit compression specification for the Debian tarball;
    it really does not matter for this package.

 -- Peter Pentchev <email address hidden>  Sun, 17 Nov 2013 14:52:55 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe text

Downloads

File Size SHA-256 Checksum
bomstrip_9-7.dsc 1.8 KiB 5a1d3d5a284f934bb6785fa192d679addae8dde8e69d66e8a986d00d3f99dd62
bomstrip_9.orig.tar.gz 7.1 KiB fa46615bf80ddf5b4202c283b23c50107e023f974404f1662536255cf447a623
bomstrip_9-7.debian.tar.gz 5.6 KiB 377d2eac7bdaa0e7c4674e4f37e5336dbd0f067420e82c7b816ff190fc273c01

Available diffs

No changes file available.

Binary packages built by this source

bomstrip: tool to strip Byte-Order Marks from UTF-8 text files

 Bomstrip is a very simple tool that removes BOM's (byte-order-marks)
 from UTF-8 files. UTF-8 does not have byte-ordering issues, so there
 is absolutely no need to have three bytes (the UTF-8-BOM) that do not
 say anything about the byte-order (since there is nothing to say).