debian/0000755000000000000000000000000012252730211007161 5ustar debian/copyright0000644000000000000000000001536411407545422011136 0ustar This package was debianized by Martin Albrecht on Sat, 8 Oct 2005 17:50:13 +0200. It was downloaded from http://bastard.sourceforge.net Copyright: © 2004-2006 Michael Mondragon License: The "Clarified Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder as specified below. "Copyright Holder" is whoever is named in the copyright or copyrights for the package. "You" is you, if you're thinking about copying or distributing this Package. "Distribution fee" is a fee you charge for providing a copy of this Package to another party. "Freely Available" means that no fee is charged for the right to use the item, though there may be fees involved in handling the item. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain, or those made Freely Available, or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site allowing unrestricted access to them, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. e) permit and encourge anyone who receives a copy of the modified Package permission to make your modifications Freely Available in some specific way. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) give non-standard executables non-standard names, and clearly document the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. e) offer the machine-readable source of the Package, with your modifications, by mail order. 5. You may charge a distribution fee for any distribution of this Package. If you offer support for this Package, you may charge any fee you choose for that support. You may not charge a license fee for the right to use this Package itself. You may distribute this Package in aggregate with other (possibly commercial and possibly nonfree) programs as part of a larger (possibly commercial and possibly nonfree) software distribution, and charge license fees for other parts of that software distribution, provided that you do not advertise this Package as a product of your own. If the Package includes an interpreter, You may embed this Package's interpreter within an executable of yours (by linking); this shall be construed as a mere form of aggregation, provided that the complete Standard Version of the interpreter is so embedded. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whoever generated them, and may be sold commercially, and may be aggregated with this Package. If such scripts or library files are aggregated with this Package via the so-called "undump" or "unexec" methods of producing a binary executable image, then distribution of such an image shall neither be construed as a distribution of this Package nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that you do not represent such an executable image as a Standard Version of this Package. 7. C subroutines (or comparably compiled subroutines in other languages) supplied by you and linked into this Package in order to emulate subroutines and variables of the language defined by this Package shall not be considered part of this Package, but are the equivalent of input as in Paragraph 6, provided these subroutines do not change the language in any way that would cause it to fail the regression tests for the language. 8. Aggregation of the Standard Version of the Package with a commercial distribution is always permitted provided that the use of this Package is embedded; that is, when no overt attempt is made to make this Package's interfaces visible to the end user of the commercial distribution. Such use shall not be construed as a distribution of this Package. 9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End The Debian packaging is © 2007-2010, Kees Cook , © 2005 Martin Albrecht , and is licensed under the GPL. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211666754466010411 0ustar 9 debian/stamp-patched0000644000000000000000000000000010773571654011650 0ustar debian/x86dis.install0000644000000000000000000000004410773555226011715 0ustar usr/bin/x86dis usr/share/man/man1/* debian/source/0000755000000000000000000000000011407543440010470 5ustar debian/source/format0000644000000000000000000000001411407543440011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000361512252723547010607 0ustar Source: libdisasm Section: libs Priority: optional Maintainer: Kees Cook Build-Depends: debhelper (>= 9.0~), perl, dh-autoreconf Standards-Version: 3.9.5 Vcs-Browser: http://bastard.cvs.sourceforge.net/bastard/libdisasm/ Vcs-Cvs: :pserver:anonymous@bastard.cvs.sourceforge.net:/cvsroot/bastard Homepage: http://bastard.sourceforge.net/libdisasm.html Package: libdisasm-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: libdisasm0 (= ${binary:Version}), ${misc:Depends} Description: disassembler library for x86 code (development files) Libdisasm is a disassembler for Intel x86-compatible object code. It compiles as a shared and static library on Linux, FreeBSD, and Win32 platforms. The core disassembly engine is contained in files with the prefix "i386", and is shared with the x86 ARCH extension of the bastard disassembler. . This package contains the development files. Package: libdisasm0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: x86dis Description: disassembler library for x86 code Libdisasm is a disassembler for Intel x86-compatible object code. It compiles as a shared and static library on Linux, FreeBSD, and Win32 platforms. The core disassembly engine is contained in files with the prefix "i386", and is shared with the x86 ARCH extension of the bastard disassembler. Package: x86dis Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Frontend to libdisasm Libdisasm is a disassembler for Intel x86-compatible object code. It compiles as a shared and static library on Linux, FreeBSD, and Win32 platforms. The core disassembly engine is contained in files with the prefix "i386", and is shared with the x86 ARCH extension of the bastard disassembler. . This package contains the x86dis command-line frontend. debian/rules0000755000000000000000000000032512252723556010257 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_auto_test: if [ "$(DEB_BUILD_ARCH_CPU)" = "i386" ] || \ [ "$(DEB_BUILD_ARCH_CPU)" = "amd64" ]; then \ dh_auto_test -O--parallel; \ fi debian/libdisasm0.symbols0000644000000000000000000000326211407546377012650 0ustar libdisasm.so.0 libdisasm0 #MINVER# ia32_decode_operand@Base 0.23 ia32_disasm_addr@Base 0.23 ia32_disasm_invariant@Base 0.23 ia32_disasm_size@Base 0.23 ia32_handle_register@Base 0.23 ia32_insn_implicit_ops@Base 0.23 ia32_modrm_decode@Base 0.23 ia32_reg_decode@Base 0.23 ia32_settings@Base 0.23 ia32_table_lookup@Base 0.23 ia32_tables@Base 0.23 ia32_true_register_id@Base 0.23 op_implicit_list@Base 0.23 x86_addr_size@Base 0.23 x86_cleanup@Base 0.23 x86_disasm@Base 0.23 x86_disasm_forward@Base 0.23 x86_disasm_range@Base 0.23 x86_endian@Base 0.23 x86_flag_reg@Base 0.23 x86_format_header@Base 0.23 x86_format_insn@Base 0.23 x86_format_mnemonic@Base 0.23 x86_format_operand@Base 0.23 x86_fp_reg@Base 0.23 x86_get_address@Base 0.23 x86_get_branch_target@Base 0.23 x86_get_imm@Base 0.23 x86_get_options@Base 0.23 x86_get_raw_imm@Base 0.23 x86_get_rel_offset@Base 0.23 x86_imm_signsized@Base 0.23 x86_imm_sized@Base 0.23 x86_init@Base 0.23 x86_insn_is_tagged@Base 0.23 x86_insn_is_valid@Base 0.23 x86_invariant_disasm@Base 0.23 x86_ip_reg@Base 0.23 x86_max_insn_size@Base 0.23 x86_op_size@Base 0.23 x86_operand_1st@Base 0.23 x86_operand_2nd@Base 0.23 x86_operand_3rd@Base 0.23 x86_operand_count@Base 0.23 x86_operand_foreach@Base 0.23 x86_operand_new@Base 0.23 x86_operand_size@Base 0.23 x86_oplist_free@Base 0.23 x86_reg_from_id@Base 0.23 x86_report_error@Base 0.23 x86_set_insn_addr@Base 0.23 x86_set_insn_block@Base 0.23 x86_set_insn_function@Base 0.23 x86_set_insn_offset@Base 0.23 x86_set_options@Base 0.23 x86_set_reporter@Base 0.23 x86_size_disasm@Base 0.23 x86_sp_reg@Base 0.23 x86_tag_insn@Base 0.23 x86_untag_insn@Base 0.23 x86_word_size@Base 0.23 debian/libdisasm-dev.docs0000644000000000000000000000002210773555226012571 0ustar doc/libdisasm.txt debian/changelog0000644000000000000000000000320512252730203011034 0ustar libdisasm (0.23-6) unstable; urgency=low * control, rules: support autoreconf (Closes: #702262, #727402), thanks to Daniel Schepler. * control: bump standards, no changes needed. -- Kees Cook Fri, 13 Dec 2013 16:32:29 -0800 libdisasm (0.23-5) unstable; urgency=low * debian/{control,*.install,compat}: convert to Multi-Arch. * debian/control: bump standard to 3.9.2.0; no changes needed. -- Kees Cook Sun, 04 Dec 2011 12:30:31 -0800 libdisasm (0.23-4) unstable; urgency=low * Re-disable non-x86 tests after dh7ification. -- Kees Cook Mon, 21 Jun 2010 15:41:28 -0700 libdisasm (0.23-3) unstable; urgency=low * Switched to dpkg-source 3.0 (quilt) format and dh 7. * debian/{control,copyright}: clean up lintian warnings. * debian/libdisasm0.symbols: added initial symbols file. -- Kees Cook Sun, 20 Jun 2010 19:16:42 -0700 libdisasm (0.23-2) unstable; urgency=low * Disable tests for non-x86 architectures until upstream ships test binaries in precompiled form (Closes: #462849). -- Kees Cook Mon, 28 Jan 2008 03:59:26 -0800 libdisasm (0.23-1) unstable; urgency=low * New upstream release. * debian/rules: overhauled to use new upstream autoconf build system. * debian/copyright: updated to reflect upstream license change to Clarified Artistic. * debian/control: bump standards version; no changes needed. -- Kees Cook Wed, 16 Jan 2008 17:29:29 -0800 libdisasm (0.21pre4-1) unstable; urgency=low * Initial Debian release. -- Kees Cook Sun, 28 Oct 2007 11:36:08 -0700 debian/libdisasm0.install0000644000000000000000000000002411666754300012611 0ustar usr/lib/*/lib*.so.* debian/watch0000644000000000000000000000025111407544752010226 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Website directory http://sf.net/bastard/libdisasm-(.*)\.tar\.gz \ debian uupdate debian/libdisasm-dev.install0000644000000000000000000000013111666754305013311 0ustar usr/include usr/lib/*/lib*.a usr/lib/*/lib*.so usr/share/man/man7/* usr/share/man/man3/*