--- z80dasm-1.1.3.orig/debian/control +++ z80dasm-1.1.3/debian/control @@ -0,0 +1,21 @@ +Source: z80dasm +Section: devel +Priority: optional +Maintainer: Tomaž Šolc +Homepage: http://www.tablix.org/~avian/blog/articles/z80dasm/ +Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, z80asm +Standards-Version: 3.9.3 + +Package: z80dasm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: z80asm +Description: disassembler for the Zilog Z80 microprocessor + The Z80 microprocessor is used in some 1980s home microcomputers, such as the + Sinclair ZX80, ZX81, Spectrum, Galaksija and in several newer devices, such + as graphical calculators from Texas Instruments and the original GameBoy. + . + This disassembler is useful for reverse engineering programs and operating + systems written for such devices. It produces assembly source code from binary + ROM images and tries to guess locations of labels and symbols. Its output can + be directly converted back to binary with a Z80 assembler, such as z80asm. --- z80dasm-1.1.3.orig/debian/copyright +++ z80dasm-1.1.3/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: z80dasm +Source: http://www.tablix.org/~avian/z80dasm + +Files: * +Copyright: Copyright 1994-2007 Jan Panteltje + Copyright 2007-2012 Tomaž Šolc +License: GPL-2+ + +Files: debian/* +Copyright: Copyright 2007-2012 Tomaž Šolc +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. --- z80dasm-1.1.3.orig/debian/changelog +++ z80dasm-1.1.3/debian/changelog @@ -0,0 +1,27 @@ +z80dasm (1.1.3-1) unstable; urgency=low + + * New upstream release. + * Updated standards-version to 3.9.3. + * Updated debhelper compatibility level to 8. + * Machine-readable copyright file. + + -- Tomaž Šolc Sun, 22 Apr 2012 18:02:11 +0200 + +z80dasm (1.1.2-1) unstable; urgency=low + + * New upstream release. + * Updated standards-version to 3.8.0 (no changes needed). + + -- Tomaž Šolc Thu, 27 Jul 2008 22:03:57 +0200 + +z80dasm (1.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Tomaž Šolc Fri, 14 Sep 2007 11:17:57 +0200 + +z80dasm (1.0.1-1) unstable; urgency=low + + * Initial release. (closes: #431536) + + -- Tomaž Šolc Sun, 08 Jul 2007 11:42:26 +0200 --- z80dasm-1.1.3.orig/debian/watch +++ z80dasm-1.1.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.tablix.org/~avian/z80dasm/z80dasm-([\d\.]+)\.tar\.gz --- z80dasm-1.1.3.orig/debian/docs +++ z80dasm-1.1.3/debian/docs @@ -0,0 +1 @@ +NEWS --- z80dasm-1.1.3.orig/debian/rules +++ z80dasm-1.1.3/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf --- z80dasm-1.1.3.orig/debian/compat +++ z80dasm-1.1.3/debian/compat @@ -0,0 +1 @@ +8