flasm 1.62-9 source package in Ubuntu

Changelog

flasm (1.62-9) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Let dh_auto_build pass cross compilers to make. (Closes: #882364)

  [ Paul Wise ]
  * Change priority from extra to optional
  * Move upstream meta-data file to the correct location
  * Switch to machine-readable copyright files
  * Update links from http to https where possible
  * Now complies with Debian Policy 4.1.1
  * Convert clean override to debian/clean file
  * Switch to debhelper compat version 10

 -- Paul Wise <email address hidden>  Wed, 22 Nov 2017 16:20:32 +0800

Upload details

Uploaded by:
Paul Wise (Debian)
Uploaded to:
Sid
Original maintainer:
Paul Wise (Debian)
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flasm_1.62-9.dsc 1.8 KiB 11c11ca9043d2c839f872f1f9c8ad227c9c798ccaab92fe3f8145b0ca2112c3f
flasm_1.62.orig.tar.gz 106.6 KiB 20b1b208d103fb0fafa2de0f0981974e6d9d9a711ea77d722c942ed05100caf1
flasm_1.62-9.debian.tar.xz 7.9 KiB a204ec1f8e3720dea2bfdbee129e2fef3847e88767628ca1e169538bbf2ef9d5

No changes file available.

Binary packages built by this source

flasm: assembler and disassembler for Flash (SWF) bytecode

 Flasm disassembles your entire SWF including all the timelines and
 events. Looking at disassembly, you learn how the Flash compiler works.
 You can also do some optimization on the disassembled code by hand or
 adjust the code as you wish. Flasm can then re-assemble the bytecode
 into a new SWF.
 .
 It is also possible to embed Flasm actions in your ActionScript, making
 optimization of large projects more comfortable.
 .
 Flasm is not a decompiler. What you get is the human readable
 representation of SWF bytecode, not ActionScript source.
 .
 Flasm can also compress and decompress SWF files.
 .
 Flasm does not and may never work with Flash 9 files since Flash 9 is
 a new virtual machine and support for it would mean a full rewrite.

flasm-dbgsym: debug symbols for flasm