--- zorroutils-0.04+20021014.orig/debian/README.Debian +++ zorroutils-0.04+20021014/debian/README.Debian @@ -0,0 +1,6 @@ +zorroutils for DEBIAN +--------------------- + +Please note that this package is only useful if you have an Amiga computer. + +Chris Lawrence , Fri, 15 Jan 1999 03:28:14 -0600 --- zorroutils-0.04+20021014.orig/debian/compat +++ zorroutils-0.04+20021014/debian/compat @@ -0,0 +1 @@ +4 --- zorroutils-0.04+20021014.orig/debian/copyright +++ zorroutils-0.04+20021014/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Chris Lawrence on +Fri, 15 Jan 1999 03:28:14 -0600. + +It was originally downloaded from http://members.chello.be/cr26864/Download/ + +Newer versions can be found in the Linux/m68k CVS repository, e.g.: + +cvs -d :pserver:anon@cvs.linux-m68k.org:/CVS checkout zorroutils + +Upstream Author: Geert Uytterhoeven + +Copyright: + +Copyright (C) 1998--2000 Geert Uytterhoeven + +This package is heavily based on the Linux PCI Utilities, which are + +Copyright (C) 1998--2000 Martin Mares + +All files in this package can be freely distributed and used according +to the terms of the GNU General Public License, either version 2 or +(at your opinion) any newer version. This is the same distribution +policy as for the Linux kernel itself -- see +/usr/share/common-licenses/GPL for details. --- zorroutils-0.04+20021014.orig/debian/control +++ zorroutils-0.04+20021014/debian/control @@ -0,0 +1,18 @@ +Source: zorroutils +Section: admin +Priority: optional +Maintainer: Aurélien GÉRÔME +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 4) + +Package: zorroutils +Architecture: m68k powerpc +Depends: ${shlibs:Depends} +Description: Zorro bus utilities for Amigas running 2.1 and later kernels + This package includes a program called "lszorro" that translates the + /proc/bus/zorro hierarchy into human-readable form; it replaces the + functionality from the /proc/zorro file provided under Linux 2.0 and + below. + . + This package is only useful on Amiga computers using AutoConfig + (however, it works on systems without the Zorro bus, despite the name). --- zorroutils-0.04+20021014.orig/debian/rules +++ zorroutils-0.04+20021014/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + dh_install lszorro sbin + dh_install zorro.ids usr/share/zorroutils + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs README + dh_installman lszorro.8 + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- zorroutils-0.04+20021014.orig/debian/changelog +++ zorroutils-0.04+20021014/debian/changelog @@ -0,0 +1,59 @@ +zorroutils (0.04+20021014-2) unstable; urgency=low + + * Adopt the package (Closes: #328650). + * Update to the latest Standards-Version. + * Force debhelper version to be above or equal to 4. + * Remove watch file, because there is not an upstream tarball + anymore. + * Checkout upstream CVS with no changes since last Debian revision. + * Fix lintian error (Closes: #379295). + + -- Aurélien GÉRÔME Sat, 22 Jul 2006 19:02:11 +0200 + +zorroutils (0.04+20021014-1) unstable; urgency=low + + * QA upload. + * New upstream release (with minor bug fixes from CVS). + * Package is orphaned (see #328650); set maintainer to Debian QA Group. + * Switch to debhelper 4. + * Use dh_install instead of patching the Makefile. + * debian/changelog: Remove obsolete Emacs local variables. + * debian/copyright: Update upstream URL and copyright. + * debian/watch: Add. + * Conforms to Standards version 3.6.2. + + -- Matej Vela Fri, 30 Sep 2005 00:04:46 +0200 + +zorroutils (0.03-1) unstable; urgency=low + + * New upstream release. + * Standards-Version: 3.1.0.0 + + -- Chris Lawrence Sun, 13 Aug 2000 14:08:41 -0500 + +zorroutils (0.02.19990526-2) unstable; urgency=low + + * Standards-Version: 3.0.1.1 + * Slightly changed the description since 2.3 is out now. + + -- Chris Lawrence Sun, 12 Sep 1999 06:53:11 -0500 + +zorroutils (0.02.19990526-1) unstable; urgency=low + + * Synced zorro.ids with CVS repository. + * Properly uploaded (now has orig.tar.gz). + + -- Chris Lawrence Wed, 23 Jun 1999 17:58:13 -0500 + +zorroutils (0.02.19981231-1) unstable; urgency=low + + * Updated to latest version in Linux/m68k CVS repository. + (Only change is in the description of one card.) + + -- Chris Lawrence Sat, 16 Jan 1999 14:16:38 -0600 + +zorroutils (0.02.19981207-1) unstable; urgency=low + + * Initial Release. + + -- Chris Lawrence Fri, 15 Jan 1999 03:28:14 -0600 --- zorroutils-0.04+20021014.orig/zorroutils.h +++ zorroutils-0.04+20021014/zorroutils.h @@ -13,7 +13,7 @@ #define ZORROUTILS_VERSION "0.04" #define PROC_BUS_ZORRO "/proc/bus/zorro" -#define ZORRO_ID_DB "/usr/share/zorro.ids" +#define ZORRO_ID_DB "/usr/share/zorroutils/zorro.ids" /* Types */ --- zorroutils-0.04+20021014.orig/lszorro.8 +++ zorroutils-0.04+20021014/lszorro.8 @@ -54,7 +54,7 @@ Use .B -as Zorro ID database instead of /usr/share/zorro.ids. +as Zorro ID database instead of /usr/share/zorroutils/zorro.ids. .TP .B -p Use @@ -67,7 +67,7 @@ .SH FILES .TP -.B /usr/share/zorro.ids +.B /usr/share/zorroutils/zorro.ids A list of all known Zorro IDs (manufacturers, products and extended product codes). .TP