prepare a 1.1 upstream release
authorBdale Garbee <bdale@gag.com>
Sun, 3 Jan 2021 17:10:40 +0000 (10:10 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 3 Jan 2021 17:10:40 +0000 (10:10 -0700)
debian/README.debian [deleted file]
debian/changelog [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/postinst [deleted file]
debian/prerm [deleted file]
debian/rules [deleted file]
p10cfgd

diff --git a/debian/README.debian b/debian/README.debian
deleted file mode 100644 (file)
index 5652fa4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a daemon that is only useful for owners of the Gracilis Packeten
-amateur radio network packet switch product.  
-
-This package is maintained for Debian GNU/Linux by Bdale Garbee, N3EUA, 
-bdale@gag.com.
-
-The Gracilis Packeten includes a remote configuration command that allows 
-loading of configuration files, and/or information files, into the switch 
-at boot time.  This feature requires a daemon running on some system that 
-is reachable over the network from the Packeten.  This package provides 
-such a daemon, written in Perl.
-
-The original author is John Conner, WD0FHG, conner@empire.com.  If John 
-hadn't wanted to learn Perl at just the right instant, this daemon would
-probably never have been written!  Recent updates have mostly been Bdale's
-handiwork.
-
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index b993c61..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-p10cfgd (1.0-4) unstable; urgency=low
-
-  * New package format.
-  * Cosmetic changes to debian control files.
-
- -- Bdale Garbee <bdale@gag.com>  Wed, 30 Oct 1996 10:36:17 -0800
-
-Mon Apr 22 23:04:22 MDT 1996    Bdale Garbee    <bdale@gag.com>
-
-        * fixed architecture to be 'all' and not 'i386', since we're Perl
-
-Tue Apr 16 22:40:11 MDT 1996    Bdale Garbee    <bdale@gag.com>
-
-        * fixed extended description syntax in debian.control
-
-Mon Oct 30 02:40:54 MST 1995    Bdale Garbee    <bdale@gag.com>
-
-        * Initial version for Debian.
-
-Local variables:
-mode: debian-changelog
-End:
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index d5181aa..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: p10cfgd
-Section: hamradio
-Priority: extra
-Maintainer: Bdale Garbee <bdale@gag.com>
-Standards-Version: 2.1.0.0
-
-Package: p10cfgd
-Architecture: all
-Depends: netbase (>=1.23), perl
-Description: Remote configuration daemon for Gracilis Packeten.
- The 'p10cfgd' daemon provides support for the 'rmtcfg' command in the 
- Gracilis Packeten amateur radio network packet switch.  With this daemon,
- and appropriate entries in the non-volatile configuration memory of a
- Packeten, it is possible to have the switch load commands and information
- at boot time.  Further, this daemon appends a command which sets the date
- and time in the clock on the Packeten.
-
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 50981ba..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-*
-* Copyright (c) 1993, 1995 by Colorado Digital Eclectics (CODE)
-* All rights reserved.
-*
-* This code is derived from software contributed to CODE by
-* John Conner, WD0FHG.
-*
-* Redistribution and use in source and binary forms, with or without
-* modification, are permitted provided that the following conditions
-* are met:
-* 1. Redistributions of source code must retain the above copyright
-*    notice, this list of conditions and the following disclaimer.
-* 2. Redistributions in binary form must reproduce the above copyright
-*    notice, this list of conditions and the following disclaimer in the
-*    documentation and/or other materials provided with the distribution.
-* 3. All advertising materials mentioning features or use of this software
-*    must display the following acknowledgement:
-*      This product includes software developed by Colorado Digital Eclectics
-*      and its contributors.
-* 4. Neither the CODE name nor the names of its contributors may be used 
-*    to endorse or promote products derived from this software without 
-*    specific prior written permission.
-*
-* THIS SOFTWARE IS PROVIDED BY CODE AND CONTRIBUTORS ``AS IS'' AND
-* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-* ARE DISCLAIMED.  IN NO EVENT SHALL CODE OR THE CONTRIBUTORS BE LIABLE
-* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-* SUCH DAMAGE.
-*
-
-CODE may be reached at info@code.org, or at http://www.code.org/
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index 0fcd526..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!     /bin/bash
-
-# add our entry to the /etc/inetd.conf file
-
-update-inetd --group "HAM-RADIO" --add "rmtcfg  stream  tcp     nowait  root    /usr/bin/p10cfgd  p10cfgd"
-
-
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644 (file)
index 3370f7e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!     /bin/bash
-
-# clean up the /etc/inetd.conf file
-
-update-inetd --disable rmtcfg
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 294b29b..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian.rules file - for GNU Hello (1.3).
-# Copyright 1994,1995 by Ian Jackson.
-# I hereby give you perpetual unlimited permission to copy,
-# modify and relicense this file, provided that you do not remove
-# my name from the file itself.  (I assert my moral right of
-# paternity under the Copyright, Designs and Patents Act 1988.)
-# This file may have to be extensively modified
-
-# There used to be `source' and `diff' targets in this file, and many
-# packages also had `changes' and `dist' targets.  These functions
-# have been taken over by dpkg-source, dpkg-genchanges and
-# dpkg-buildpackage in a package-independent way, and so these targets
-# are obsolete.
-
-package=p10cfgd
-
-build:
-       $(checkdir)
-       touch build
-
-clean:
-       $(checkdir)
-       -rm -f build
-       -rm -rf *~ debian/tmp debian/*~ debian/files*
-
-binary-indep:  checkroot build
-       $(checkdir)
-
-binary-arch:   checkroot build
-       $(checkdir)
-       -rm -rf debian/tmp
-       install -d debian/tmp/usr/bin debian/tmp/usr/man/man1
-       install -g root -m 755 -o root p10cfgd debian/tmp/usr/bin/p10cfgd
-       install -g root -m 644 -o root p10cfgd \
-               debian/tmp/usr/man/man1/p10cfgd.1
-       debstd $(package) CHANGES INSTALL README* TODO
-       dpkg-gencontrol
-       chown -R root.root debian/tmp
-       chmod -R g-ws debian/tmp
-       dpkg --build debian/tmp ..
-
-define checkdir
-       test -f debian/rules
-endef
-
-# Below here is fairly generic really
-
-binary:                binary-indep binary-arch
-
-source diff:
-       @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-checkroot:
-       $(checkdir)
-       test root = "`whoami`"
-
-.PHONY: binary binary-arch binary-indep clean checkroot
diff --git a/p10cfgd b/p10cfgd
index ed6f2f4bfac414717b1c755d397cf35bf02e7b61..43977b943ebf16c946c3e91e80f9de0888b56caa 100644 (file)
--- a/p10cfgd
+++ b/p10cfgd
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 'di ';
-'ig00 ';
+'ig 00 ';
 #
 #*
 #* Copyright (c) 1993, 1995 by Colorado Digital Eclectics (CODE)
@@ -165,7 +165,7 @@ sub ServiceConnection  {
 
     # These next few lines are legal in both Perl and nroff.
 
-.00;                       # finish .ig
+.00 ;                       # finish .ig
  
 'di           \" finish diversion--previous line must be blank
 .nr nl 0-1    \" fake up transition to first page again