oxref 2.01.00-2 source package in Ubuntu

Changelog

oxref (2.01.00-2) unstable; urgency=medium

  * Update d/rules to clean up fully after build (Closes: #1047082)

 -- tony mancill <email address hidden>  Sun, 12 Nov 2023 20:35:09 -0800

Upload details

Uploaded by:
Frank B. Brokken
Uploaded to:
Sid
Original maintainer:
Frank B. Brokken
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils

Downloads

File Size SHA-256 Checksum
oxref_2.01.00-2.dsc 1.9 KiB 4d155630c2d03a559646b232db1f7b79ae52d3bbba74eabf2b84a93448c708f3
oxref_2.01.00.orig.tar.gz 55.6 KiB 3d626ff9f2804ec06b0c19a394c5ddb97332540e4620ba84e629870418f34906
oxref_2.01.00-2.debian.tar.xz 4.1 KiB e4de26c901b1044a1c2229a868970bbbdc5d2f5689f59baf91aa96bcde63a2e3

Available diffs

No changes file available.

Binary packages built by this source

oxref: cross reference utility

 The program oxref writes to the standard output stream a cross reference of
 symbols defined in unstripped object files and/or libraries.
 .
 It demangles C++ symbols and can (probably) be used for a large range of
 languages.
 .
 Oxref does not interpret the object files and libraries itself, but calls
 objdump(1) to do so. The output produced by objdump is then filtered by
 oxref, generating the cross reference listing.

oxref-dbgsym: debug symbols for oxref