DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: odyssey 1.5.1~rc3-1

New Package Report

.changes
DateMon, 23 Feb 2026 12:49:32 +0100
Sourceodyssey
Version1.5.1~rc3-1
Changed-ByChristoph Berg
Architecturesource amd64
Distributionunstable
Changelog
odyssey (1.5.1~rc3-1) unstable; urgency=medium
 .
   * New upstream version 1.5.1~rc3.
.dsc
Sectiondatabase
Priorityoptional
Componentmain
Package-Listodyssey deb database optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Odyssey
Source: https://github.com/yandex/odyssey

Files: *
Copyright:
 Copyright (C) 2018 YANDEX LLC
License: yandex-bsd
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this list
 of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice, this
 list of conditions and the following disclaimer in the documentation and/or other
 materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its contributors may
 be used to endorse or promote products derived from this software without specific
 prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
 THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: sources/include/tdigest.h sources/tdigest.c
Copyright:
 Copyright (c) 2018 Andrew Werner, All rights reserved.
 Copyright (c) 2013-2014, Ted Dunning <ted.dunning@gmail.com>
License: Apache-2.0
 tdigest is an implementation of Ted Dunning's streaming quantile estimation
 data structure.
 This implementation is intended to be like the new MergingHistogram.
 It focuses on being in portable C that should be easy to integrate into other
 languages. In particular it provides mechanisms to preallocate all memory
 at construction time.
 .
 The implementation is a direct descendent of https://github.com/tdunning/t-digest/
 .
 Licensed to Ted Dunning under one or more contributor license agreements.  See
 the NOTICE file distributed with this work for additional information
 regarding copyright ownership. The ASF licenses this file to You 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
 .
     http://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.
 .
 On Debian systems, the Apache 2.0 license is located in
 /usr/share/common-licenses/Apache-2.0.

Review Information

accepted — allocated to awm 23 days ago, started 23 days ago, completed 22 days ago.

Final Comment

Please consider addressing the issues highlighted in the Lintian report run
as part of this review.

Thanks!

Other Reviews of this Package

VersionHashAllocatedCompletedReviewerStatusDetails
1.5.0-1 2427bcc3… 2026-02-24 11:12 2026-02-24 11:12 awm accepted VIEW
1.5.0~rc3-1 12cad787… 2026-02-24 11:12 2026-02-24 11:12 awm accepted VIEW
1.5.0~rc-1 02f08fff… 2026-02-24 11:12 2026-02-24 11:12 awm accepted VIEW

Public Notes

22 days ago ● public

Lintian

Command: lintian -Iiv --show-overrides --color=always
Exit code: 0

N:
W: odyssey: no-manual-page [usr/bin/odyssey]
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: odyssey: hardening-no-bindnow [usr/bin/odyssey]
N: 
N:   This package provides an ELF binary that lacks the "bindnow" linker flag.
N:   
N:   This is needed (together with "relro") to make the "Global Offset Table"
N:   (GOT) fully read-only. The bindnow feature trades startup time for
N:   improved security. Please consider enabling this feature or consider
N:   overriding the tag (possibly with a comment about why).
N:   
N:   If you use dpkg-buildflags, you may have to add hardening=+bindnow or
N:   hardening=+all to DEB_BUILD_MAINT_OPTIONS.
N:   
N:   The relevant compiler flags are set in LDFLAGS.
N: 
N:   Please refer to https://wiki.debian.org/Hardening for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: binaries/hardening
N: 
N:
I: odyssey: systemd-service-file-missing-documentation-key [usr/lib/systemd/system/odyssey.service]
N: 
N:   The systemd service file does not contain a Documentation key.
N:   
N:   Documentation for systemd service files can be automatically viewed using
N:   systemctl help servicename if this field is present.
N: 
N:   Please refer to the systemd.unit(5) manual page for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: systemd
N: 
N:
I: odyssey: systemd-service-file-missing-documentation-key [usr/lib/systemd/system/odyssey@.service]
22 days ago ● public

Root dir listing

Command: ls -la
Exit code: 0

total 172
drwxrwxr-x 15 karora karora  4096 Feb 24 19:37 .
drwxr-s---  9 karora karora 24576 Feb 24 19:37 ..
-rw-rw-r--  1 karora karora   285 Feb 20 19:11 AUTHORS
drwxrwxr-x  3 karora karora  4096 Feb 20 19:11 benchmarks
-rw-rw-r--  1 karora karora  4055 Feb 20 19:11 .clang-format
drwxrwxr-x  2 karora karora  4096 Feb 20 19:11 cmake
-rw-rw-r--  1 karora karora  8193 Feb 20 19:11 CMakeLists.txt
drwxrwxr-x  2 karora karora  4096 Feb 20 19:11 config-examples
drwxrwxr-x  3 karora karora  4096 Feb 24 00:49 debian
drwxrwxr-x  6 karora karora  4096 Feb 20 19:11 docker
-rw-rw-r--  1 karora karora   672 Feb 20 19:11 docker-compose.yml
-rw-rw-r--  1 karora karora    42 Feb 20 19:11 .dockerignore
drwxrwxr-x  8 karora karora  4096 Feb 20 19:11 docs
-rw-rw-r--  1 karora karora    42 Feb 20 19:11 .git-blame-ignore-revs
drwxrwxr-x  3 karora karora  4096 Feb 20 19:11 .github
-rw-rw-r--  1 karora karora   949 Feb 20 19:11 .gitignore
-rw-rw-r--  1 karora karora     0 Feb 20 19:11 .gitmodules
-rw-rw-r--  1 karora karora  1460 Feb 20 19:11 LICENSE
-rw-rw-r--  1 karora karora  9722 Feb 20 19:11 Makefile
-rw-rw-r--  1 karora karora  4123 Feb 20 19:11 mkdocs.yml
drwxrwxr-x  2 karora karora  4096 Feb 20 19:11 modules
-rw-rw-r--  1 karora karora 16971 Feb 20 19:11 odyssey.conf
drwxrwxr-x  2 karora karora  4096 Feb 24 19:37 .pc
drwxrwxr-x  3 karora karora  4096 Feb 20 19:11 prometheus
-rw-rw-r--  1 karora karora  3179 Feb 20 19:11 README.md
drwxrwxr-x  4 karora karora  4096 Feb 20 19:11 scripts
drwxrwxr-x  7 karora karora  4096 Feb 20 19:11 sources
drwxrwxr-x 12 karora karora  4096 Feb 20 19:11 test
-rw-rw-r--  1 karora karora    10 Feb 20 19:11 VERSION

Back to Dashboard | View all reviews for this package