File: control

package info (click to toggle)
bomstrip 9-14
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: pascal: 41; cpp: 34; ansic: 34; java: 33; python: 31; sh: 24; makefile: 20; perl: 7; haskell: 6; php: 6; ruby: 6; awk: 2; sed: 1
file content (20 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: bomstrip
Section: text
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Homepage: https://www.ueber.net/who/mjl/projects/bomstrip/
Vcs-Git: https://gitlab.com/ppentchev/bomstrip-pkg-debian.git
Vcs-Browser: https://gitlab.com/ppentchev/bomstrip-pkg-debian
Rules-Requires-Root: no

Package: bomstrip
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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).