DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: icann-rdap-common 0.0.25-1

New Package Report

.changes
Version0.0.25-1
Changed-ByDaniel Baumann
Architecturesource amd64
Distributionunstable
DateWed, 31 Dec 2025 06:38:34 +0100
Sourceicann-rdap-common
Changelog
icann-rdap-common (0.0.25-1) unstable; urgency=medium
 .
   * Initial upload to sid (Closes: #1099105).
.dsc
Componentmain
Package-Listlibrust-icann-rdap-common-dev deb rust optional arch=any
Sectionrust
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: icann-rdap-common
Upstream-Contact: https://github.com/icann/icann-rdap/issues
Source: https://github.com/icann/icann-rdap/tags

Files: *
Copyright: 2023-2025 Internet Corporation for Assigned Names and Numbers
License: MIT or Apache-2.0
Comment:
 Note that the ARIN 'copyright' strings in the sample output files of
 src/response/test_files are not copyright statements, but sample data
 the RDAP server would deliver.
 Same goes for the fictional 'copyright' string in src/response/types.rs.

Files: debian/*
Copyright: 2025 Daniel Baumann <daniel@debian.org>
License: MIT or Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 The complete text of the Apache-2.0 License
 can be found in /usr/share/common-licenses/Apache-2.0 file.

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 awm 27 days ago, started 27 days ago, completed 27 days ago.

Final Comment

Looking at the output of cme fix dpkg there seems to be some issue with
the formatting of your debian/copyright, it's not a copyright issue though,
so the package is still accepted. It'd be good if you could tidy it in
your next upload.

Thanks!

Public Notes

27 days ago ● public

CME fix

Command: cme fix --verbose dpkg
Exit code: 2


Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree... Done

Reading state information... 0% 

Reading state information... 0%

Reading state information... Done
cme: running fix on dpkg configuration...
Connecting to api.ftp-master.debian.org to check 12 package versions. Please wait...
Got info from api.ftp-master.debian.org for 12 packages.
Warning in 'copyright Files:"*" License short_name': 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 or Apache-2.0'
Warning in 'copyright Files:"debian/*" License short_name': 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 or Apache-2.0'
In config class 'Dpkg::Copyright::FileLicense', (location: copyright Files:"*" License short_name) element 'short_name' (level normal) has a configuration model error:
	Eval of fix # need to test if target exists before moving element
my $lic = $self->grab('- - - License');
# no check to avoid unused license warning (which is not yet moved)
my $text = $self->grab_value(steps => '- full_license', check => 'no');
# likewise because check occurs before actual move
$lic->move($_,'Expat', check => 'no') unless $text or $lic->defined('Expat') ;
$_ = 'Expat';
 failed : Configuration item 'copyright License id' has a user error:
	move: unknow from key MIT or Apache-2.0

Back to Dashboard | View all reviews for this package