ht 2.0.22-2 source package in Ubuntu

Changelog

ht (2.0.22-2) unstable; urgency=low


  * [75cb86c] Use 3.0 (quilt) format.
  * [ced07b9] Remove README.source (obsolete).
  * [05cbf64] Ignore quilt dir.
  * [650726a] Unapply patches after build.
  * [a065931] Refresh patch.
  * [a5b4a8c] Simplify/shorten debian/rules.
  * [b0c028a] Add info and manpages files.
  * [8e927fb] Use DEP-5 for copyright-file.
  * [b13d5fe] Set myself as maintainer. (Closes: #728261)
  * [e5cfafd] Migrate VCS to git.
  * [6dc628c] Use wrap-and-sort.

 -- Anton Gladky <email address hidden>  Fri, 01 Nov 2013 21:09:15 +0100

Upload details

Uploaded by:
Anton Gladky
Uploaded to:
Sid
Original maintainer:
Anton Gladky
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
ht_2.0.22-2.dsc 1.8 KiB b303455248f827d900ad64ed94896bd9a2f1f8b2b4f49a5bd47ebdf8c36349d5
ht_2.0.22.orig.tar.gz 1.0 MiB 87bafbb054354e1e82e12c56b79a7cb741ca289f911b06f2f41ab0220cd37628
ht_2.0.22-2.debian.tar.gz 6.5 KiB 31fa55b44913cc543fd8a5b6a5b9abbff1f1562c7cbc690511a4a52140b4abf0

Available diffs

No changes file available.

Binary packages built by this source

ht: Viewer/editor/analyser (mostly) for executables

 This program is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files - in other words it is an advanced
 hexeditor and disassembler.
 .
 For more info (e.g. keybindings) see the README file!
 .
 1. Supported file formats
      - common object file format (COFF/XCOFF32)
      - executable and linkable format (ELF)
      - linear executables (LE)
      - standard DO$ executables (MZ)
      - new executables (NE)
      - portable executables (PE32/PE64)
      - java class files (CLASS)
      - Mach exe/link format (MachO)
      - X-Box executable (XBE)
      - Flat (FLT)
      - PowerPC executable format (PEF)
 2. Code & Data Analyser
      - finds branch sources and destinations recursively
      - finds procedure entries
      - creates labels based on this information
      - creates xref information
      - allows one to interactively analyse unexplored code
      - allows one to create/rename/delete labels
      - allows one to create/edit comments
      - supports x86, ia64, alpha, ppc and java code
 3. Target systems
      - DJGPP
      - GNU/Linux
      - FreeBSD
      - OpenBSD
      - Win32
 .
 Please note that the program is called "hte" not "ht" as the package name
 suggests.