--- aprsdigi-2.4.4.orig/testparse.c +++ aprsdigi-2.4.4/testparse.c @@ -16,11 +16,7 @@ #include #include #include -#include -#include -#include -#include -#include +#include #include #include "libax25ext.h" static void print_it(FILE *f, --- aprsdigi-2.4.4.orig/aprsmon.c +++ aprsdigi-2.4.4/aprsmon.c @@ -61,11 +61,7 @@ #include #include -#include -#include -#include -#include -#include +#include #ifndef HAVE_LIBAX25_EXTENSIONS #include "libax25ext.h" --- aprsdigi-2.4.4.orig/aprsshm.c +++ aprsdigi-2.4.4/aprsshm.c @@ -44,9 +44,7 @@ #include #include -#include -#include #include "aprsshm.h" #define MAXPPM 10 --- aprsdigi-2.4.4.orig/aprsdigi.c +++ aprsdigi-2.4.4/aprsdigi.c @@ -53,11 +53,7 @@ #include #include #include -#include -#include -#include -#include -#include +#include #ifndef AX25_MTU #define AX25_MTU 256 #endif --- aprsdigi-2.4.4.orig/libax25ext.c +++ aprsdigi-2.4.4/libax25ext.c @@ -9,7 +9,6 @@ #include #include -#include #include "libax25ext.h" #include --- aprsdigi-2.4.4.orig/testmcast.c +++ aprsdigi-2.4.4/testmcast.c @@ -16,11 +16,7 @@ #include #include #include -#include -#include -#include -#include -#include +#include #ifndef AX25_MTU #define AX25_MTU 256 #endif --- aprsdigi-2.4.4.orig/debian/changelog +++ aprsdigi-2.4.4/debian/changelog @@ -0,0 +1,63 @@ +aprsdigi (2.4.4-3.2) unstable; urgency=low + + * Non-maintainer upload. + * include linux/ax25.h instead of netax25/* (Closes: #664932). + + -- Luk Claes Fri, 08 Jun 2012 23:23:13 +0200 + +aprsdigi (2.4.4-3.1) unstable; urgency=low + + * Retiring - remove myself from the uploaders list. + + -- Joop Stakenborg Sun, 08 Nov 2009 18:41:56 +0000 + +aprsdigi (2.4.4-3) unstable; urgency=low + + * Fix new logic error in debian/rules clean target + + -- Hamish Moffatt Thu, 18 Oct 2007 23:56:02 +1000 + +aprsdigi (2.4.4-2) unstable; urgency=low + + * Donate package to debian-hams team. + * General cleanup. + + -- Hamish Moffatt Thu, 18 Oct 2007 23:45:07 +1000 + +aprsdigi (2.4.4-1) unstable; urgency=low + + * New upstream release + + -- Hamish Moffatt Sat, 20 Aug 2005 01:19:14 +1000 + +aprsdigi (2.0-0pre3.5) unstable; urgency=low + + * Upgrade to debhelper 4 and rebuild to remove /usr/doc cruft + * Add copyright statement in debian/copyright (closes: #302935) + + -- Hamish Moffatt Tue, 16 Aug 2005 07:55:16 +1000 + +aprsdigi (2.0-0pre3.4) unstable; urgency=low + + * Updated sources for latest changes to libax25-dev + + -- Hamish Moffatt Wed, 19 Sep 2001 00:22:43 +1000 + +aprsdigi (2.0-0pre3.3) unstable; urgency=low + + * Recompiled with correct version of libax25 (closes: #74183) + + -- Hamish Moffatt Sat, 7 Oct 2000 11:52:27 +1100 + +aprsdigi (2.0-0pre3.2) unstable; urgency=low + + * Updated copyright file to include upstream author information + + -- Hamish Moffatt Sun, 16 Apr 2000 22:27:40 +1000 + +aprsdigi (2.0-0pre3.1) unstable; urgency=low + + * Initial upload + + -- Hamish Moffatt Thu, 13 Apr 2000 21:42:00 +1000 + --- aprsdigi-2.4.4.orig/debian/aprsdigi.substvars +++ aprsdigi-2.4.4/debian/aprsdigi.substvars @@ -0,0 +1 @@ +shlibs:Depends=libax25 (>= 0.0.11), libc6 (>= 2.6.1-1) --- aprsdigi-2.4.4.orig/debian/rules +++ aprsdigi-2.4.4/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +build: + dh_testdir + ./configure --prefix=/usr + $(MAKE) + touch build + +clean: + dh_testdir + -rm -f build + [ ! -f Makefile ] || $(MAKE) distclean + -rm -f `find . -name "*~"` + -rm -rf debian/aprsdigi debian/files* core debian/substvars + +binary-indep: build + dh_testdir + dh_testroot +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: build + dh_testdir + dh_clean + dh_installdirs + $(MAKE) install DESTDIR=`pwd`/debian/aprsdigi/ + mv debian/aprsdigi/usr/man debian/aprsdigi/usr/share + + dh_installdocs README AUTHORS TODO NEWS + dh_installman aprsdigi.8 aprsmon.8 + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_makeshlibs + dh_md5sums + dh_builddeb + +# Below here is fairly generic really + +binary: binary-indep binary-arch + --- aprsdigi-2.4.4.orig/debian/compat +++ aprsdigi-2.4.4/debian/compat @@ -0,0 +1 @@ +4 --- aprsdigi-2.4.4.orig/debian/control +++ aprsdigi-2.4.4/debian/control @@ -0,0 +1,17 @@ +Source: aprsdigi +Section: hamradio +Priority: optional +Maintainer: Debian Hamradio Maintainers +Uploaders: Jaime Robles , Patrick Ouellette , Hamish Moffatt +Standards-Version: 3.7.2 +Build-Depends: libax25-dev, debhelper (>= 4) +Homepage: http://aprsdigi.sourceforge.net/ + +Package: aprsdigi +Architecture: any +Depends: ${shlibs:Depends} +Suggests: ax25-tools, xastir, aprsd +Description: digipeater for APRS + aprsdigi is a repeater for the Automatic Position Reporting System, APRS. + It also includes aprsmon, a one-way gateway to APRS on TCP/IP. + --- aprsdigi-2.4.4.orig/debian/dirs +++ aprsdigi-2.4.4/debian/dirs @@ -0,0 +1,2 @@ +usr/sbin +usr/share/doc/aprsdigi --- aprsdigi-2.4.4.orig/debian/copyright +++ aprsdigi-2.4.4/debian/copyright @@ -0,0 +1,15 @@ + +This is the Debian GNU/Linux package of aprsdigi. aprsdigi was written +by Alan Crosswell N2YGK . Original sources were obtained +from + http://www.cloud9.net/~alan/ham/aprs/ + +aprsdigi is Copyright (c) 1996,1997,1999 Alan Crosswell, n2ygk@weca.org. + +This package was created by Hamish Moffatt . +Some source changes were made for use with the current version +of the libax25 library. + +aprsdigi is licensed under the GPL (GNU General Public License). +See /usr/share/common-licenses/GPL for the full text of this license. +