[Pkg-nagios-changes] [pkg-nagios] r1139 - in tap/trunk/debian: . patches

Sean Finney seanius at alioth.debian.org
Tue Mar 6 23:01:10 CET 2007


Author: seanius
Date: 2007-03-06 22:01:10 +0000 (Tue, 06 Mar 2007)
New Revision: 1139

Added:
   tap/trunk/debian/copyright
   tap/trunk/debian/patches/
   tap/trunk/debian/patches/00list
   tap/trunk/debian/patches/01_tap.3.dpatch
Modified:
   tap/trunk/debian/control
   tap/trunk/debian/rules
Log:
import tap manpage patch, add copyright, and fix some lintian errors

Modified: tap/trunk/debian/control
===================================================================
--- tap/trunk/debian/control	2007-03-06 21:17:31 UTC (rev 1138)
+++ tap/trunk/debian/control	2007-03-06 22:01:10 UTC (rev 1139)
@@ -3,11 +3,12 @@
 Priority: optional
 Maintainer: Tyler 'Crackerjack' MacDonald <crackerjack at crackerjack.net>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4.2.32), automake1.9, autoconf, libtool
+Build-Depends: autotools-dev, debhelper (>= 4.2.32), dpatch
 
 Package: libtap0
 Architecture: any
 Section: libs
+Depends: ${shlibs:Depends}
 Recommends: libtap-dev
 Description: Unit test building library for the Test Anything Protocol
  libtap is a C library that provides simple functions to assist in

Added: tap/trunk/debian/copyright
===================================================================
--- tap/trunk/debian/copyright	2007-03-06 21:17:31 UTC (rev 1138)
+++ tap/trunk/debian/copyright	2007-03-06 22:01:10 UTC (rev 1139)
@@ -0,0 +1,28 @@
+This package was debianized by Tyler MacDonald <crackerjack at crackerjack.net>
+
+It was downloaded from http://people.freebsd.org/~nik/public_distfiles/
+
+Upstream Author: Nik Clayton <nik at ngo.org.uk>
+
+Copyright (BSD-style):
+
+  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.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR 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.

Added: tap/trunk/debian/patches/00list
===================================================================
--- tap/trunk/debian/patches/00list	2007-03-06 21:17:31 UTC (rev 1138)
+++ tap/trunk/debian/patches/00list	2007-03-06 22:01:10 UTC (rev 1139)
@@ -0,0 +1 @@
+01_tap.3

Added: tap/trunk/debian/patches/01_tap.3.dpatch
===================================================================
--- tap/trunk/debian/patches/01_tap.3.dpatch	2007-03-06 21:17:31 UTC (rev 1138)
+++ tap/trunk/debian/patches/01_tap.3.dpatch	2007-03-06 22:01:10 UTC (rev 1139)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+ at DPATCH@
+--- old/src/tap.3
++++ new/src/tap.3
+@@ -330,9 +330,7 @@
+ functions which would more naturally return nothing return constant
+ values.
+ .Pp
+-If the
+-.Lb libpthread
+-is found at compile time,
++If the libpthread library is found at compile time,
+ .Nm
+ .Em should
+ be thread safe.  Indications to the contrary (and test cases that expose

Modified: tap/trunk/debian/rules
===================================================================
--- tap/trunk/debian/rules	2007-03-06 21:17:31 UTC (rev 1138)
+++ tap/trunk/debian/rules	2007-03-06 22:01:10 UTC (rev 1139)
@@ -14,6 +14,8 @@
 dist_tarball = $(dist_name).tar.gz
 orig_tarball = $(deb_pkg_name).orig.tar.gz
 
+include /usr/share/dpatch/dpatch.make
+
 build: build-stamp
 
 build-stamp: configure-stamp
@@ -23,9 +25,11 @@
     
 configure: configure-stamp
 
-configure-stamp: configure.in
+configure-stamp: configure.in patch-stamp
 	dh_testdir
 	#autoreconf
+	ln -sf /usr/share/misc/config.sub .
+	ln -sf /usr/share/misc/config.guess .
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
@@ -65,6 +69,7 @@
 	dh_strip
 	dh_compress
 	dh_makeshlibs
+	dh_shlibdeps
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




More information about the Pkg-nagios-changes mailing list