DFSG NEW Queue

DFSG, Licensing & New Packages Team

udis86 1.7.2+git20221013.5336633-1

Package Information

DescriptionDisassembler for x86 and x86-64 class ISA (library)

Udis86 is a disassembler for the x86 and x86-64 class of instruction set architectures. It consists of a C library called libudis86 which provides a clean and simple interface to decode and inspect a stream of raw binary data as disassembled instructions in a structured manner, and a command line tool called udcli that incorporates the library.

This package contains the main library.

MaintainerDebian Hyprland Maintainers <team+hyprland@tracker.debian.org>
Changed ByChow Loong Jin <hyperair@debian.org>
Sponsorhyperair@debian.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/hyprland-team/udis86.git (browse)
Closes#1130339
Trackerhttps://tracker.debian.org/pkg/udis86
Uploaded3 hours ago

New Package Report

.changes
Sourceudis86
Version1.7.2+git20221013.5336633-1
Changed-ByChow Loong Jin
Architecturesource amd64 all
Distributionunstable
DateMon, 06 Apr 2026 17:36:12 +0800
Changelog
udis86 (1.7.2+git20221013.5336633-1) unstable; urgency=medium
 .
   [ alan (NyxTrail) ]
   * Remove unneeded shlibs deps on -dev and -doc packages
   * Build and include documentation included upstream
   * Update to most recent standards version
   * Disable tests
 .
   [ Carl Keinath ]
   * New upstream version 1.7.2+git20221013.5336633
   * rename package from libudis86 to udis86
   * add gbp.conf to match team repos
   * add d/clean
   * cleanup d/rules
   * update libudis86-0.symbols
   * migrate udcli.1 to manpage
   * update d/copyright
   * add CI/CD config under d/salsa-ci.yml
   * d/control:
     - salvage and move to team maintenance (Closes: #1130339)
     - bump S-V to 4.7.3, remove RRR and Priority
     - update Vcs-* fields
     - migrate to dh-sequence-sphinxdoc
     - apply Multi-Arch: same to libudis86-0
   * d/watch: watch HEAD of git repo
 .
   [ Chow Loong Jin ]
   * d/watch: Get version from tag
.dsc
Sectionlibs
Priorityoptional
Componentmain
Package-Listlibudis86-0 deb libs optional arch=any
libudis86-dev deb libdevel optional arch=any
libudis86-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc
udcli deb misc optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: udis86
Upstream-Contact: https://github.com/canihavesomecoffee/udis86/issues
Source: https://github.com/canihavesomecoffee/udis86

Files: *
Copyright:
 2002-2013 Vivek Thampi <vivekthampi@users.sourceforge.net>
 2013-2022 Willem (canihavesomecoffee) <github@canihavesome.coffee>
License: BSD-2-Clause

Files:
 debian/*
Copyright:
 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
 2024 Alan M Varghese <alan@digistorm.in>
 2026 Carl Keinath <carl.keinath@gmail.com>
License: BSD-2-Clause

Files: m4/ax_compare_version.m4
Copyright: 2008 Tim Toolan <toolan@ele.uri.edu>
License: FSFAP

Files: m4/ax_prog_sphinx_version.m4
Copyright:
 2009 Francesco Salvestrini <salvestrini@users.sourceforge.net>
 2013 Vivek Thampi <vivekthampi@users.sourceforge.net>
License: FSFAP

Files: m4/ax_prog_yasm_version.m4
Copyright:
 2009 Francesco Salvestrini <salvestrini@users.sourceforge.net>
 2013 Vivek Thampi <vivekthampi@users.sourceforge.net>
License: FSFAP

Files: m4/ax_with_prog.m4
Copyright:
 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
 2008 Dustin J. Mitchell <dustin@cs.uchicago.edu>
License: FSFAP

Files: m4/ax_with_python.m4
Copyright:
 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
License: FSFAP

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 * 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.
 .
 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 OWNER 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.

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

Back to Dashboard | View all reviews for this package