--- fbbdoc-1999.orig/debian/changelog +++ fbbdoc-1999/debian/changelog @@ -0,0 +1,24 @@ +fbbdoc (1:1999-1) unstable; urgency=low + + * No longer distribute as debian-native. + * Switch to debhelper. + + -- Joop Stakenborg Thu, 23 Mar 2006 20:56:25 +0100 + +fbbdoc (1999.2) unstable; urgency=low + + * Add a Build-Depends line. Closes: #189696. + + -- Joop Stakenborg Mon, 21 Apr 2003 17:48:35 +0200 + +fbbdoc (1999.1) unstable; urgency=low + + * Several lintian fixes. + + -- Joop Stakenborg Tue, 18 Feb 2003 19:47:44 +0100 + +fbbdoc (1999) unstable; urgency=low + + * Initial release. Closes: #117851. + + -- Joop Stakenborg Fri, 21 Dec 2001 20:54:44 +0100 --- fbbdoc-1999.orig/debian/compat +++ fbbdoc-1999/debian/compat @@ -0,0 +1 @@ +4 --- fbbdoc-1999.orig/debian/rules +++ fbbdoc-1999/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/fbbdoc. + install -m 0644 *htm debian/fbbdoc/usr/share/doc/fbbdoc/html + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- fbbdoc-1999.orig/debian/dirs +++ fbbdoc-1999/debian/dirs @@ -0,0 +1,3 @@ +usr/share/doc/fbbdoc +usr/share/doc/fbbdoc/html +usr/share/doc-base --- fbbdoc-1999.orig/debian/fbbdoc.doc-base +++ fbbdoc-1999/debian/fbbdoc.doc-base @@ -0,0 +1,11 @@ +Document: fbb +Title: Fbb software - Documentation +Author: Per Polsen, LA6CU +Abstract: Fbb is the ultimate mailbox for packet radio, + used all over the world. It provides a platform independent mailbox for + exchanging messages between hamradio operators. +Section: Apps/Hamradio + +Format: HTML +Index: /usr/share/doc/fbbdoc/html/doc.htm +Files: /usr/share/doc/fbbdoc/html/*.html --- fbbdoc-1999.orig/debian/copyright +++ fbbdoc-1999/debian/copyright @@ -0,0 +1,20 @@ +This package was written by Joop Stakenborg pa3aba@debian.org on Fri, 21 Dec 2001 20:54:44 +0100. + +The fbb documentation is written by Per Polsen, LA6CU +and adapted for debian by removing all the inline images and updating +the Copyright notice, which has been changed to the Gnu GPL license +to reflect the current fbb license (taken from the fbb package): + +Copyright (C) 1986-2000 by + + F6FBB - Jean-Paul ROUBELAT + 6, rue George Sand + 31120 - Roquettes - France + jpr@f6fbb.org + +Fbb is licensed under the GPL. A copy should be on your debian +system under /usr/share/common-licenses/GPL. + +The docs where downloaded from the fbb website at +http://www.f6fbb.org/fbbdoc/doc.htm with the help of wget. + --- fbbdoc-1999.orig/debian/control +++ fbbdoc-1999/debian/control @@ -0,0 +1,12 @@ +Source: fbbdoc +Section: doc +Priority: optional +Maintainer: Joop Stakenborg +Standards-Version: 3.6.2 +Build-depends: debhelper (>= 4.0.0) + +Package: fbbdoc +Architecture: all +Description: Documentation for fbb, the packet radio mailbox + This package provides documentation on setting up a packet radio mailbox + with fbb.