[Pkg-nagios-changes] [pkg-nagios] r1318 - in ndoutils/trunk/debian: . patches
Hendrik Frenzel
hfrenzel-guest at alioth.debian.org
Mon Jan 28 00:09:45 UTC 2008
tags 462718 pending
thanks
Author: hfrenzel-guest
Date: 2008-01-28 00:09:44 +0000 (Mon, 28 Jan 2008)
New Revision: 1318
Added:
ndoutils/trunk/debian/patches/03-kfbsd_fpic.dpatch
Modified:
ndoutils/trunk/debian/changelog
ndoutils/trunk/debian/patches/00list
ndoutils/trunk/debian/rules
Log:
* fixed build on GNU/kFreeBSD as building with -fPIC (Closes: #462718)
* disabled verbose packaging in debian/rules
Modified: ndoutils/trunk/debian/changelog
===================================================================
--- ndoutils/trunk/debian/changelog 2008-01-26 14:08:15 UTC (rev 1317)
+++ ndoutils/trunk/debian/changelog 2008-01-28 00:09:44 UTC (rev 1318)
@@ -1,3 +1,10 @@
+ndoutils (1.4b7-5) unstable; urgency=low
+
+ * fixed build on GNU/kFreeBSD as building with -fPIC (Closes: #462718)
+ * disabled verbose packaging in debian/rules
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net> Sun, 27 Jan 2008 18:54:50 +0100
+
ndoutils (1.4b7-4) unstable; urgency=low
* Fixed typo in README.Debian (Closes: #460862)
Modified: ndoutils/trunk/debian/patches/00list
===================================================================
--- ndoutils/trunk/debian/patches/00list 2008-01-26 14:08:15 UTC (rev 1317)
+++ ndoutils/trunk/debian/patches/00list 2008-01-28 00:09:44 UTC (rev 1318)
@@ -1,3 +1,3 @@
01-pathnames
02-makefiles
-
+03-kfbsd_fpic
Added: ndoutils/trunk/debian/patches/03-kfbsd_fpic.dpatch
===================================================================
--- ndoutils/trunk/debian/patches/03-kfbsd_fpic.dpatch (rev 0)
+++ ndoutils/trunk/debian/patches/03-kfbsd_fpic.dpatch 2008-01-28 00:09:44 UTC (rev 1318)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## kfbsd_fpic.dpatch by Hendrik Frenzel <hfrenzel at scunc.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ndoutils-1.4b7~/configure ndoutils-1.4b7/configure
+--- ndoutils-1.4b7~/configure 2007-10-31 19:17:03.000000000 +0100
++++ ndoutils-1.4b7/configure 2008-01-27 18:53:19.000000000 +0100
+@@ -5905,7 +5905,7 @@
+ MOD_LDFLAGS="-bundle -flat_namespace -undefined suppress"
+ MOD_CFLAGS="$MOD_CFLAGS -fno-common"
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu*)
+ # assume GNU linker and ELF
+ MOD_LDFLAGS="-shared"
+ MOD_CFLAGS="-fPIC"
+diff -urNad ndoutils-1.4b7~/configure.in ndoutils-1.4b7/configure.in
+--- ndoutils-1.4b7~/configure.in 2007-10-31 19:17:03.000000000 +0100
++++ ndoutils-1.4b7/configure.in 2008-01-27 18:53:33.000000000 +0100
+@@ -147,7 +147,7 @@
+ MOD_LDFLAGS="-bundle -flat_namespace -undefined suppress"
+ MOD_CFLAGS="$MOD_CFLAGS -fno-common"
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu*)
+ # assume GNU linker and ELF
+ MOD_LDFLAGS="-shared"
+ MOD_CFLAGS="-fPIC"
Property changes on: ndoutils/trunk/debian/patches/03-kfbsd_fpic.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: ndoutils/trunk/debian/rules
===================================================================
--- ndoutils/trunk/debian/rules 2008-01-26 14:08:15 UTC (rev 1317)
+++ ndoutils/trunk/debian/rules 2008-01-28 00:09:44 UTC (rev 1318)
@@ -12,7 +12,7 @@
b=$(shell pwd)/debian
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS
More information about the Pkg-nagios-changes
mailing list