[hamradio-commits] [libax25] 02/04: Imported Debian patch 0.0.12-rc2+cvs20120204-3

Iain R. Learmonth irl at moszumanska.debian.org
Thu Sep 3 11:10:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository libax25.

commit 5dd07ba22748a78bec2d11d25fdd976bd8f4bde3
Author: Colin Tuckley <colint at debian.org>
Date:   Thu Sep 4 11:16:44 2014 +0100

    Imported Debian patch 0.0.12-rc2+cvs20120204-3
---
 config.h.in                |  98 ++++++++++++++++++++++++++
 debian/changelog           | 167 +++++++++++++++++++++++++++++++++++++++++++++
 debian/compat              |   1 +
 debian/control             |  33 +++++++++
 debian/copyright           |   8 +++
 debian/libax25-dev.dirs    |   4 ++
 debian/libax25-dev.install |  15 ++++
 debian/libax25-dev.links   |   9 +++
 debian/libax25.dirs        |   6 ++
 debian/libax25.docs        |   2 +
 debian/libax25.install     |  13 ++++
 debian/libax25.postinst    |  10 +++
 debian/libax25.postrm      |  24 +++++++
 debian/rules               |  86 +++++++++++++++++++++++
 debian/source/format       |   1 +
 15 files changed, 477 insertions(+)

diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..f9a6c4a
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,98 @@
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define if you have a proper netax25/ax25.h header file */
+#undef HAVE_NETAX25_AX25_H
+
+/* Define if you have a proper netrom/netrom.h header file. */
+#undef HAVE_NETROM_NETROM_H
+
+/* Define if you have a proper netrose/rose.h header file. */
+#undef HAVE_NETROSE_ROSE_H
+
+/* Define to 1 if you have the `socket' function. */
+#undef HAVE_SOCKET
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the `strerror' function. */
+#undef HAVE_STRERROR
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the `strspn' function. */
+#undef HAVE_STRSPN
+
+/* Define to 1 if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#undef RETSIGTYPE
+
+/* Define to 1 if the `setpgrp' function takes no argument. */
+#undef SETPGRP_VOID
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0423fa1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,167 @@
+libax25 (0.0.12-rc2+cvs20120204-3) unstable; urgency=medium
+
+  * Bump standards version.
+  * Changed Section from hamradio to libs/libdevel.
+  * Changed Architecture: to linux-any (Closes: #745175).
+  * Use dh-autoreconf to fix build problems on newer archs
+    patch from Fernando Seiti Furusato <ferseiti at br.ibm.com>
+    (Closes: #753411).
+  * Fix many minor Lintian warnings.
+
+ -- Colin Tuckley <colint at debian.org>  Thu, 04 Sep 2014 11:16:44 +0100
+
+libax25 (0.0.12-rc2+cvs20120204-2) unstable; urgency=low
+
+  * Fix "libax25 FTBFS make: execvp: ./configure: Permission denied"
+    added chmod +x configure to debian/rules (Closes: #658770)
+
+ -- Patrick Ouellette <pouelle at debian.org>  Sun, 26 Feb 2012 20:04:08 -0500
+
+libax25 (0.0.12-rc2+cvs20120204-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Patrick Ouellette <pouelle at debian.org>  Sat, 04 Feb 2012 21:50:54 -0500
+
+libax25 (0.0.11-6.1) unstable; urgency=low
+
+  * Retiring - remove myself from the uploaders list.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Sun, 15 Nov 2009 13:28:27 +0000
+
+libax25 (0.0.11-6) unstable; urgency=low
+
+  * Suggest a recent kernel in the description.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Mon, 10 Dec 2007 19:56:45 +0100
+
+libax25 (0.0.11-5) unstable; urgency=low
+
+  * Lintian fixes.
+  * Update config.guess,sub.
+  * Stop using deprecated ${Source-Version} substvar,
+    use ${binary:Version}.
+  * Remove dh_undocumented, it does nothing.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Tue, 13 Nov 2007 19:18:31 +0100
+
+libax25 (0.0.11-4) unstable; urgency=low
+
+  * Remove automake build dependency. Thanks to James Westby.
+    Closes: #377466.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Tue, 13 Nov 2007 19:11:01 +0100
+
+libax25 (0.0.11-3) unstable; urgency=low
+
+  * Changed maintainer to debian-hams at lists.debian.org
+  * Changed uploaders to Jaime Robles <jaime at debian.org>,
+    Joop Stakenborg <pa3aba at debian.org>,
+    Patrick Ouellette <pouelle at debian.org>, 
+    Hamish Moffatt <hamish at debian.org>,
+    Ramakrishnan Muthukrishnan <rkrishnan at debian.org>
+
+ -- Patrick Ouellette <pouelle at debian.org>  Thu, 14 Apr 2005 13:37:17 -0400
+
+libax25 (0.0.11-2) unstable; urgency=low
+
+  * improved package description (closes: #209688)
+  * standards version 3.6.1, fixed manpage links (closes: #103924)
+
+ -- Bruce Walker <w1bw at debian.org>  Tue, 11 Nov 2003 14:08:44 -0500
+
+libax25 (0.0.11-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Bruce Walker <w1bw at debian.org>  Wed, 23 Apr 2003 09:19:20 -0400
+
+libax25 (0.0.10-4) unstable; urgency=low
+
+  * new debian maintainer (me)
+
+ -- Bruce Walker <w1bw at debian.org>  Tue,  8 Apr 2003 16:03:17 -0400
+
+libax25 (0.0.10-3) unstable; urgency=low
+
+  * fixed separation of headers and man pages between libax25 and 
+    libax25-dev (closes: #181880, #181881)
+
+ -- Patrick Ouellette <pouelle at debian.org>  Wed, 19 Feb 2003 23:38:44 -0500
+
+libax25 (0.0.10-2) unstable; urgency=low
+
+  * added postrm script to remove /etc/ax25 directory when purging
+    package (closes: #159284)
+
+ -- Patrick Ouellette <pouelle at debian.org>  Fri, 20 Sep 2002 11:28:45 -0400
+
+libax25 (0.0.10-1) unstable; urgency=low
+
+  * new upstream, fixes buffer overflow in libax25io (closes: #140381)
+
+ -- Patrick Ouellette <pouelle at debian.org>  Sun,  7 Apr 2002 23:14:15 -0400
+
+libax25 (0.0.9-2) unstable; urgency=low
+
+  * added autoconf to build depends
+  * added automake to build depends
+  * added libtool to build depends
+
+ -- Patrick Ouellette <pouelle at debian.org>  Fri, 11 Jan 2002 17:06:24 -0500
+
+libax25 (0.0.9-1) unstable; urgency=low
+
+  * New upstream version
+  * Updated config.guess and config.sub for hppa (closes: #96421)
+  * Updated for new libtool
+
+ -- Patrick Ouellette <pouelle at debian.org>  Mon, 27 Aug 2001 22:35:18 -0400
+
+libax25 (0.0.8-1) unstable; urgency=low
+
+  * New upstream (closes: #64102)
+  * New maintainer (closes: #89332)
+
+ -- Patrick Ouellette <pouelle at debian.org>  Mon, 30 Apr 2001 20:43:09 -0500
+
+libax25 (0.0.7-2) unstable; urgency=low
+
+  * New standards version
+
+ -- Craig Small <csmall at debian.org>  Wed, 27 Dec 2000 16:48:47 +1100
+
+libax25 (0.0.7-1) unstable; urgency=low
+
+  * New upstream source
+
+ -- Craig Small <csmall at debian.org>  Mon, 23 Aug 1999 11:34:18 +1000
+
+libax25 (0.0.6-1) unstable; urgency=low
+
+  * New upstream version
+  * Conflicts with old ax25-tools Closes: #41044
+
+ -- Craig Small <csmall at debian.org>  Mon, 19 Jul 1999 11:02:16 +1000
+
+libax25 (0.0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Craig Small <csmall at debian.org>  Wed,  7 Jul 1999 10:41:25 +1000
+
+libax25 (0.0.4-2) unstable; urgency=low
+
+  * Made the shlibs version dependent
+
+ -- Craig Small <csmall at debian.org>  Tue,  8 Jun 1999 13:34:54 +1000
+
+libax25 (0.0.4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Craig Small <csmall at debian.org>  Mon, 31 May 1999 13:53:24 +1000
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..93bac5c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libax25
+Section: hamradio
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Jaime Robles <jaime at debian.org>, Patrick Ouellette <pouelle at debian.org>, Hamish Moffatt <hamish at debian.org>, Colin Tuckley <colint at debian.org>
+Build-Depends: dh-autoreconf, debhelper (>=4)
+Standards-Version: 3.9.5
+
+Package: libax25
+Section: libs
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: ax25-utils, ax25-tools (<< 0.0.3-1)
+Replaces: ax25-utils
+Description: ax25 library for hamradio applications
+ This library is for ham radio applications that use the ax25
+ protocol.  Included are routines to do ax25 address parsing, common
+ ax25 application config file parsing, etc.
+ .
+ It is recommended to use this library with a recent 2.6 kernel.
+
+Package: libax25-dev
+Section: libdevel
+Architecture: linux-any
+Depends: ${misc:Depends}, libax25 (=${binary:Version})
+Description: ax25 library development files
+ This library is used for applications that use the ax25 protocol.
+ Included are routines to do ax25 address parsing, common ax25
+ application config file parsing, etc.  This development library
+ package includes some man pages and include files for compiling
+ applications which use libax25.
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..33dafa9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,8 @@
+This package was debianized by  <pouelle at debian.org> on
+Mon, 27 Aug 2001 13:53:24 -0600.
+
+It was downloaded from ax25.sf.net
+
+Copyright 2003 Jonathan Naylor, Tomi Manninen, Jean-Paul ROUBELAT, Alan Cox
+
+A copy of the LGPL can be found in /usr/share/common-licenses/LGPL
diff --git a/debian/libax25-dev.dirs b/debian/libax25-dev.dirs
new file mode 100644
index 0000000..2c3d94c
--- /dev/null
+++ b/debian/libax25-dev.dirs
@@ -0,0 +1,4 @@
+usr/lib
+usr/share
+usr/share/man
+usr/share/man/man3
diff --git a/debian/libax25-dev.install b/debian/libax25-dev.install
new file mode 100644
index 0000000..66fb6db
--- /dev/null
+++ b/debian/libax25-dev.install
@@ -0,0 +1,15 @@
+usr/include/netax25/ax25io.h 
+usr/include/netax25/axconfig.h 
+usr/include/netax25/axlib.h 
+usr/include/netax25/daemon.h 
+usr/include/netax25/mheard.h 
+usr/include/netax25/nrconfig.h 
+usr/include/netax25/procutils.h 
+usr/include/netax25/rsconfig.h 
+usr/include/netax25/ttyutils.h 
+usr/lib/libax25.a 
+usr/lib/libax25io.a 
+usr/lib/libax25.so 
+usr/lib/libax25io.so 
+usr/share/man/man3/ax25.3
+usr/share/man/man3/rose.3
diff --git a/debian/libax25-dev.links b/debian/libax25-dev.links
new file mode 100644
index 0000000..1d8313a
--- /dev/null
+++ b/debian/libax25-dev.links
@@ -0,0 +1,9 @@
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_aton.3
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_aton_entry.3
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_aton_arglist.3
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_ntoa.3
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_cmp.3
+usr/share/man/man3/ax25.3 usr/share/man/man3/ax25_validate.3
+usr/share/man/man3/rose.3 usr/share/man/man3/rose_aton.3
+usr/share/man/man3/rose.3 usr/share/man/man3/rose_ntoa.3
+usr/share/man/man3/rose.3 usr/share/man/man3/rose_cmp.3
diff --git a/debian/libax25.dirs b/debian/libax25.dirs
new file mode 100644
index 0000000..aa12c34
--- /dev/null
+++ b/debian/libax25.dirs
@@ -0,0 +1,6 @@
+usr/lib
+usr/share
+usr/share/man
+usr/share/man/man5
+usr/share/doc
+etc/ax25
diff --git a/debian/libax25.docs b/debian/libax25.docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/libax25.docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/libax25.install b/debian/libax25.install
new file mode 100644
index 0000000..2274d3a
--- /dev/null
+++ b/debian/libax25.install
@@ -0,0 +1,13 @@
+usr/lib/libax25.so.0.0.0
+usr/lib/libax25.la
+usr/lib/libax25io.so.0.0.0 
+usr/lib/libax25io.la 
+usr/lib/libax25.so.0
+usr/lib/libax25io.so.0 
+etc/ax25/axports
+etc/ax25/nrports
+etc/ax25/rsports
+usr/share/man/man5/axports.5
+usr/share/man/man5/nrports.5
+usr/share/man/man5/rsports.5
+
diff --git a/debian/libax25.postinst b/debian/libax25.postinst
new file mode 100644
index 0000000..4173c86
--- /dev/null
+++ b/debian/libax25.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+# End automatically added section
+
+#DEBHELPER#
+
diff --git a/debian/libax25.postrm b/debian/libax25.postrm
new file mode 100644
index 0000000..3d6c050
--- /dev/null
+++ b/debian/libax25.postrm
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Debian libax25 package post removal script
+# Copyright 2002 Patrick Ouellette
+# Licensed  under the GNU General Public License, version 2.  See the file
+# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
+# 
+#
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "remove" ]; then
+      ldconfig 
+fi
+
+if [ "$1" = "purge" ]; then
+   if [ -d /etc/ax25 ]; then
+      rm -r /etc/ax25
+   fi
+fi
+
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7b6b426
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,86 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
+	dh_testdir
+	dh_autoreconf
+	chmod +x configure
+	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man
+	# Add here commands to compile the package.
+	$(MAKE) 
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+	dh_autoreconf_clean
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) installconf DESTDIR=`pwd`/debian/tmp
+
+	dh_install --sourcedir=debian/tmp --list-missing
+	touch install-stamp
+
+# 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_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+
+# Added to get rid of lintian warning about upstream install doc
+#	rm `pwd`/debian/tmp/usr/share/doc/libax25/INSTALL
+
+#	dh_installexamples
+#	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+#	dh_installcron
+	dh_installman --sourcedir=debian/tmp
+#	dh_movefiles
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs -V
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/libax25.git



More information about the pkg-hamradio-commits mailing list