--- xa-2.3.5.orig/debian/changelog +++ xa-2.3.5/debian/changelog @@ -0,0 +1,36 @@ +xa (2.3.5-1) unstable; urgency=low + + * New upstream release + * Added link to upstream web site + * Bump Standards-Version to 3.8.2 + + -- David Weinehall Sun, 12 Jul 2009 22:56:19 +0300 + +xa (2.3.3-1) unstable; urgency=low + + * New upstream release + * Bump Standards-Version to 3.7.3 (No changes needed) + * debian/copyright: Converted to UTF-8 + * debian/rules: Don't ignore errors from make clean + + -- David Weinehall Tue, 01 Apr 2008 02:04:25 +0300 + +xa (2.3.0-2) unstable; urgency=low + + * Update upstream maintainer's email address + * Bump Standards-Version to 3.7.2.2 (No changes needed) + + -- David Weinehall Thu, 26 Oct 2006 00:02:17 +0300 + +xa (2.3.0-1) unstable; urgency=low + + * New upstream version + - Forcing of absoluting addressing now works (Closes: #208969) + + -- David Weinehall Wed, 12 Apr 2006 17:14:24 +0300 + +xa (2.2.0-p1-1) unstable; urgency=low + + * Initial Release (Closes: #160023) + + -- David Weinehall Sun, 27 Jul 2003 22:00:28 +0200 --- xa-2.3.5.orig/debian/docs +++ xa-2.3.5/debian/docs @@ -0,0 +1,5 @@ +README.1st +TODO +doc/fileformat.txt +doc/xa.txt +doc/xa.html --- xa-2.3.5.orig/debian/rules +++ xa-2.3.5/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# debian/rules for xa65 using debhelper. +# Copyright (C) 2003, 2006 David Weinehall + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# disable optimization if noopt is specified +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +CFLAGS += -O0 +else +CFLAGS += -O2 +endif + +.PHONY: build +build: build-stamp + +build-stamp: + dh_testdir + + $(MAKE) + + touch build-stamp + +.PHONY: clean +clean: + dh_testdir + dh_testroot + dh_clean build-stamp + $(MAKE) clean + +.PHONY: binary-indep +binary-indep: +# There is nothing to see here. Move along. + +# Build architecture-dependent files here. +binary-arch: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + dh_installdocs + dh_installexamples + dh_installman + dh_installchangelogs doc/xa.log + + $(MAKE) install DESTDIR=$(CURDIR)/debian/xa65/usr + + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: binary +binary: binary-indep binary-arch --- xa-2.3.5.orig/debian/copyright +++ xa-2.3.5/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by David Weinehall on +Mon, 14 Jul 2003 11:33:51 +0200. + +It was downloaded from: http://www.floodgap.com/retrotech/xa/ + +Upstream Authors: André Fachat + Jolse Maginnis + Cameron Kaiser + +Upstream Maintainer: Cameron Kaiser + + +This software is Copyright © 1989-2006 André Fachat, +Jolse Maginnis, and Cameron Kaiser. + + 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, or (at your option) any + later version. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. --- xa-2.3.5.orig/debian/control +++ xa-2.3.5/debian/control @@ -0,0 +1,16 @@ +Source: xa +Section: devel +Priority: optional +Maintainer: David Weinehall +Build-Depends: debhelper (>> 5.0.22) +Standards-Version: 3.8.2 +Homepage: http://www.floodgap.com/retrotech/xa/ + +Package: xa65 +Architecture: any +Depends: ${shlibs:Depends} +Description: cross-assembler and utility suite for 65xx/65816 processors + xa65 is a cross-assembler and utility suite for the 65xx series of + 8-bit processors, and the 65816, a 16-bit version of the processor. + The 6502 was used in computers such as the Commodore 64, Apple II, + and many more. --- xa-2.3.5.orig/debian/compat +++ xa-2.3.5/debian/compat @@ -0,0 +1 @@ +5 --- xa-2.3.5.orig/debian/examples +++ xa-2.3.5/debian/examples @@ -0,0 +1 @@ +examples/*