Review: rust-sed 0.1.1+ds-1
Package Information
| Description | Rust implementation of GNU sed Source code for Debianized Rust crate "sed" |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | Sylvestre Ledru <sylvestre@debian.org> |
| Sponsor | sylvestre@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/sed] (browse) |
| Tracker | https://tracker.debian.org/pkg/rust-sed |
| Uploaded | 1 month, 14 days ago |
New Package Report
.changes
| Source | rust-sed |
|---|---|
| Version | 0.1.1+ds-1 |
| Changed-By | Sylvestre Ledru |
| Architecture | amd64 source |
| Distribution | unstable |
Changelog
rust-sed (0.1.1+ds-1) unstable; urgency=medium . * Package sed 0.1.1 from crates.io using debcargo 2.8.4
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | librust-sed-dev deb utils optional arch=any rust-sed deb utils optional arch=any |
| Section | utils |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sed Upstream-Contact: uutils developers Source: https://github.com/uutils/sed Files: * Copyright: 2025-2026 Diomidis Spinellis 2025-2026 uutils developers License: MIT Files: .github/workflows/release.yml Copyright: 2022-2024, axodotdev License: MIT Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 Sylvestre Ledru <sylvestre@debian.org> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Review Information
accepted — allocated to eamanu 1 month, 12 days ago, started 1 month, 12 days ago, completed 1 month, 12 days ago.
Final Comment
Public Notes
1 month, 12 days ago
● public
License check: rust-sed 0.1.1+ds-1
Archive component: main
COMPATIBLE:
- MIT
1 month, 12 days ago
● public
Author check: rust-sed 0.1.1+ds-1
Scanned 171 files. 4 author(s) declared in debian/copyright.
All source-file authors appear in debian/copyright.
1 month, 12 days ago
● public
licensecheck
Command: licensecheck -r --deb-machine .
Exit code: 0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck
Files: ./.cargo_vcs_info.json
./.github/workflows/benchmarks.yml
./.github/workflows/ci.yml
./.github/workflows/code-quality.yml
./.github/workflows/fuzzing.yml
./Cargo.lock
./Cargo.toml
./Cargo.toml.orig
./build.rs
./debian/cargo-checksum.json
./debian/changelog
./debian/control
./debian/debcargo.toml
./debian/patches/relax-deps.diff
./debian/patches/series
./debian/rules
./debian/rules.debcargo.hint
./debian/rust-sed.links
./debian/source/format
./debian/tests/control
./debian/upstream/metadata
./debian/watch
./dist-workspace.toml
./docs/release-notes/#0.1.1.md#
./docs/release-notes/0.1.1.md
./renovate.json
./src/bin/sed.rs
./src/lib.rs
./src/sed/main.rs
./tests/fixtures/sed/input/ascii
./tests/fixtures/sed/input/dots-4k.txt
./tests/fixtures/sed/input/dots-64k.txt
./tests/fixtures/sed/input/dots-8k.txt
./tests/fixtures/sed/input/expression1
./tests/fixtures/sed/input/hanoi
./tests/fixtures/sed/input/lines1
./tests/fixtures/sed/input/lines2
./tests/fixtures/sed/input/no-new-line.txt
./tests/fixtures/sed/input/pi
./tests/fixtures/sed/input/two-lines.txt
./tests/fixtures/sed/input/unicode
./tests/fixtures/sed/output/addr_empty_re_reuse
./tests/fixtures/sed/output/addr_escaped_delimiter
./tests/fixtures/sed/output/addr_first_separate
./tests/fixtures/sed/output/addr_found
./tests/fixtures/sed/output/addr_found_space
./tests/fixtures/sed/output/addr_last_empty
./tests/fixtures/sed/output/addr_last_one_file
./tests/fixtures/sed/output/addr_last_separate
./tests/fixtures/sed/output/addr_last_two_files
./tests/fixtures/sed/output/addr_numeric_relative_straddle
./tests/fixtures/sed/output/addr_numeric_to_relative
./tests/fixtures/sed/output/addr_one_line
./tests/fixtures/sed/output/addr_one_line_negate
./tests/fixtures/sed/output/addr_pattern_range_reverse
./tests/fixtures/sed/output/addr_pattern_straddle
./tests/fixtures/sed/output/addr_pattern_to_last
./tests/fixtures/sed/output/addr_pattern_to_pattern
./tests/fixtures/sed/output/addr_pattern_to_pattern_negate
./tests/fixtures/sed/output/addr_pattern_to_relative
./tests/fixtures/sed/output/addr_pattern_to_straddle
./tests/fixtures/sed/output/addr_range_numeric
./tests/fixtures/sed/output/addr_range_numeric_negate
./tests/fixtures/sed/output/addr_range_reverse
./tests/fixtures/sed/output/addr_range_to_last
./tests/fixtures/sed/output/addr_range_to_pattern
./tests/fixtures/sed/output/addr_simple_negation
./tests/fixtures/sed/output/addr_straddle
./tests/fixtures/sed/output/addr_three_lines_semicolon
./tests/fixtures/sed/output/addr_two_lines_newline
./tests/fixtures/sed/output/addr_two_lines_semicolon
./tests/fixtures/sed/output/block_negative_range
./tests/fixtures/sed/output/block_negative_range_2
./tests/fixtures/sed/output/block_nested_negative_selection
./tests/fixtures/sed/output/block_nested_selection
./tests/fixtures/sed/output/block_simple_range
./tests/fixtures/sed/output/branch_conditional_boundary
./tests/fixtures/sed/output/branch_conditional_simple
./tests/fixtures/sed/output/branch_cycle_clears
./tests/fixtures/sed/output/branch_plain
./tests/fixtures/sed/output/branch_test_clears
./tests/fixtures/sed/output/branch_to_block
./tests/fixtures/sed/output/comment
./tests/fixtures/sed/output/comment_no_silent
./tests/fixtures/sed/output/comment_silent
./tests/fixtures/sed/output/hanoi
./tests/fixtures/sed/output/list_ascii
./tests/fixtures/sed/output/list_unicode
./tests/fixtures/sed/output/math1
./tests/fixtures/sed/output/multiple_input_files
./tests/fixtures/sed/output/number_continuous
./tests/fixtures/sed/output/number_separate
./tests/fixtures/sed/output/pattern_append_delete
./tests/fixtures/sed/output/pattern_append_delete2_separate
./tests/fixtures/sed/output/pattern_append_delete_2
./tests/fixtures/sed/output/pattern_delete_no_newline
./tests/fixtures/sed/output/pattern_delete_print
./tests/fixtures/sed/output/pattern_delete_to_newline
./tests/fixtures/sed/output/pattern_hold_append_swap
./tests/fixtures/sed/output/pattern_next_output
./tests/fixtures/sed/output/pattern_next_print
./tests/fixtures/sed/output/pattern_next_print_no_output
./tests/fixtures/sed/output/pattern_next_print_output
./tests/fixtures/sed/output/pattern_print_to_newline
./tests/fixtures/sed/output/pattern_quit
./tests/fixtures/sed/output/pattern_quit_2
./tests/fixtures/sed/output/pattern_re_reuse
./tests/fixtures/sed/output/pattern_subst_re_reuse
./tests/fixtures/sed/output/pi
./tests/fixtures/sed/output/read_empty
./tests/fixtures/sed/output/read_missing
./tests/fixtures/sed/output/read_ok
./tests/fixtures/sed/output/subst_any
./tests/fixtures/sed/output/subst_any_global
./tests/fixtures/sed/output/subst_any_unicode
./tests/fixtures/sed/output/subst_backref
./tests/fixtures/sed/output/subst_brace
./tests/fixtures/sed/output/subst_case_insensitive
./tests/fixtures/sed/output/subst_ere_numerical_groups
./tests/fixtures/sed/output/subst_escaped_braced_separator
./tests/fixtures/sed/output/subst_escaped_magic_separator
./tests/fixtures/sed/output/subst_escaped_separator
./tests/fixtures/sed/output/subst_escaped_whole_match_group
./tests/fixtures/sed/output/subst_greek
./tests/fixtures/sed/output/subst_lcase
./tests/fixtures/sed/output/subst_literal
./tests/fixtures/sed/output/subst_literal_end
./tests/fixtures/sed/output/subst_literal_start
./tests/fixtures/sed/output/subst_multiline
./tests/fixtures/sed/output/subst_newline_class
./tests/fixtures/sed/output/subst_newline_re
./tests/fixtures/sed/output/subst_no_new_line
./tests/fixtures/sed/output/subst_numbered_replacement
./tests/fixtures/sed/output/subst_numerical_groups
./tests/fixtures/sed/output/subst_print
./tests/fixtures/sed/output/subst_re_reuse
./tests/fixtures/sed/output/subst_whole_match_group
./tests/fixtures/sed/output/subst_word
./tests/fixtures/sed/output/subst_write_file
./tests/fixtures/sed/output/text_append_before_next
./tests/fixtures/sed/output/text_append_between_subst
./tests/fixtures/sed/output/text_change_global
./tests/fixtures/sed/output/text_change_line
./tests/fixtures/sed/output/text_change_print
./tests/fixtures/sed/output/text_change_range
./tests/fixtures/sed/output/text_change_reverse_range
./tests/fixtures/sed/output/text_insert_between_subst
./tests/fixtures/sed/output/text_insert_gnu
./tests/fixtures/sed/output/text_insert_quit
./tests/fixtures/sed/output/trans_delimiter
./tests/fixtures/sed/output/trans_newline
./tests/fixtures/sed/output/trans_no_new_line
./tests/fixtures/sed/output/trans_simple
./tests/fixtures/sed/output/write_single_file
./tests/fixtures/sed/output/write_two_files_1
./tests/fixtures/sed/output/write_two_files_2
./tests/fixtures/sed/script/hanoi.sed
./tests/fixtures/sed/script/http-log-redact.sed
./tests/fixtures/sed/script/math.sed
./tests/tests.rs
Copyright: NONE
License: UNKNOWN
FIXME
Files: ./LICENSE
./src/sed/command.rs
./src/sed/compiler.rs
./src/sed/delimited_parser.rs
./src/sed/error_handling.rs
./src/sed/fast_io.rs
./src/sed/fast_regex.rs
./src/sed/in_place.rs
./src/sed/mod.rs
./src/sed/named_writer.rs
./src/sed/processor.rs
./src/sed/script_char_provider.rs
./src/sed/script_line_provider.rs
./tests/by-util/test_sed.rs
Copyright: 2025, Diomidis Spinellis
License: Expat
FIXME
Files: ./README.md
./benches/sed_bench.rs
Copyright: NONE
License: Expat
FIXME
Files: ./debian/copyright
Copyright: 2022-2024, axodotdev
2025-2026, Diomidis Spinellis
2026, Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
License: Expat
FIXME
Files: ./debian/copyright.debcargo.hint
Copyright: FIXME (overlay) UNKNOWN-YEARS uutils developers
License: Expat
FIXME
Files: ./.github/workflows/release.yml
Copyright: 2022-2024, axodotdev
License: Expat
FIXME
1 month, 12 days ago
● public
debian/copyright check
Command: cme check dpkg-copyright
Exit code: 0
Warning in 'Files:"*" License short_name': value is "MIT". There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details.
Offending value: 'MIT'
Warning in 'Files:".github/workflows/release.yml" License short_name': value is "MIT". There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details.
Offending value: 'MIT'
Warning in 'Files:"debian/*" License short_name': value is "MIT". There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details.
Offending value: 'MIT'
you can try 'cme fix dpkg-copyright' to fix the warnings shown above
1 month, 12 days ago
● public
licenserecon
Command: licenserecon
Exit code: 0
en: Versions: licenserecon '17.0' licensecheck '3.3.9-1'
Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....
No significant differences found
1 month, 12 days ago
● public
Look for SPDX
Command: grep -r -B1 'SPDX-'
Exit code: 0
tests/by-util/test_sed.rs-//
tests/by-util/test_sed.rs:// SPDX-License-Identifier: MIT
--
benches/sed_bench.rs-//
benches/sed_bench.rs:// SPDX-License-Identifier: MIT
--
.github/workflows/release.yml-# Copyright 2022-2024, axodotdev
.github/workflows/release.yml:# SPDX-License-Identifier: MIT or Apache-2.0
--
src/sed/fast_regex.rs-//
src/sed/fast_regex.rs:// SPDX-License-Identifier: MIT
--
src/sed/compiler.rs-//
src/sed/compiler.rs:// SPDX-License-Identifier: MIT
--
src/sed/error_handling.rs-//
src/sed/error_handling.rs:// SPDX-License-Identifier: MIT
--
src/sed/command.rs-//
src/sed/command.rs:// SPDX-License-Identifier: MIT
--
src/sed/script_line_provider.rs-//
src/sed/script_line_provider.rs:// SPDX-License-Identifier: MIT
--
src/sed/processor.rs-//
src/sed/processor.rs:// SPDX-License-Identifier: MIT
--
src/sed/fast_io.rs-//
src/sed/fast_io.rs:// SPDX-License-Identifier: MIT
--
src/sed/delimited_parser.rs-//
src/sed/delimited_parser.rs:// SPDX-License-Identifier: MIT
--
src/sed/in_place.rs-//
src/sed/in_place.rs:// SPDX-License-Identifier: MIT
--
src/sed/mod.rs-//
src/sed/mod.rs:// SPDX-License-Identifier: MIT
--
src/sed/script_char_provider.rs-//
src/sed/script_char_provider.rs:// SPDX-License-Identifier: MIT
--
src/sed/named_writer.rs-//
src/sed/named_writer.rs:// SPDX-License-Identifier: MIT
1 month, 12 days ago
● public
Lintian
Command: lintian -i -I -v --pedantic
Exit code: 0
N:
W: librust-sed-dev: initial-upload-closes-no-bugs [usr/share/doc/librust-sed-dev/changelog.Debian.gz:1]
N:
N: This package appears to be the first packaging of a new upstream software
N: package (there is only one changelog entry and the Debian revision is 1),
N: but it does not close any bugs. The initial upload of a new package should
N: close the corresponding ITP bug for that package.
N:
N: This warning can be ignored if the package is not intended for Debian or
N: if it is a split of an existing Debian package.
N:
N: Please refer to New packages (Section 5.1) in the Debian Developer's
N: Reference for details.
N:
N: Visibility: warning
N: Show-Always: no
N: Check: debian/changelog
N: Renamed from: new-package-should-close-itp-bug
N:
N:
W: rust-sed: initial-upload-closes-no-bugs [usr/share/doc/rust-sed/changelog.Debian.gz:1]
N:
W: rust-sed: no-manual-page [usr/bin/rust-sed]
N:
N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have
N: a manual page
N:
N: Note that though the man program has the capability to check for several
N: program names in the NAMES section, each of these programs should have its
N: own manual page (a symbolic link to the appropriate manual page is
N: sufficient) because other manual page viewers such as xman or tkman don't
N: support this.
N:
N: If the name of the manual page differs from the binary by case, man may be
N: able to find it anyway; however, it is still best practice to match the
N: exact capitalization of the executable in the manual page.
N:
N: If the manual pages are provided by another package on which this package
N: depends, Lintian may not be able to determine that manual pages are
N: available. In this case, after confirming that all binaries do have manual
N: pages after this package and its dependencies are installed, please add a
N: Lintian override.
N:
N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual
N: for details.
N:
N: Visibility: warning
N: Show-Always: no
N: Check: documentation/manual
N: Renamed from: binary-without-manpage
N:
N:
I: rust-sed source: duplicate-short-description librust-sed-dev rust-sed [debian/control]
N:
N: The listed binary packages all share the same short description, i.e. the
N: first line of the Description field in debian/control.
N:
N: Please add a word or two, in parentheses if needed, to describe to users
N: what they are installing.
N:
N: It is not okay to rely solely on package naming conventions to indicate
N: what is inside.
N:
N: Visibility: info
N: Show-Always: no
N: Check: debian/control/field/description/duplicate
N:
N:
I: librust-sed-dev: extended-description-is-probably-too-short
N:
N: The extended description (the lines after the first line of the
N: "Description:" field) is only one or two lines long. The extended
N: description should provide a user with enough information to decide
N: whether they want to install this package, what it contains, and how it
N: compares to similar packages. One or two lines is normally not enough to
N: do this.
N:
N: Please refer to General guidelines for package descriptions (Section
N: 6.2.1) in the Debian Developer's Reference and The long description
N: (Section 6.2.3) in the Debian Developer's Reference for details.
N:
N: Visibility: info
N: Show-Always: no
N: Check: fields/description
N:
N:
I: rust-sed: extended-description-is-probably-too-short
N:
I: rust-sed source: installable-field-mirrors-source (in section for rust-sed) Section [debian/control:90]
N:
N: The named field for an installation package in debian/control has the same
N: value as the one inherited from the source paragraph.
N:
N: In the interest of shorter and clearer files, you may wish to take
N: advantage of the inheritance rules. This field is redundant.
N:
N: Visibility: info
N: Show-Always: no
N: Check: debian/control/field/redundant
N: Renamed from: binary-control-field-duplicates-source
N:
N:
I: rust-sed source: missing-explanation-for-repacked-upstream-tarball [debian/copyright:1]
N:
N: The version of this package contains dfsg, ds, or debian which normally
N: indicates that the upstream source has been repackaged, but there is no
N: "Comment" or "Files-Excluded" field in its copyright file which explains
N: the reason why.
N:
N: Please add a comment why this tarball was repacked or add a suitable
N: "Files-Excluded" field.
N:
N: Visibility: info
N: Show-Always: no
N: Check: debian/copyright/dep5
N:
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/LICENSE]
N:
N: This package ships a documentation file outside /usr/share/doc
N: Documentation files are normally installed inside /usr/share/doc.
N:
N: If this file doesn't describe the contents or purpose of the directory it
N: is in, please consider moving this file to /usr/share/doc/ or maybe even
N: removing it. If this file does describe the contents or purpose of the
N: directory it is in, please add a lintian override.
N:
N: Visibility: info
N: Show-Always: no
N: Check: documentation
N:
N: Screen: python/egg/metadata
N: Advocates: "Scott Kitterman" <debian@kitterman.com>
N: Reason: The folders XXX.dist-info/ and XXX.egg-info/ hold metadata for
N: Python modules. Those files are not documentation even though
N: some of their names carry the .txt file extension.
N:
N: Python modules can be both public and private.
N:
N: Read more in
N: https://www.python.org/dev/peps/pep-0427/#the-dist-info-directory,
N: https://www.python.org/dev/peps/pep-0376/#id16,
N: https://www.python.org/dev/peps/pep-0610/,
N: https://www.python.org/dev/peps/pep-0639/,
N: https://setuptools.pypa.io/en/latest/deprecated/python_eggs.html,
N: and Bug#1003913.
N:
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/README.md]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/docs/release-notes/0.1.1.md]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/tests/fixtures/sed/input/dots-4k.txt]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/tests/fixtures/sed/input/dots-64k.txt]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/tests/fixtures/sed/input/dots-8k.txt]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/tests/fixtures/sed/input/no-new-line.txt]
N:
I: librust-sed-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/sed-0.1.1/tests/fixtures/sed/input/two-lines.txt]
N:
I: rust-sed source: quilt-patch-missing-description [debian/patches/relax-deps.diff]
N:
N: quilt patch files should start with a description of patch. All lines
N: before the start of the patch itself are considered part of the
N: description. You can edit the description with quilt header -e when the
N: patch is at the top of the stack.
N:
N: As well as a description of the purpose and function of the patch, the
N: description should ideally contain author information, a URL for the bug
N: report (if any), Debian or upstream bugs fixed by it, upstream status, the
N: Debian version and date the patch was first included, and any other
N: information that would be useful if someone were investigating the patch
N: and underlying problem. Please consider using the DEP 3 format for this
N: information.
N:
N: Please refer to https://dep-team.pages.debian.net/deps/dep3/ for details.
N:
N: Visibility: info
N: Show-Always: no
N: Check: debian/patches/quilt
N:
N:
I: rust-sed source: upstream-metadata-missing-bug-tracking [debian/upstream/metadata]
N:
N: The DEP 12 metadata file does not specify any upstream bug tracking
N: information (ie. the Bug-Database or Bug-Submit fields are missing).
N:
N: The upstream metadata can be found in the source package in the file
N: debian/upstream/metadata.
N:
N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ for details.
N:
N: Visibility: info
N: Show-Always: no
N: Check: debian/upstream/metadata
N:
N:
I: librust-sed-dev: wrong-section-according-to-package-name utils => rust
N:
N: This package has a name suggesting that it belongs to a section other than
N: the one it is currently categorized in.
N:
N: Visibility: info
N: Show-Always: no
N: Check: fields/section
N:
N:
I: rust-sed: wrong-section-according-to-package-name utils => rust
N:
P: rust-sed source: package-uses-old-debhelper-compat-version 13
N:
N: This package uses a debhelper compatibility level that is no longer
N: recommended. Please consider using the recommended level.
N:
N: For most packages, the best way to set the compatibility level is to
N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You
N: can also use the debian/compat file or export DH_COMPAT in debian/rules.
N:
N: If no level is selected debhelper defaults to level 1, which is
N: deprecated.
N:
N: Please refer to the debhelper(7) manual page for details.
N:
N: Visibility: pedantic
N: Show-Always: no
N: Check: debhelper
N:
1 month, 12 days ago
● public
duck
Command: duck
Exit code: 0
(no output)
1 month, 12 days ago
● public
look for copyright
Command: egrep -R -i copyright
Exit code: 0
.pc/relax-deps.diff/build.rs:// For the full copyright and license information, please view the LICENSE
tests/tests.rs:// For the full copyright and license information, please view the LICENSE
tests/by-util/test_sed.rs:// Copyright (c) 2025 Diomidis Spinellis
tests/by-util/test_sed.rs:// For the full copyright and license information, please view the LICENSE
benches/sed_bench.rs:// For the full copyright and license information, please view the LICENSE
LICENSE:Copyright (c) 2025 Diomidis Spinellis
LICENSE:The above copyright notice and this permission notice shall be included in all
LICENSE:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.github/workflows/release.yml:# Copyright 2022-2024, axodotdev
debian/copyright.debcargo.hint:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright.debcargo.hint:Copyright: FIXME (overlay) UNKNOWN-YEARS uutils developers
debian/copyright.debcargo.hint: FIXME (overlay): Since upstream copyright years are not available in
debian/copyright.debcargo.hint:Copyright: 2022-2024, axodotdev
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright: 2025 Diomidis Spinellis
debian/copyright.debcargo.hint:Copyright:
debian/copyright.debcargo.hint: The above copyright notice and this permission notice shall be included in all
debian/copyright.debcargo.hint: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright: 2025-2026 Diomidis Spinellis
debian/copyright:Copyright: 2022-2024, axodotdev
debian/copyright:Copyright:
debian/copyright: The above copyright notice and this permission notice shall be included in all
debian/copyright: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
src/sed/fast_regex.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/fast_regex.rs:// For the full copyright and license information, please view the LICENSE
src/sed/compiler.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/compiler.rs:// For the full copyright and license information, please view the LICENSE
src/sed/error_handling.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/error_handling.rs:// For the full copyright and license information, please view the LICENSE
src/sed/command.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/command.rs:// For the full copyright and license information, please view the LICENSE
src/sed/script_line_provider.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/script_line_provider.rs:// For the full copyright and license information, please view the LICENSE
src/sed/processor.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/processor.rs:// For the full copyright and license information, please view the LICENSE
src/sed/fast_io.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/fast_io.rs:// For the full copyright and license information, please view the LICENSE
src/sed/delimited_parser.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/delimited_parser.rs:// For the full copyright and license information, please view the LICENSE
src/sed/in_place.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/in_place.rs:// For the full copyright and license information, please view the LICENSE
src/sed/mod.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/mod.rs:// For the full copyright and license information, please view the LICENSE
src/sed/script_char_provider.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/script_char_provider.rs:// For the full copyright and license information, please view the LICENSE
src/sed/named_writer.rs:// Copyright (c) 2025 Diomidis Spinellis
src/sed/named_writer.rs:// For the full copyright and license information, please view the LICENSE
src/lib.rs:// For the full copyright and license information, please view the LICENSE
src/bin/sed.rs:// For the full copyright and license information, please view the LICENSE
build.rs:// For the full copyright and license information, please view the LICENSE
1 month, 12 days ago
● public
look for license
Command: egrep -R -i license
Exit code: 0
.pc/relax-deps.diff/Cargo.toml:license = "MIT"
.pc/relax-deps.diff/build.rs:// For the full copyright and license information, please view the LICENSE
tests/tests.rs:// For the full copyright and license information, please view the LICENSE
tests/by-util/test_sed.rs:// SPDX-License-Identifier: MIT
tests/by-util/test_sed.rs:// It is licensed under the MIT License.
tests/by-util/test_sed.rs:// For the full copyright and license information, please view the LICENSE
Cargo.toml.orig:# * see the repository LICENSE, README, and CONTRIBUTING files for more information
Cargo.toml.orig:license = "MIT"
benches/sed_bench.rs:// SPDX-License-Identifier: MIT
benches/sed_bench.rs:// It is licensed under the MIT License.
benches/sed_bench.rs:// For the full copyright and license information, please view the LICENSE
Cargo.toml:license = "MIT"
LICENSE:MIT License
LICENSE:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
.github/workflows/release.yml:# SPDX-License-Identifier: MIT or Apache-2.0
debian/copyright.debcargo.hint:License: MIT
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:Files: LICENSE
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: UNKNOWN-LICENSE; FIXME (overlay)
debian/copyright.debcargo.hint:License: MIT
debian/copyright.debcargo.hint:License: MIT
debian/copyright.debcargo.hint: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
README.md:[](https://github.com/uutils/sed/blob/main/LICENSE)
README.md:## License
README.md:sed is licensed under the MIT License - see the `LICENSE` file for details
src/sed/fast_regex.rs:// SPDX-License-Identifier: MIT
src/sed/fast_regex.rs:// It is licensed under the MIT License.
src/sed/fast_regex.rs:// For the full copyright and license information, please view the LICENSE
src/sed/compiler.rs:// SPDX-License-Identifier: MIT
src/sed/compiler.rs:// It is licensed under the MIT License.
src/sed/compiler.rs:// For the full copyright and license information, please view the LICENSE
src/sed/error_handling.rs:// SPDX-License-Identifier: MIT
src/sed/error_handling.rs:// It is licensed under the MIT License.
src/sed/error_handling.rs:// For the full copyright and license information, please view the LICENSE
src/sed/command.rs:// SPDX-License-Identifier: MIT
src/sed/command.rs:// It is licensed under the MIT License.
src/sed/command.rs:// For the full copyright and license information, please view the LICENSE
src/sed/script_line_provider.rs:// SPDX-License-Identifier: MIT
src/sed/script_line_provider.rs:// It is licensed under the MIT License.
src/sed/script_line_provider.rs:// For the full copyright and license information, please view the LICENSE
src/sed/processor.rs:// SPDX-License-Identifier: MIT
src/sed/processor.rs:// It is licensed under the MIT License.
src/sed/processor.rs:// For the full copyright and license information, please view the LICENSE
src/sed/fast_io.rs:// SPDX-License-Identifier: MIT
src/sed/fast_io.rs:// It is licensed under the MIT License.
src/sed/fast_io.rs:// For the full copyright and license information, please view the LICENSE
src/sed/delimited_parser.rs:// SPDX-License-Identifier: MIT
src/sed/delimited_parser.rs:// It is licensed under the MIT License.
src/sed/delimited_parser.rs:// For the full copyright and license information, please view the LICENSE
src/sed/in_place.rs:// SPDX-License-Identifier: MIT
src/sed/in_place.rs:// It is licensed under the MIT License.
src/sed/in_place.rs:// For the full copyright and license information, please view the LICENSE
src/sed/mod.rs:// SPDX-License-Identifier: MIT
src/sed/mod.rs:// It is licensed under the MIT License.
src/sed/mod.rs:// For the full copyright and license information, please view the LICENSE
src/sed/script_char_provider.rs:// SPDX-License-Identifier: MIT
src/sed/script_char_provider.rs:// It is licensed under the MIT License.
src/sed/script_char_provider.rs:// For the full copyright and license information, please view the LICENSE
src/sed/named_writer.rs:// SPDX-License-Identifier: MIT
src/sed/named_writer.rs:// It is licensed under the MIT License.
src/sed/named_writer.rs:// For the full copyright and license information, please view the LICENSE
src/lib.rs:// For the full copyright and license information, please view the LICENSE
src/bin/sed.rs:// For the full copyright and license information, please view the LICENSE
build.rs:// For the full copyright and license information, please view the LICENSE