Review: rust-axum-macros 0.5.1-1
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Sun, 10 May 2026 06:22:39 +0200 |
| Source | rust-axum-macros |
| Version | 0.5.1-1 |
| Changed-By | Daniel Baumann |
| Architecture | source amd64 |
Changelog
rust-axum-macros (0.5.1-1) unstable; urgency=medium . * Initial upload to sid, needed for rust-axum-extra.
.dsc
| Package-List | librust-axum-macros-dev deb rust optional arch=any |
|---|---|
| Section | rust |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: axum-macros Upstream-Contact: https://github.com/tokio-rs/axum/issues Source: https://github.com/tokio-rs/axum/tags Files: * Copyright: 2021 axum Contributors License: MIT Files: src/with_position.rs Copyright: 2015 bluss License: MIT Comment: This file is a copy of rust-itertools:src/with_position.rs The incomplete copyright header is a verbatim copy of rust-itertools:LICENSE-MIT. Files: debian/* Copyright: 2026 Daniel Baumann <daniel@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 8 days ago, started 8 days ago, completed 8 days ago.
Final Comment
Public Notes
8 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
./CHANGELOG.md
./Cargo.lock
./Cargo.toml
./Cargo.toml.orig
./debian/cargo-checksum.json
./debian/changelog
./debian/control
./debian/rules
./debian/source/format
./debian/tests/control
./debian/watch
./rust-toolchain
./src/attr_parsing.rs
./src/axum_test.rs
./src/debug_handler.rs
./src/from_ref.rs
./src/from_request/attr.rs
./src/from_request/mod.rs
./src/lib.rs
./src/typed_path.rs
./tests/debug_handler/fail/argument_not_extractor.rs
./tests/debug_handler/fail/argument_not_extractor.stderr
./tests/debug_handler/fail/duplicate_args.rs
./tests/debug_handler/fail/duplicate_args.stderr
./tests/debug_handler/fail/extension_not_clone.rs
./tests/debug_handler/fail/extension_not_clone.stderr
./tests/debug_handler/fail/extract_self_mut.rs
./tests/debug_handler/fail/extract_self_mut.stderr
./tests/debug_handler/fail/extract_self_ref.rs
./tests/debug_handler/fail/extract_self_ref.stderr
./tests/debug_handler/fail/generics.rs
./tests/debug_handler/fail/generics.stderr
./tests/debug_handler/fail/invalid_attrs.rs
./tests/debug_handler/fail/invalid_attrs.stderr
./tests/debug_handler/fail/json_not_deserialize.rs
./tests/debug_handler/fail/json_not_deserialize.stderr
./tests/debug_handler/fail/multiple_paths.rs
./tests/debug_handler/fail/multiple_paths.stderr
./tests/debug_handler/fail/multiple_request_consumers.rs
./tests/debug_handler/fail/multiple_request_consumers.stderr
./tests/debug_handler/fail/not_a_function.rs
./tests/debug_handler/fail/not_a_function.stderr
./tests/debug_handler/fail/not_async.rs
./tests/debug_handler/fail/not_async.stderr
./tests/debug_handler/fail/not_send.rs
./tests/debug_handler/fail/not_send.stderr
./tests/debug_handler/fail/output_tuple_too_many.rs
./tests/debug_handler/fail/output_tuple_too_many.stderr
./tests/debug_handler/fail/returning_request_parts.rs
./tests/debug_handler/fail/returning_request_parts.stderr
./tests/debug_handler/fail/single_wrong_return_tuple.rs
./tests/debug_handler/fail/single_wrong_return_tuple.stderr
./tests/debug_handler/fail/too_many_extractors.rs
./tests/debug_handler/fail/too_many_extractors.stderr
./tests/debug_handler/fail/wrong_order.rs
./tests/debug_handler/fail/wrong_order.stderr
./tests/debug_handler/fail/wrong_return_tuple.rs
./tests/debug_handler/fail/wrong_return_tuple.stderr
./tests/debug_handler/fail/wrong_return_type.rs
./tests/debug_handler/fail/wrong_return_type.stderr
./tests/debug_handler/pass/associated_fn_without_self.rs
./tests/debug_handler/pass/deny_unreachable_code.rs
./tests/debug_handler/pass/impl_future.rs
./tests/debug_handler/pass/impl_into_response.rs
./tests/debug_handler/pass/infer_state.rs
./tests/debug_handler/pass/multiple_extractors.rs
./tests/debug_handler/pass/mut_extractor.rs
./tests/debug_handler/pass/ready.rs
./tests/debug_handler/pass/request_last.rs
./tests/debug_handler/pass/result_impl_into_response.rs
./tests/debug_handler/pass/returns_self.rs
./tests/debug_handler/pass/self_receiver.rs
./tests/debug_handler/pass/set_state.rs
./tests/debug_handler/pass/state_and_body.rs
./tests/debug_middleware/fail/doesnt_take_next.rs
./tests/debug_middleware/fail/doesnt_take_next.stderr
./tests/debug_middleware/fail/next_not_last.rs
./tests/debug_middleware/fail/next_not_last.stderr
./tests/debug_middleware/fail/takes_next_twice.rs
./tests/debug_middleware/fail/takes_next_twice.stderr
./tests/debug_middleware/pass/basic.rs
./tests/from_ref/fail/generics.rs
./tests/from_ref/fail/generics.stderr
./tests/from_ref/pass/basic.rs
./tests/from_ref/pass/reference-types.rs
./tests/from_ref/pass/skip.rs
./tests/from_request/fail/double_via_attr.rs
./tests/from_request/fail/double_via_attr.stderr
./tests/from_request/fail/enum_from_request_ident_in_variant.rs
./tests/from_request/fail/enum_from_request_ident_in_variant.stderr
./tests/from_request/fail/enum_from_request_on_variant.rs
./tests/from_request/fail/enum_from_request_on_variant.stderr
./tests/from_request/fail/enum_no_via.rs
./tests/from_request/fail/enum_no_via.stderr
./tests/from_request/fail/generic.rs
./tests/from_request/fail/generic.stderr
./tests/from_request/fail/generic_without_via.rs
./tests/from_request/fail/generic_without_via.stderr
./tests/from_request/fail/generic_without_via_rejection.rs
./tests/from_request/fail/generic_without_via_rejection.stderr
./tests/from_request/fail/not_enum_or_struct.rs
./tests/from_request/fail/not_enum_or_struct.stderr
./tests/from_request/fail/override_rejection_on_enum_without_via.rs
./tests/from_request/fail/override_rejection_on_enum_without_via.stderr
./tests/from_request/fail/parts_extracting_body.rs
./tests/from_request/fail/parts_extracting_body.stderr
./tests/from_request/fail/state_infer_multiple_different_types.rs
./tests/from_request/fail/state_infer_multiple_different_types.stderr
./tests/from_request/fail/unknown_attr_container.rs
./tests/from_request/fail/unknown_attr_container.stderr
./tests/from_request/fail/unknown_attr_field.rs
./tests/from_request/fail/unknown_attr_field.stderr
./tests/from_request/fail/via_on_container_and_field.rs
./tests/from_request/fail/via_on_container_and_field.stderr
./tests/from_request/pass/container.rs
./tests/from_request/pass/container_parts.rs
./tests/from_request/pass/empty_named.rs
./tests/from_request/pass/empty_named_parts.rs
./tests/from_request/pass/empty_tuple.rs
./tests/from_request/pass/empty_tuple_parts.rs
./tests/from_request/pass/enum_via.rs
./tests/from_request/pass/enum_via_parts.rs
./tests/from_request/pass/named.rs
./tests/from_request/pass/named_parts.rs
./tests/from_request/pass/named_via.rs
./tests/from_request/pass/named_via_parts.rs
./tests/from_request/pass/override_rejection.rs
./tests/from_request/pass/override_rejection_non_generic.rs
./tests/from_request/pass/override_rejection_non_generic_parts.rs
./tests/from_request/pass/override_rejection_parts.rs
./tests/from_request/pass/override_rejection_with_via_on_enum.rs
./tests/from_request/pass/override_rejection_with_via_on_enum_parts.rs
./tests/from_request/pass/override_rejection_with_via_on_struct.rs
./tests/from_request/pass/override_rejection_with_via_on_struct_parts.rs
./tests/from_request/pass/state_cookie.rs
./tests/from_request/pass/state_enum_via.rs
./tests/from_request/pass/state_enum_via_parts.rs
./tests/from_request/pass/state_explicit.rs
./tests/from_request/pass/state_explicit_parts.rs
./tests/from_request/pass/state_field_explicit.rs
./tests/from_request/pass/state_field_infer.rs
./tests/from_request/pass/state_infer.rs
./tests/from_request/pass/state_infer_multiple.rs
./tests/from_request/pass/state_infer_parts.rs
./tests/from_request/pass/state_via.rs
./tests/from_request/pass/state_via_infer.rs
./tests/from_request/pass/state_via_parts.rs
./tests/from_request/pass/state_with_rejection.rs
./tests/from_request/pass/tuple.rs
./tests/from_request/pass/tuple_parts.rs
./tests/from_request/pass/tuple_same_type_twice.rs
./tests/from_request/pass/tuple_same_type_twice_parts.rs
./tests/from_request/pass/tuple_same_type_twice_via.rs
./tests/from_request/pass/tuple_same_type_twice_via_parts.rs
./tests/from_request/pass/tuple_via.rs
./tests/from_request/pass/tuple_via_parts.rs
./tests/from_request/pass/unit.rs
./tests/from_request/pass/unit_parts.rs
./tests/typed_path/fail/missing_capture.rs
./tests/typed_path/fail/missing_capture.stderr
./tests/typed_path/fail/missing_field.rs
./tests/typed_path/fail/missing_field.stderr
./tests/typed_path/fail/not_deserialize.rs
./tests/typed_path/fail/not_deserialize.stderr
./tests/typed_path/fail/route_not_starting_with_slash.rs
./tests/typed_path/fail/route_not_starting_with_slash.stderr
./tests/typed_path/fail/route_not_starting_with_slash_non_empty.rs
./tests/typed_path/fail/route_not_starting_with_slash_non_empty.stderr
./tests/typed_path/fail/unit_with_capture.rs
./tests/typed_path/fail/unit_with_capture.stderr
./tests/typed_path/pass/customize_rejection.rs
./tests/typed_path/pass/into_uri.rs
./tests/typed_path/pass/named_fields_struct.rs
./tests/typed_path/pass/result_handler.rs
./tests/typed_path/pass/tuple_struct.rs
./tests/typed_path/pass/unit_struct.rs
./tests/typed_path/pass/url_encoding.rs
./tests/typed_path/pass/wildcards.rs
Copyright: NONE
License: UNKNOWN
FIXME
Files: ./README.md
Copyright: NONE
License: Expat
FIXME
Files: ./src/with_position.rs
Copyright: 2015
License: Expat
FIXME
Files: ./debian/copyright
Copyright: 2015, bluss
2021, axum Contributors
2026, Daniel Baumann <daniel@debian.org>
header is a verbatim copy of
License: Expat
FIXME
Files: ./LICENSE
Copyright: 2021, axum Contributors
License: Expat
FIXME
8 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:"src/with_position.rs" 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
8 days ago
● public
licenserecon
Command: licenserecon
Exit code: 0
en: Versions: licenserecon '16.0' licensecheck '3.3.9-1'
Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....
No significant differences found
8 days ago
● public
Look for SPDX
Command: grep -r -B1 'SPDX-'
Exit code: 1
(no output)
8 days ago
● public
Lintian
Command: lintian -i -I -v --pedantic
Exit code: 0
N:
W: librust-axum-macros-dev: initial-upload-closes-no-bugs [usr/share/doc/librust-axum-macros-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-axum-macros source: testsuite-restrictions-has-deprecated-skip-not-installable [debian/tests/control]
N:
N: This package's autopkgtest testsuite uses the skip-not-installable
N: restriction, which is now deprecated.
N:
N: If you wish to skip certain architectures, please use the Architecture
N: field instead.
N:
N: See-Also: /usr/share/doc/autopkgtest/README.package-tests.rst.gz
N:
N: Visibility: warning
N: Show-Always: no
N: Check: testsuite
N:
N:
I: librust-axum-macros-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-axum-macros source: installable-field-mirrors-source (in section for librust-axum-macros-dev) Section [debian/control:26]
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: librust-axum-macros-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/axum-macros-0.5.1/CHANGELOG.md]
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-axum-macros-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/axum-macros-0.5.1/LICENSE]
N:
I: librust-axum-macros-dev: package-contains-documentation-outside-usr-share-doc [usr/share/cargo/registry/axum-macros-0.5.1/README.md]
N:
P: rust-axum-macros source: redundant-priority-optional-field [debian/control:3]
N:
N: This package currently sets the Priority field in the debian/control file
N: to "optional".
N:
N: As of dpkg version 1.22.13, this field is set to "optional" by default. As
N: such, in this case the Priority field is redundant and should be removed.
N:
N: Visibility: pedantic
N: Show-Always: no
N: Check: debian/control/field/priority
N:
N:
P: rust-axum-macros source: upstream-metadata-file-is-missing
N:
N: This source package is not Debian-native but it does not have a
N: debian/upstream/metadata file.
N:
N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to
N: collect meta-information about upstream projects from any source package.
N: This file is in YAML format and it is used in to feed the data in the
N: UltimateDebianDatabase. For example, it can contains the way the authors
N: want their software be cited in publications and some bibliographic
N: references about the software.
N:
N: Please add a debian/upstream/metadata file.
N:
N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and
N: https://wiki.debian.org/UpstreamMetadata for details.
N:
N: Visibility: pedantic
N: Show-Always: no
N: Check: debian/upstream/metadata
N:
8 days ago
● public
duck
Command: duck
Exit code: 0
(no output)
8 days ago
● public
look for copyright
Command: egrep -R -i copyright
Exit code: 0
LICENSE:Copyright 2021 axum Contributors
LICENSE:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
LICENSE: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.
debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright: 2021 axum Contributors
debian/copyright:Copyright: 2015 bluss
debian/copyright: The incomplete copyright header is a verbatim copy of
debian/copyright:Copyright: 2026 Daniel Baumann <daniel@debian.org>
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/with_position.rs:// Copyright (c) 2015
src/with_position.rs:// The above copyright notice and this permission notice
src/with_position.rs:// SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8 days ago
● public
look for license
Command: egrep -R -i license
Exit code: 0
Cargo.toml.orig:license = "MIT"
Cargo.toml:license = "MIT"
LICENSE: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:
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright: rust-itertools: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:## License
README.md:This project is licensed under the [MIT license][license].
README.md:for inclusion in `axum` by you, shall be licensed as MIT, without any
README.md:[license]: /axum-macros/LICENSE
src/with_position.rs:// this is copied from itertools under the following license
src/with_position.rs:// publish, distribute, sublicense, and/or sell copies of