--- palbart-2.4.orig/makefile +++ palbart-2.4/makefile @@ -0,0 +1,23 @@ +# Makefile for palbart written by vlm@debian.org on Jan 16 2000 for Debian +# This makefile is released under the GPL +# + +DESTDIR = +BIN = $(DESTDIR)/usr/bin + +all: palbart macro8x + +palbart: palbart-2.4.c + gcc -g -Wall -Wstrict-prototypes -o palbart palbart-2.4.c + +macro8x: macro8x.c + gcc -g -Wall -Wstrict-prototypes -o macro8x macro8x.c + +install: palbart macro8x + install ./palbart $(BIN) +# install ./macro8x $(BIN) + +clean: + rm -f palbart macro8x + rm -f *.o + --- palbart-2.4.orig/palbart.1 +++ palbart-2.4/palbart.1 @@ -196,5 +196,5 @@ v2.4 11Apr97 GAM Fixed problem with some labels being put in cross reference multiple times. .SH AUTHOR -This manual page was written by Vince Mulhollon , +This manual page was written by Vince Mulhollon , for the Debian GNU/Linux system (but may be used by others). --- palbart-2.4.orig/debian/rules +++ palbart-2.4/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- palbart-2.4.orig/debian/control +++ palbart-2.4/debian/control @@ -0,0 +1,17 @@ +Source: palbart +Section: otherosfs +Priority: extra +Maintainer: Vince Mulhollon +Standards-Version: 3.9.2.0 +Build-Depends: debhelper (>= 8) + +Package: palbart +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Enhanced version of the PAL PDP8 assembler + PALBART is an enhanced version of the pdp8 PAL assembler. + This is a PDP8 cross assembler. It's useful for the users of SIMH or + any other PDP8 emulator. + . + To quote that web page, "This enhancement was written by Gary + Messenbrink to support BART's fleet of PDP-8 systems." --- palbart-2.4.orig/debian/watch +++ palbart-2.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.cs.uiowa.edu/pub/jones/pdp8/palbart.c.Z --- palbart-2.4.orig/debian/copyright +++ palbart-2.4/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Vince Mulhollon on +Sun, 16 Jan 2000 17:38:05 -0600. + +The current Debian maintainer is Vince Mulhollon + +Upstream emailed vlm the latest source on 4/22/02. +It is also available online at: +ftp://ftp.cs.uiowa.edu/pub/jones/pdp8/palbart.c.Z + +Upstream Author: Gary A. Messenbrink + +Copyright 1996 - 2011 Gary A. Messenbrink + +To quote from palbart.c macro8x.c : + +/* WARRANTY: */ +/* If you don't like it the way it works or if it doesn't work, that's */ +/* tough. You're welcome to fix it yourself. That's what you get for */ +/* using free software. */ +/* */ +/* COPYRIGHT NOTICE: */ +/* This is free software. There is no fee for using it. You may make */ +/* any changes that you wish and also give it away. If you can make */ +/* a commercial product out of it, fine, but do not put any limits on */ +/* the purchaser's right to do the same. If you improve it or fix any */ +/* bugs, it would be nice if you told me and offered me a copy of the */ +/* new version. */ + --- palbart-2.4.orig/debian/substvars +++ palbart-2.4/debian/substvars @@ -0,0 +1 @@ +shlibs:Depends=libc6 (>= 2.3.5-1) --- palbart-2.4.orig/debian/palbart.manpages +++ palbart-2.4/debian/palbart.manpages @@ -0,0 +1 @@ +palbart.1 --- palbart-2.4.orig/debian/dirs +++ palbart-2.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- palbart-2.4.orig/debian/changelog +++ palbart-2.4/debian/changelog @@ -0,0 +1,103 @@ +palbart (2.4-7) unstable; urgency=low + + * Building on testing now; Standards upgrade from 3.9.1.0 to 3.9.2.0 + * Redoing debian/rules into the "tiny" version. + * debian/compat from 7 to 8 + + -- Vince Mulhollon Mon, 01 Aug 2011 09:20:31 -0500 + +palbart (2.4-6) unstable; urgency=low + + * Standards version upgrade from 3.6.2.0 to 3.9.1.0 + fixes lintian ancient-standards-version + * Modified the description removing the "An" to fix + lintian description-synopsis-starts-with-article + * Added misc:Depends to control file to fix + lintian debhelper-but-no-misc-depends + * Stop ignoring make clean errors by removing "-" + fixes lintian debian-rules-ignores-make-clean-error + * Set debhelper version in new compat file instead of rules + file. Fixes lintian debian-rules-sets-DH_COMPAT + * A first attempt at a debian/watch file + Fixes lintian debian-watch-file-is-missing + * Explicitly set source format 1.0 (for now) in debian/source/format + This makes lintian happy, missing-debian-source-format goes away + Eventually I'll switch to Quilt-3.0 format, just not today. + * debhelper compat version upgraded from 4 to 7 which + fixes lintian package-uses-depricated-debhelper-compat-version + * Cleaned up the copyright file. Nothing substantial has changed, + other than adding the years and email addrs on the (C) line, and + also added the upstream location as also seen in the watch file. + Format inspired by Joerg Jaspert's email "How (not) to write + copyright files - take two" to the DDA list from 26 Mar 2006. + This fixes lintian copyright-without-copyright-notice + * Cleaned up rules file, removing unused debhelper calls for + info files, example files, cron files. + * Replaced call in rules for dh_clean -k with modern dh_prep + fixes lintian dh-clean-k-is-deprecated + * Added versioned Build-Depends in rules for debhelper (>= 7) + because I'm now using vers 7 debhelper (see compat file) + Fixes lintian package-lacks-versioned-build-depends-on-debhelper + + -- Vince Mulhollon Thu, 07 Jul 2011 09:08:54 -0500 + +palbart (2.4-5) unstable; urgency=low + + * Standards version 3.6.2.0 + * Change debhelper compat level from 1 to 4 + + -- Vince Mulhollon Fri, 16 Sep 2005 20:22:47 -0500 + +palbart (2.4-4) unstable; urgency=low + + * Change control file priority from optional to extra + * Convert from dh_installmanpages to dh_installman + + -- Vince Mulhollon Tue, 19 Oct 2004 19:41:01 -0500 + +palbart (2.4-3) unstable; urgency=low + + * Fix typo in control file + (Closes: #277238) + * Standards ver 3.6.1.0 + + -- Vince Mulhollon Tue, 19 Oct 2004 19:16:49 -0500 + +palbart (2.4-2) unstable; urgency=low + + * Standards ver 3.5.8.0 + * fixes postinst-should-not-set-usr-doc-link + + -- Vince Mulhollon Tue, 17 Dec 2002 20:02:35 -0600 + +palbart (2.4-1) unstable; urgency=low + + * Upstream upgrade from 2.3 to 2.4 + * palbart upstream now includes source for macro8x + * macro8x is included in simh... so I'll leave it out of palbart + for this version, then remove it from simh, then add to palbart. + + -- Vince Mulhollon Mon, 22 Apr 2002 16:45:32 -0500 + +palbart (2.3-3) unstable; urgency=low + + * Fix various typos (closes: Bug#125212) + * Upgrades standards version from 3.5.2.0 to 3.5.6.0 + + -- Vince Mulhollon Wed, 19 Dec 2001 18:53:45 -0600 + +palbart (2.3-2) unstable; urgency=low + + * Upgrade standards version from 3.0.1 to 3.5.2.0 + + -- Vince Mulhollon Sun, 1 Apr 2001 10:16:12 -0500 + +palbart (2.3-1) unstable; urgency=low + + * Initial Release. + + -- Vince Mulhollon Sun, 16 Jan 2000 17:38:05 -0600 + +Local variables: +mode: debian-changelog +End: --- palbart-2.4.orig/debian/compat +++ palbart-2.4/debian/compat @@ -0,0 +1 @@ +8 --- palbart-2.4.orig/debian/source/format +++ palbart-2.4/debian/source/format @@ -0,0 +1 @@ +1.0